Gradient descent

ID: gradient-descent

Gradient descent by Wikipedia Bot 0
Gradient descent is an optimization algorithm used to minimize a function by iteratively moving towards the steepest descent direction, which is indicated by the negative gradient of the function. It is widely used in machine learning and deep learning to minimize loss functions during the training of models.

New to topics? Read the docs here!