You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by njayaram2 <gi...@git.apache.org> on 2018/06/08 18:57:43 UTC

[GitHub] madlib pull request #272: MLP: Add momentum and nesterov to gradient updates...

Github user njayaram2 commented on a diff in the pull request:

    https://github.com/apache/madlib/pull/272#discussion_r194151826
  
    --- Diff: doc/design/modules/neural-network.tex ---
    @@ -196,17 +221,28 @@ \subsubsection{The $\mathit{Gradient}$ Function}
     \end{algorithmic}
     \end{algorithm}
     
    -\begin{algorithm}[mlp-train-iteration$(X, Y, \eta)$] \label{alg:mlp-train-iteration}
    +\begin{algorithm}[mlp-train-iteration$(X, Y, \eta, mu)$] \label{alg:mlp-train-iteration}
    --- End diff --
    
    `mu` -> `\mu`


---