I am presenting the way to write your own functions for algorithms. In this series, I am starting with Gradient descent algorithm. I briefly explain, what is gradient descent. After that, I apply gradient descent algorithm for a linear regression to...
Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.
I am presenting the way to write your own functions for algorithms. In this series, I am starting with Gradient descent algorithm. I briefly explain, what is gradient descent. After that, I apply gradient descent algorithm for a linear regression to identify parameters. For illustration, I simulate data for simple linear regression. To read the full blog visit: https://www.rangtech.com/blog/ai-machine-learning/r-and-python-gradient-descent