0
点赞
收藏
分享

微信扫一扫

New Optimization

奔跑的酆 2022-01-27 阅读 76
debian运维

一、Adam与SGDM

Adam:fast training, large generalization gap,
unstable
• SGDM:stable, little generalization gap, better
convergence(?) 

二、Simply combine Adam with SGDM

SWATS [Keskar, et al., arXiv’17]
Begin with Adam(fast), end with SGDM 

Start
training
Adam
Meet some
criteria
Convergence

三、Towards Improving SGDM

Adaptive learning rate algorithms:dynamically
adjust learning rate over time
• SGD-type algorithms:fix learning rate for all
updates… too slow for small learning rates and
bad result for large learning rates

四、Advices

SGDM:Computer vision
Adam
• NLP
• Speech synthesis
• GAN
• Reinforcement learning
 

举报

相关推荐

0 条评论