[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-madlib/pull/162 --- 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

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-10 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132541348 --- Diff: src/ports/postgres/modules/convex/test/mlp.sql_in --- @@ -241,9 +247,8 @@ SELECT mlp_predict( select * from

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-10 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132541507 --- Diff: src/ports/postgres/modules/convex/test/mlp.sql_in --- @@ -241,9 +247,8 @@ SELECT mlp_predict( select * from

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-09 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132340750 --- Diff: doc/design/modules/neural-network.tex --- @@ -197,3 +207,44 @@ \subsubsection{The $\mathit{Gradient}$ Function} \State \Return

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-09 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132340321 --- Diff: doc/design/modules/neural-network.tex --- @@ -46,41 +47,49 @@ \subsection{Formal Description} In the remaining part of this

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-09 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132339557 --- Diff: doc/design/modules/neural-network.tex --- @@ -46,41 +47,49 @@ \subsection{Formal Description} In the remaining part of this

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-08 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132059184 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -59,60 +63,115 @@ def mlp(schema_madlib, source_table, output_table,

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-08 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132057309 --- Diff: src/ports/postgres/modules/utilities/utilities.py_in --- @@ -54,6 +54,17 @@ def is_orca(): #

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-08 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132058113 --- Diff: src/ports/postgres/modules/convex/mlp.sql_in --- @@ -226,26 +268,52 @@ the parameter is ignored. - 'step_size =

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-08 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132057110 --- Diff: src/ports/postgres/modules/convex/test/mlp.sql_in --- @@ -190,22 +190,28 @@ INSERT INTO iris_data VALUES

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-08 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r132060382 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -122,206 +181,349 @@ def mlp(schema_madlib, source_table, output_table,

[GitHub] incubator-madlib pull request #162: MLP: Multilayer Perceptron Phase 2

2017-08-07 Thread cooper-sloan
Github user cooper-sloan commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/162#discussion_r131789689 --- Diff: doc/design/modules/neural-network.tex --- @@ -22,15 +22,16 @@ \chapter{Neural Network} \begin{moduleinfo}