Learn Before
Formula

Alternative Learning Rate Decay Formulas

Exponential Decay: α=xepoch_numα0\alpha = x^{epoch\_num} \cdot \alpha_0, where x<1x < 1.

Other learning rate decay formulas include: α=kepoch_numα0\alpha = \frac{k}{\sqrt{epoch\_num}} \cdot \alpha_0, where kk is a constant hyperparameter. α=ktα0\alpha = \frac{k}{\sqrt{t}} \cdot \alpha_0, where tt is the mini-batch number.

0

2

Updated 2026-06-14

Tags

Data Science