Machine Learning
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.
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