使用动量优化 Momentum 训练神经网络
Training A Neural Network with Momentum
本文目标
- 训练不同的神经网络模型不同的动量参数值
- 比较不同动量项的结果
Objective
1. Train Different Neural Networks Model different values for the Momentum Parameter.
2. Compare Results of Different Momentum Terms.
Table of Contents
In this article, you will see how different values for the momentum parameters affect the convergence rate of a neural network.
在本文中,你将看到动量参数的不同值如何影响神经网络的收敛速度。- Neural Network Module and Function for Training
- Train Different Neural Networks Model different values for the Momentum Parameter
- Compare Results of Different Momentum Terms
本文预计花费 30 分钟