Alternative Equation Formats
The equation on this page is available in multiple formats.
Depending on your browser, some formats might not render correctly.
MathML
Math Rendered as SVG
Math as LaTeX Source
\begin{align*} g_ k& = \nabla f_ k(w_ k) \\ m_{k+1}& = \beta _1 m_ k + \left(1-\beta _1\right)g_{k+1} \\ v_{k+1}& = \beta _2 v_ k + \left(1-\beta _2\right)g_{k+1}^2 \\ \hat{m}_ k& = \frac{m_ k}{1-\beta _1^ k} \\ \hat{v}_ k& = \frac{v_ k}{1-\beta _2^ k} \\ w_{k+1}& = w_ k - \frac{\eta }{\sqrt{\hat{v}_ k} + 10^{-8}}\hat{m}_ k \end{align*}
Copyright © SAS Institute Inc. All rights reserved.