Learn Before
Aggressive Learning Rate Decay in AdaGrad
A key characteristic of AdaGrad is that it accumulates squared gradients in a state variable . Because this sum continuously grows at an approximately linear rate, the effective per-coordinate learning rate decays at a rate of . While this rapid decay ensures convergence and is perfectly adequate for convex optimization problems, it is often too aggressive for deep learning applications. In training deep neural networks, this continuous decay can cause the learning rate to diminish prematurely, resulting in the independent variables moving very little during the later stages of iteration and potentially halting learning before an optimal solution is reached.
0
1
Contributors are:
Who are from:
Tags
Deep Learning (in Machine learning)
D2L
Dive into Deep Learning @ D2L
Data Science
Computing Sciences