+1 vote
in Machine Learning by
What are the difference between supervised and unsupervised machine learning?

3 Answers

0 votes
by

Supervised learning is requires training labeled datas. For example, in order to the classification (a supervised learning task), you’ll need to the first label the data you’ll use to the train the model to classify data into your labeled groups. Unsupervised learning, in contrast, does not a require labeling data explicitly.

0 votes
by

Supervised learning - This model learns from the labeled data and makes a future prediction as output 

Unsupervised learning - This model uses unlabeled input data and allows the algorithm to act on that information without guidance.

0 votes
by

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.

Related questions

+1 vote
asked Feb 6, 2020 in Artificial Intelligence by GeorgeBell
+1 vote
asked Mar 10, 2021 in Machine Learning by SakshiSharma
...