Exponential Decay is a learning rate schedule where we decay the learning rate with more iterations using an exponential function:
$$ \text{lr} = \text{lr}_{0}\exp\left(-kt\right) $$
Image Credit: Suki Lau
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Classification | 13 | 18.06% |
Classification | 5 | 6.94% |
Time Series Analysis | 4 | 5.56% |
Reinforcement Learning (RL) | 3 | 4.17% |
General Classification | 3 | 4.17% |
Language Modelling | 2 | 2.78% |
Knowledge Tracing | 2 | 2.78% |
Multi-agent Reinforcement Learning | 2 | 2.78% |
Face Recognition | 2 | 2.78% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |