Machine Learning Engineer Question:
Tell us what is the difference between supervised and unsupervised machine learning?
Answer:
Supervised learning requires training labeled data. For example, in order to do classification (a supervised learning task), you’ll need to first label the data you’ll use to train the model to classify data into your labeled groups. Unsupervised learning, in contrast, does not require labeling data explicitly.
Previous Question | Next Question |
Do you know what is kernel SVM? | Tell us when will you use classification over regression? |