Optimizers
Properties
created
14.01.2026, 11:09
modified
26.07.2026, 13:31
published
Empty
sources
Empty
topics
Optimizers, Adaptive Learning Rate, Weight Decay
authors
Jakub
ai-assisted
No
This note aggregates information about different optimizers used in neural networks.
# List
- AdaGrad
- Adapts learning rate per-parameter via cumulative sum of squared gradients; effective for sparse features but suffers from monotonically decreasing LR.
- RMSProp
- Fixes AdaGrad’s vanishing LR via exponential moving average of squared gradients; precursor to Adam.
- Adam (Adaptive Moment Estimation)
- Adamw
- AdamW is a variant of Adam that decouples weight decay from the gradient-based update
- Muon
- Muon is scalable for LLM training
- 2025-02-24
- 47 citations
- Muon Outperforms Adam in Tail-End Associative Memory Learning
- 2025-09-30
- 2 citations
- From AdamW to Muon Optimizer
- 2025-07-22
- Muon is scalable for LLM training