Linear Regression: in Machine Learning
Linear Regression: in Machine Learning
IN MACHINE LEARNING
PRESENTED BY
SIVAKUMAR.C
LINEAR REGRESSION
The relation between independent and dependent variables is a straight line with a
slope.
LINEAR REGRESSION EQUATION
y= β0+ β 1x+ ε
Here,
Y= Dependent Variable
X= Independent Variable
β 0= intercept of the line
β1 = Linear regression coefficient (slope of the
line)
ε = random error
TYPES OF LINEAR REGRESSION
Linear Regression can be broadly classified into two types of algorithms:
Y = β0 + β1X
NON-LINEAR REGRESSION
When the best fitting line is not a straight line but a curve, it is referred to as Non-Linear
Regression.
THANK YOU