[GitHub] madlib issue #243: MLP: Add minibatch gradient descent solver

2018-03-16 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/243 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/380/ ---

[GitHub] madlib issue #244: Changes for Personalized Page Rank : Jira:1084

2018-03-16 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/244 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/379/ ---

[GitHub] madlib issue #243: MLP: Add minibatch gradient descent solver

2018-03-16 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/243 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/378/ ---

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-16 Thread hpandeycodeit
GitHub user hpandeycodeit opened a pull request: https://github.com/apache/madlib/pull/244 Changes for Personalized Page Rank : Jira:1084 Jira : 1084 This PR contains changes for Personalized Page Rank. - Added extra parameter, nodes_of_interest in main pagerank

[GitHub] madlib pull request #240: MLP: Fix step size initialization based on learnin...

2018-03-16 Thread kaknikhil
Github user kaknikhil commented on a diff in the pull request: https://github.com/apache/madlib/pull/240#discussion_r175224785 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -112,6 +112,7 @@ def mlp(schema_madlib, source_table, output_table, independent_varname,

[GitHub] madlib issue #243: MLP: Add minibatch gradient descent solver

2018-03-16 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/243 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/377/ ---

[GitHub] madlib pull request #243: MLP: Add minibatch gradient descent solver

2018-03-16 Thread njayaram2
GitHub user njayaram2 opened a pull request: https://github.com/apache/madlib/pull/243 MLP: Add minibatch gradient descent solver JIRA: MADLIB-1206 This commit adds support for mini-batch based gradient descent for MLP. If the input table contains a 2D matrix for