Gradient Descent With Momentum from Scratch - MachineLearningMastery.com

Gradient descent is an optimization algorithm that follows the negative gradient of an objective function in order to locate the minimum of the function. A problem with gradient descent is that it ...

By · · 1 min read
Gradient Descent With Momentum from Scratch - MachineLearningMastery.com

Source: MachineLearningMastery.com

Gradient descent is an optimization algorithm that follows the negative gradient of an objective function in order to locate the minimum of the function. A problem with gradient descent is that it can bounce around the search space on optimization problems that have large amounts of curvature or noisy gradients, and it can get stuck […]