Intro to Machine Learning: Linear Regression using Gradient Descent

Programming Linear Regression using Gradient Descent

Posted on July 5, 2017

Hello Everyone !!

Thanks for continuing with this post.

In the last post, we discussed about the code and working of Linear Regression using R-Squared, the theory and the mathematics behind it.

In this post, we will start writing the code for Linear Regression using Gradient Descent. So, let's get started.

You can find the Python code file and the IPython notebook for this tutorial here.

Linear Regression using Gradient Descent:

Now that we have covered Linear Regression using Gradient Descent, let's move to our next implementation, i.e. Linear Regression with Multiple Variables using Gradient Descent.

Great work on completing this tutorial, let's move to the next tutorial in series, Introduction to Machine Learning: Linear Regression with Multiple Variables

For more projects and code, follow me on Github

Please feel free to leave any comments, suggestions, corrections if any, below.

comments powered by Disqus