You are on page 1of 1

Linear Regression

y=f(x1,x2....xn)

*Linear models if the relation is linear


*Non Linear models if the relation betwen Y and X are non linear

*Linear,Lasso,Ridge Algorithms are linear algorithms

*Linear equations will have the fromula of a straight line which is for linear
regression

*Non Linear Algorithms - Polynomial Regression,Elastic Regression

y=B(X)
The algorithm will find the value of B so that error is minimum

y= B0 + B1x1 + e

You might also like