Learn Before
Concept

Other Learning Rate Decay Implementations

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

Other formulas: α=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 a mini-batch number

0

2

Updated 2020-11-16

Tags

Data Science