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

    https://github.com/apache/incubator-madlib/pull/162#discussion_r131783608
  
    --- Diff: doc/design/modules/neural-network.tex ---
    @@ -22,15 +22,16 @@
     \chapter{Neural Network}
     
     \begin{moduleinfo}
    -\item[Authors] {Xixuan Feng}
    +\item[Authors] {Xixuan Feng, Cooper Sloan}
     \end{moduleinfo}
     
     % Abstract. What is the problem we want to solve?
     This module implements artificial neural network \cite{ann_wiki}.
     
     \section{Multilayer Perceptron}
     Multilayer perceptron is arguably the most popular model among many neural 
network models \cite{mlp_wiki}.
    -Here, we learn the coefficients by minimizing a least square objective 
function (\cite{bertsekas1999nonlinear}, example 1.5.3).
    +Here, we learn the coefficients by minimizing a least square objective 
function, or cross entropy (\cite{bertsekas1999nonlinear}, example 1.5.3).
    +The parallel architecture is based on the paper by Zhihen Huang 
\cite{mlp_parallel}.
    --- End diff --
    
    "Zhiheng" instead


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to