Learn Before
Formula

Factor Learning Rate Scheduler

A factor learning rate scheduler is an alternative to polynomial decay that utilizes a multiplicative reduction strategy. The learning rate is updated at each step using the equation ηt+1ηtα\eta_{t+1} \leftarrow \eta_t \cdot \alpha, where α(0,1)\alpha \in (0, 1). To prevent the learning rate from decaying beyond a reasonable lower bound, the update equation is typically modified to ηt+1max(ηmin,ηtα)\eta_{t+1} \leftarrow \mathop{\mathrm{max}}(\eta_{\mathrm{min}}, \eta_t \cdot \alpha).

0

1

Updated 2026-05-18

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L