Deep Learning Quick Reference
上QQ阅读APP看书,第一时间看更新

The RMSProp algorithm

RMSProp is another algorithm that can speed up gradient descent by speeding up learning in some directions, and dampening oscillations in other directions, across the multidimensional space that the network weights represent: 

This has the effect of reducing oscillations more in directions where  is large.