Gradient Descent
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
An iterative algorithm for finding a minimum. It is like descending a mountain in fog: although you cannot see the valley bottom, as long as you take a step in the steepest downward direction at each point, you will most likely reach the bottom eventually.
SCAFFOLDING EFFECT
Reduce cognitive load
- Action rule: When you do not know where the ultimate goal (valley bottom) is, do not stay put and overthink. As long as you ensure each step improves the current situation a little (following the gradient descent), iterate quickly, and you will eventually approach the optimal solution.
Anchor fast decisions
Iteratively update parameters along the negative gradient direction of the loss function to minimize error; the gradient points to the steepest ascent, so the opposite direction is the steepest descent. It is the engine of local search.
MINIMUM ACTION
In progress 0/5Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Gradient_descentverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS