From dev-return-3369-archive-asf-public=cust-asf.ponee.io@madlib.apache.org Fri Jun 8 20:57:46 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 020CB180674 for ; Fri, 8 Jun 2018 20:57:45 +0200 (CEST) Received: (qmail 17643 invoked by uid 500); 8 Jun 2018 18:57:44 -0000 Mailing-List: contact dev-help@madlib.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@madlib.apache.org Delivered-To: mailing list dev@madlib.apache.org Received: (qmail 17492 invoked by uid 99); 8 Jun 2018 18:57:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2018 18:57:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F133EE0BBC; Fri, 8 Jun 2018 18:57:43 +0000 (UTC) From: njayaram2 To: dev@madlib.apache.org Reply-To: dev@madlib.apache.org References: In-Reply-To: Subject: [GitHub] madlib pull request #272: MLP: Add momentum and nesterov to gradient updates... Content-Type: text/plain Message-Id: <20180608185743.F133EE0BBC@git1-us-west.apache.org> Date: Fri, 8 Jun 2018 18:57:43 +0000 (UTC) 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` ---