ML0002 Machine Learning Type

What is the difference between supervised learning and unsupervised learning?

Answer

Supervised learning relies on labeled datasets, and each training sample comes with a label or output. The algorithm learns a mapping function that can predict the output, including new, unseen inputs.

Unsupervised learning works with unlabeled Data. The algorithm aims to find hidden patterns or structures within the data.


Login to view more content

Did you solve the problem?

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *