Machine Learning
https://www.youtube.com/watch?
v=LKlOH8OLLcw&list=PLxCzCOWd7aiEXg5BV10k9
Regression Algorithm Classification Algorithm
In Regression, the output variable must be of In Classification, the output variable must be a
continuous nature or real value. discrete value.
The task of the regression algorithm is to map The task of the classification algorithm is to map
the input value (x) with the continuous output the input value(x) with the discrete output
variable(y). variable(y).
Regression Algorithms are used with continuous Classification Algorithms are used with discrete
data. data.
In Classification, we try to find the decision
In Regression, we try to find the best fit line,
boundary, which can divide the dataset into
which can predict the output more accurately.
different classes.
Classification Algorithms can be used to solve
Regression algorithms can be used to solve the
classification problems such as Identification of
regression problems such as Weather Prediction,
spam emails, Speech Recognition, Identification
House price prediction, etc.
of cancer cells, etc.
The regression Algorithm can be further divided The Classification algorithms can be divided into
into Linear and Non-linear Regression. Binary Classifier and Multi-class Classifier.
Linear Regression
Example
• To predict Pizza
Prices
• Data Collection
• Calculation
• Prediction
• Data visualization
Linear Vs. Non-Linear
Separability?
Predict the genre of Barbie movie with IMDb
rating 7.4 and duration 114 minutes