What you should know:
Linear Regression Equation
Y = M * X + B
M: Slope of the Line.
B: Interception
X: Independent variable (Here, Age group of the employees)
Y: Dependent variable i.e. Output ( Here, Salary for the X age group)
I don't know how many of us did solve this equation with interest.
This video is about implementing Linear Regression without using any scientific library in Python.
For the demonstration of Linear Regression, I have used Google Colab.
As there was an in-person request from some of my followers to make a video on this topic. It motivated me to do this video.
Hope you will like the video and don't forget to comment.
For code : https://urprobmysoln.com/Linear_Regression_Without_Using_Library.html
For more information: https://urprobmysoln.com
#Google #Colab #Python #LR #Linear #Regression #LinearRegression #without #Library #Scientific #