Recent questions in Machine Learning

2 2 votes
1 answers 1 answer
6.6k
6.6k views
We have data on 1000 pieces of fruit. The fruit being a Banana, Orange or some Other fruit and imagine we know 3 features of each fruit, whether it’s long or not, sweet o...
1 1 vote
1 1 answer
457
457 views
How should i preprocess my data if i am gonna use a pretrainned word embedding like glove or word2vec?Should I use stemming or stopword removal techniques?
2 2 votes
1 1 answer
3.3k
3.3k views
Can PCA be used for supervised learning???I've seen some data scientists using PCA to transform their data for only numerical variables.However, some other data scientist...
1 1 vote
1 answers 1 answer
4.9k
4.9k views
Assuming we have a linear regression equation and some data points (sample), how can we calculate residual error for each data point, and total cost based on the metrics ...
0 0 votes
1 1 answer
1.3k
1.3k views
Is there any proper way to combine multiple classifiers and their parameter grids in one Pipeline?
0 0 votes
1 1 answer
893
893 views
I have a result string like this A, C, D, F, B,In my DB I have 10,000+ combinations like this 1. A, B, C, D 2. A, C, B, I, D, W, Z etc.... Now I want to search for my ...
1 1 vote
1 answers 1 answer
1.3k
1.3k views
If I want to find the latest trends in Machine Learning and best approaches known as the "State of the art" approach, what resources I can use?
3 3 votes
1 answers 1 answer
7.8k
7.8k views
How to solve this problem?https://i.imgur.com/8urywpf.jpgQ1) Complete the ? sectionsQ2) Accuracy of system if threshold = 0.5?Q3) Accuracy of system if threshold = 0.95?
2 2 votes
1 answers 1 answer
14.3k
14.3k views
In the following example, calculate Accuracy, Precision, Recall or F1?https://i.imgur.com/OezFpqC.png
1 1 vote
2 answers 2 answers
12.2k
12.2k views
Hi,Since I still have confuse to use the score() and accuracy_score(), so I want to confirm my test assumption.Q1: score(), we use the split data to test the accuracy by...
1 1 vote
1 1 answer
1.2k
1.2k views
What kind of algorithm would best for following problem.I try to forecast reservation of different kind of tables. Let's say I have 100 different tables, which are reserv...
1 1 vote
1 1 answer
890
890 views
For example, Logistic regression is classification likewise what are the other types? I am a bit confused.
4 4 votes
1 answers 1 answer
7.6k
7.6k views
Suppose, you have given the following dataset where x and y are the 2 features and color Red or Blue is the target variable.a) A new data point $x=1$ and $y=1$ is given. ...
2 2 votes
1 answers 1 answer
20.9k
20.9k views
Use the k-means algorithm and Euclidean distance to cluster the following 8 examples into 3 clusters:$A1=(2,10), A2=(2,5), A3=(8,4), A4=(5,8), A5=(7,5), A6=(6,4), A7=(1,2...
2 2 votes
1 answers 1 answer
4.9k
4.9k views
We want to use Naive Bayes for tagging documents. It is a classification task that we want to assign a class (tag) to each string. We currently have two tags: Sport and N...
2 2 votes
1 answers 1 answer
20.4k
20.4k views
The dataset with two features $(x,y)$ is shown as follows (note $y$ in this example is the second feature, not a target value):xy2.52.40.50.72.22.91.92.23.13.02.32.72.01....
0 0 votes
1 1 answer
2.9k
2.9k views
I am confused about this figure. Is not this a cross-validation test or we have a fixed few examples for which it is tested while you also have various folds being tested...