Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 328 Bytes

File metadata and controls

15 lines (8 loc) · 328 Bytes

15.2 梯度下降优化算法

15.2.1 随机梯度下降 SGD

15.2.2 动量算法 Momentum

15.2.3 梯度加速算法 NAG

代码位置

ch15, Level2