Gradient descent

From ALT-TEXT
Revision as of 10:36, 7 September 2026 by imported>ALT-TEXT (Import: AI terminology and people glossary)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gradient descent

The core optimisation method used to train most AI models: an algorithm that repeatedly nudges a model's parameters in the direction that reduces its errors, measured by a loss function, until performance stops improving. It is called "descent" because it can be pictured as taking small steps downhill on an error landscape towards the lowest point. (See also: Backpropagation, Loss function)