Skip to content

Commit

Permalink
Merge pull request google-research#1 from JatinKumar001/JatinKumar001…
Browse files Browse the repository at this point in the history
…-patch-1/issue-7

google-research#7 - Updated the parentheses in Nesterov equation
  • Loading branch information
JatinKumar001 authored Jan 29, 2023
2 parents 890cd53 + 921f4e0 commit c5a3db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ $$v_0 = 0$$

$$v_{t+1} = \gamma v_{t} + \nabla \mathcal{l}(\theta_t)$$

$$\theta_{t+1} = \theta_{t} - \eta_t( \gamma v_{t+1} + \nabla \mathcal{l}(\theta_{t})$$
$$\theta_{t+1} = \theta_{t} - \eta_t( \gamma v_{t+1} + \nabla \mathcal{l}(\theta_{t}))$$

#### RMSProp

Expand Down

0 comments on commit c5a3db5

Please sign in to comment.