flâneur — a map of the web's best reading

Gradient descent

en.wikipedia.org · 7,280 words · saved by 1 readers

In mathematics, gradient descent (also often called steepest descent) is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. The idea is to take repeated steps in the opposite direction of the gradient (or approximate gradient) of the function at the current point, because this is the direction of steepest descent. Conversely, stepping in the direction of the gradient will lead to a local maximum of that function; the procedure is then known as gradient ascent.

Gradient descent - Wikipedia Jump to content From Wikipedia, the free encyclopedia Optimization algorithm For the analytical method called "steepest descent", see Method of steepest descent . Gradient descent in 2D Gradient descent is a method for unconstrained mathematical optimization . It is a first-order iterative algorithm for minimizing a differentiable multivariate function . Part of a series on Machine learning and data mining Paradigms Supervised learning Unsupervised learning Semi-supervised learning Self-supervised learning Reinforcement learning Meta-learning Online learning Batch

Explore this link on the map →

related reading