RMSProp

模型究竟是如何学习的——从原始梯度下降到Adam

RMSProp 为每个参数单独调整步长。它跟踪梯度平方的移动平均,然后用这个平均值的平方根去除梯度。

🔒 This is a Pro lesson — the interactive figure, worked examples, quiz and practice open with Pro access.

▶ RMSProp
← 动量Adam →