Skip to content

Latest commit

 

History

History
42 lines (19 loc) · 866 Bytes

File metadata and controls

42 lines (19 loc) · 866 Bytes

Linear-Regression-MachineLearning-from-Scratch

Using python a Linear Regression Machine Learning Model from Scratch has been created. We have implemented Gradient Descent to find the best 'm' (Slope) and 'b' (Intercept).

Creating a Linear Regression Model from Scratch:

GitHub Logo

  • Implementing Gradient descent to find the best 'b' (Intercept):

    forumlaB_GD

    implementationB_GD

  • Implementing Gradient descent to find the best 'm' (Slope):

    forumlaM_GD

    implementationM_GD

    forumlaB_GD

  • Implementing Gradient Descent:

    forumlaB_GD

  • Implementing Linear Regression:

    linearRegression

    visualization

Thank You

Yours Truely,

Anuraag Rath