Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Gradient Descent

Gradient descent is an optimization algorithm used to minimize some function by iteratively moving in the direction of steepest descent as defined by the negative of the gradient. In machine learning, we use gradient descent to update the parameters of our model. ([cost-function])