Gradient Descent for Linear Regression from Scratch
May 22, 2023 · 3 min read · Introduction Gradient descent (GD) is an optimization algorithm used in machine learning to find the best parameters that minimize the loss by finding the minima of the function. The algorithm is explained in detail in this gradient descent blog. Gra...
Join discussion
