Skip to content

Commit

Permalink
Update RMSProp_cn.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ligoml authored Mar 31, 2022
1 parent 5eb22f5 commit 1a596c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/paddle/optimizer/RMSProp_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RMSProp
该接口实现均方根传播(RMSProp)法,是一种未发表的,自适应学习率的方法。原演示幻灯片中的第29张提出了 `RMSProp<http://www.cs.toronto.edu/~tijmen/csc321/slides/lecture_slides_lec6.pdf>`_。等式如下所示:
该接口实现均方根传播(RMSProp)法,是一种未发表的,自适应学习率的方法。原演示幻灯片中的第29张提出了 `RMSProp <http://www.cs.toronto.edu/~tijmen/csc321/slides/lecture_slides_lec6.pdf>`_ 。等式如下所示:

.. math::
r(w, t) & = \rho r(w, t-1) + (1 - \rho)(\nabla Q_{i}(w))^2\\
Expand Down

1 comment on commit 1a596c0

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.