Learn Before
Effective Observation Window of RMSProp
In the RMSProp optimization algorithm, the effective observation window for the exponentially weighted average of squared gradients is defined by the quantity , where is the weighting term (or decay factor). This means the state variable aggregates information over approximately the past observations. A larger produces a longer memory and a smoother average, while a smaller makes the algorithm more responsive to recent gradients. For example, setting yields an effective window of observations.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
RMSprop (Deep Learning Optimization Algorithm) Python implementation
Adam vs. SGD vs. RMSProp vs. SWA vs. AdaTune
RMSprop (Deep Learning Optimization Algorithm) Pseudocode
Adam (Deep Learning Optimization Algorithm)
RMSProp Optimization Trajectory in 2D
RMSProp Optimizer From-Scratch Implementation
Effective Observation Window of RMSProp
RMSprop (Deep Learning Optimization Algorithm) Mathematical Implementations
Adadelta