Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Recent questions in Machine Learning
2
2 votes
1
answers
1 answer
6.6k
6.6k views
How to calculate the class probabilities and classify using Naive Bayes classifier?
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...
tofighi
116k
points
73
79
101
asked
Aug 10, 2020
Machine Learning
machine-learning
naive-bayes
ml-exercise
ele888-final
ai-final
+
–
2
2 votes
1
1 answer
890
890 views
What is difference between Support vector machine and Support Vector Classification?
Ziva
230
points
5
5
9
asked
May 13, 2020
Machine Learning
machine-learning
python
+
–
1
1 vote
1
1 answer
457
457 views
Pre trainned word Embeddings and Preproceess
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?
ntonis
170
points
1
4
7
asked
Apr 10, 2020
Machine Learning
deep-learning
natural-language-process
+
–
2
2 votes
1
1 answer
3.3k
3.3k views
Can PCA be used for supervised learning?
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...
datakilmchi
140
points
1
1
5
asked
Feb 18, 2020
Machine Learning
machine-learning
pca
unsupervised-learning
supervised-learning
+
–
1
1 vote
1
answers
1 answer
4.9k
4.9k views
How to calculate residual errors for linear regression and interpret regression metrics?
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 ...
tofighi
116k
points
73
79
101
asked
Feb 18, 2020
Machine Learning
machine-learning
linear-regression
residual
mae
mse
rmse
mape
mpe
ml-exercise
ml-midterm
+
–
0
0 votes
1
1 answer
1.3k
1.3k views
Can I use a single Pipeline for multiple estimators in scikit-learn?
Is there any proper way to combine multiple classifiers and their parameter grids in one Pipeline?
tofighi
116k
points
73
79
101
asked
Feb 18, 2020
Machine Learning
machine-learning
pipeline
sklearn
scikit-learn
+
–
0
0 votes
1
1 answer
799
799 views
why after applied the OneHotEncoder, it will create one more column whatis that column for?
kaADSS
230
points
2
2
6
asked
Feb 12, 2020
Machine Learning
onehotencoder
and
standardscaler
+
–
0
0 votes
1
1 answer
893
893 views
How to map (string compare) a string with 10000+ strings in DB? which is the best way to do it?
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 ...
rakesh
120
points
1
1
3
asked
Feb 10, 2020
Machine Learning
tree
search
database
+
–
1
1 vote
1
answers
1 answer
1.3k
1.3k views
How can I find the "Sate of the art" approaches in Machine Learning?
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?
tofighi
116k
points
73
79
101
asked
Feb 7, 2020
Machine Learning
machine-learning
state-of-the-art
codes
+
–
3
3 votes
1
answers
1 answer
7.8k
7.8k views
How to calculate the probability and accuracy of a Logistic Regression classifier?
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?
tofighi
116k
points
73
79
101
asked
Feb 3, 2020
Machine Learning
machine-learning
ml-exercise
logistic-regression
probability
ml-midterm
ele888-midterm
+
–
2
2 votes
1
answers
1 answer
14.3k
14.3k views
How to calculate Accuracy, Precision, Recall or F1?
In the following example, calculate Accuracy, Precision, Recall or F1?https://i.imgur.com/OezFpqC.png
tofighi
116k
points
73
79
101
asked
Jan 27, 2020
Machine Learning
machine-learning
accuracy
precision
recall
ml-exercise
ml-midterm
ele888-final
ai-final
+
–
1
1 vote
2
answers
2 answers
12.2k
12.2k views
score() vs accuracy_score() in sklearn
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...
kaADSS
230
points
2
2
6
asked
Jan 21, 2020
Machine Learning
machine-learning
sklearn
scikit-learn
+
–
1
1 vote
1
1 answer
1.2k
1.2k views
Best algorithm for table reservation
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...
mxus
140
points
1
1
3
asked
Oct 21, 2019
Machine Learning
machine-learning
algorithm
time
+
–
1
1 vote
1
1 answer
890
890 views
What are the types of Classification and regression algorithms in Machine learning ?
For example, Logistic regression is classification likewise what are the other types? I am a bit confused.
Narasimha Nandula
130
points
1
2
5
asked
Jun 27, 2019
Machine Learning
machine-learning
+
–
4
4 votes
1
answers
1 answer
7.6k
7.6k views
How to perform a classification or regression using k-NN?
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. ...
tofighi
116k
points
73
79
101
asked
Jun 26, 2019
Machine Learning
machine-learning
knn
regression
classification
ml-exercise
ml-midterm
ele888-midterm
+
–
2
2 votes
1
answers
1 answer
20.9k
20.9k views
How to calculate k-means clustering with a numerical example?
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...
tofighi
116k
points
73
79
101
asked
Jun 26, 2019
Machine Learning
machine-learning
k-means
ml-exercise
ml-midterm
ele888-midterm
+
–
2
2 votes
1
answers
1 answer
4.9k
4.9k views
How to calculate the class probabilities and classify using Naive Bayes classifier for NLP?
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...
tofighi
116k
points
73
79
101
asked
Jun 26, 2019
Machine Learning
machine-learning
naive-bayes
nlp
natural-language-process
ml-exercise
ele888-final
ai-final
+
–
2
2 votes
1
answers
1 answer
20.4k
20.4k views
How to calculate Covariance Matrix and Principal Components for PCA?
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....
tofighi
116k
points
73
79
101
asked
Jun 26, 2019
Machine Learning
machine-learning
covariance-matrix
eigen-vector
eigen-value
pca
ml-exercise
ele888-final
+
–
0
0 votes
1
1 answer
2.9k
2.9k views
What is the difference between cross-validation and validation set?
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...
tofighi
116k
points
73
79
101
asked
Jun 19, 2019
Machine Learning
machine-learning
cross-validation
validation-set
test-set
+
–
1
1 vote
1
1 answer
9.4k
9.4k views
In DBSCAN algorithm, how should we choose optimal eps and minimum points?
Math
450
points
5
5
9
asked
Jun 13, 2019
Machine Learning
machine-learning
runs
unsupervised-learning
dbscan
+
–
Page:
« prev
1
2
3
4
next »