深度学习系列专题之优化方法(1)

深度学习中定义的损失函数基本上都是极度非凸的函数,仅使用梯度下降法(SGD)很容易陷入局部最优解,本系列打算讲解以下方法:

1、SGD + momentum (On the importance of initialization and momentum in deep learning)

2、Adagrad (Adaptive Subgradient Methods for online learning and stochastic optimization)

3、RMSprop (Genderating Sequences with recurrent neural networks)

4、Rprop (resilient backpropagation algorithm)

4、Adadelta (Adadelta: an adaptive learning rate method)

5、Adam (A method for stochastic optimization、On the convergence of Adam and Beyond)

猜你喜欢

转载自www.cnblogs.com/qinduanyinghua/p/10301142.html