Machine Learning Ppts
Machine Learning Ppts
• Classification
• Regression
Regression Analysis
• Regression analysis is a statistical method to model
the relationship between a dependent (target) and
independent (predictor) variables with one or more
independent variables.
• More specifically, Regression analysis helps us to understand
how the value of the dependent variable is changing
corresponding to an independent variable when other
independent variables are held fixed. It predicts
continuous/real values such as temperature, age, salary,
price, etc.
Example: Suppose there is a marketing company A, who does
various advertisement every year and get sales on that. The
below list shows the advertisement made by the company in the
last 5 years and the corresponding sales:
Now, the company wants to do the advertisement of $200 in the
year 2019 and wants to know the prediction about the sales for
this year. So to solve such type of prediction problems in
machine learning, we need regression analysis.
Linear Regression