Machine Learning Interview Questions Part #1

What is the difference between supervised and unsupervised machine learning?


Answer: Training labelled data, Train the model, No labeling data.


How is KNN different from k-means clustering? 


Answer: Supervised classification algorithm, Unsupervised clustering algorithm, Mechanisms, Unlabeled points and threshold, Computing the mean of the distance.


Explain how a ROC curve works. 


Answer: Contrast between true positive rates and the false positive rate, Sensitivity, Fall-out, False alarm.



Popular posts from this blog

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

What does Latency mean?