0% found this document useful (0 votes)
4 views1 page

Supervised vs Unsupervised Learning

The document compares supervised and unsupervised learning, noting that supervised learning uses labeled training data while unsupervised learning uses unlabeled data, and supervised learning provides feedback and predicts outputs while unsupervised learning finds patterns in the data without feedback.

Uploaded by

hello
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Supervised vs Unsupervised Learning

The document compares supervised and unsupervised learning, noting that supervised learning uses labeled training data while unsupervised learning uses unlabeled data, and supervised learning provides feedback and predicts outputs while unsupervised learning finds patterns in the data without feedback.

Uploaded by

hello
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Chapter 1

1. Supervised learning vs Un-supervised learning

Supervised learning Un-supervised learning

Supervised learning works on labelled data. It works on un-labelled data

Supervised leaning takes feedback to check It does not take feedback.


whether it is producing correct output or
not.

It predicts the output. It finds hidden patter in the data.

Input data is provided with output. Only input data is provided.

The goal is to predict output when given The goal is to find hidden patters and useful
new data. insights in the data.

Classification and regression problems. Clustering and association problems.

Provides accurate result. May give less accuracy in compare to


supervised learning.

It is not so close to AI. It is closed to AI.

Needs supervision to train the model. Does not require any supervision.

Includes algorithms such as linear Includes algorithms such as clustering,


regression, logistic regression, etc. KNN, apriori algoritm.

You might also like