Why 0.9? Towards Better Momentum Strategies in Deep Learning.
Momentum is a widely-used strategy for accelerating the convergence of gradient-based optimization techniques. Momentum was designed to speed up learning in directions of low curvature, without becoming unstable in directions of high curvature. In deep learning, most practitioners set the value of momentum to 0.9 without attempting to further tune this hyperparameter (i.e., this is the default value for momentum in many popular deep learning packages). However, there is no indication that this choice for the value of momentum is universally well-behaved. Within this post, we overview recent research indicating that decaying the value of momentum throughout training can aid the optimization process.
Feb-27-2021, 15:15:55 GMT
- Technology: