What are cyclical learning rates (CLR)?
medium- Instead of monotonic decay, oscillate LR between a low and a high bound in periodic triangular / sinusoidal / exp cycles.
- Helps escape shallow local minima (high LR periods) and refines fits (low LR periods).
- Underlying insight: SGD is a stochastic process — periodic 'heating' explores basins, 'cooling' exploits them.
- Precursor to SGDR / cosine with restarts.