AI Grimoire
02 — siblings
objectives/
optimisers/
scaling/memory/distributed/

Training / optimisers

Optimisers

The optimiser decides how a gradient becomes a step. Almost everything at scale is a variant of one adaptive method plus a carefully shaped learning rate, and the shape turns out to matter about as much as the method.

3 entries, 1 of them a stub.

Entries

02.02.1
AdamWstandard
Adaptive moments with weight decay decoupled from the gradient.
O(d)
02.02.2
Learning-Rate Schedulesstandard
Warmup, cosine decay, and the warmup–stable–decay alternative.
O(1)
02.02.3
Second-Order Preconditioningstubpromising
Shampoo, Muon and the orthogonalised-update family.
O(d^1.5)