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.