Linked from
The 26 pages that link to Gradient descent, each with the reason it gives.
Machine learningRelated: It is a common way to adjust model parameters to reduce training loss.
GradientRelated: It uses the gradient to choose the direction of fastest local decrease.
Euclidean normRelated: The Euclidean norm can measure gradient size and parameter-step length.
Neural networkRelated: Training commonly uses it to reduce a network’s prediction error.
Parameter estimationRelated: It can find parameter values that minimize loss or maximize likelihood.
BackpropagationRelated: It uses gradients computed by backpropagation to reduce the network’s loss.
Deep learningRelated: Training uses it to reduce prediction error by changing network parameters.
Convolutional neural networkRelated: It is commonly used to fit the network’s filter weights.
Training dataRelated: It uses errors measured on training examples to update model parameters.
Optimization problemRelated: It searches for local minima when the objective is differentiable.
Numerical optimizationRelated: It is the basic derivative-based route toward a local minimum.
Multivariable calculusRelated: It uses multivariable derivatives to seek low values of functions.