Clicked Gallery

What is Stochastic Gradient Descent (SGD)?

Highlighted from a real engineering doc. Explained by Clicked.

Used in a sentence

Engineering Notes · AI Systems

To optimize the training loop for large datasets, the ML engine relies on stochastic gradient descent.

The reader highlighted one word. This popup appeared:

Explained in three depths

Same facts, different vibe — Slang mode 😎

Formal definition — The same term, explained the usual way

Stochastic gradient descent is an iterative optimization algorithm that updates model parameters in the direction of the negative gradient of the loss function, where the gradient is estimated from a randomly sampled mini-batch rather than the full dataset. This yields computationally inexpensive, unbiased but noisy updates; the induced noise can aid escape from poor local minima and saddle points. Convergence behavior is governed principally by the learning-rate schedule, with momentum-based and adaptive variants (e.g., Adam) widely used in practice.

Clicked explains anything you highlight — right where you're reading.

Install Clicked — it's free to try

50 free Explanations · No credit card required