[2/3] incubator-madlib git commit: New module: Multilayer Perceptron

2017-07-20 Thread riyer
http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/4fcb60ed/src/ports/postgres/modules/convex/mlp.sql_in -- diff --git a/src/ports/postgres/modules/convex/mlp.sql_in b/src/ports/postgres/modules/convex/mlp.sql_in new

[3/3] incubator-madlib git commit: New module: Multilayer Perceptron

2017-07-20 Thread riyer
New module: Multilayer Perceptron JIRA: MADLIB-413 The core design and architecture for this work was built by Xixuan Feng (Aaron) . Additional author: Rahul Iyer This commit adds capability to build fully connected neural networks. Current work

[1/3] incubator-madlib git commit: New module: Multilayer Perceptron

2017-07-20 Thread riyer
Repository: incubator-madlib Updated Branches: refs/heads/master e9e365a68 -> 4fcb60ed8 http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/4fcb60ed/src/ports/postgres/modules/convex/test/mlp.sql_in -- diff --git

incubator-madlib git commit: Fix failures caused due to code cleanup (d487df3)

2017-07-20 Thread njayaram
Repository: incubator-madlib Updated Branches: refs/heads/master d487df3c4 -> e9e365a68 Fix failures caused due to code cleanup (d487df3) Minor issues while processing query strings in WCC after code refactoring done as part of #148 are fixed. Project:

incubator-madlib git commit: Misc doc changes, mostly graph related

2017-07-20 Thread okislal
Repository: incubator-madlib Updated Branches: refs/heads/master 4fcb60ed8 -> 029f73b15 Misc doc changes, mostly graph related Closes #150 Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/029f73b1

[1/3] incubator-madlib git commit: Graph: Update Python code to follow PEP-8

2017-07-20 Thread riyer
Repository: incubator-madlib Updated Branches: refs/heads/master 8c9b955cd -> d487df3c4 http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/d487df3c/src/ports/postgres/modules/graph/sssp.py_in -- diff --git

[3/3] incubator-madlib git commit: Graph: Update Python code to follow PEP-8

2017-07-20 Thread riyer
Graph: Update Python code to follow PEP-8 - Changed indentation to use spaces instead of tabs - Updated to PEP-8 guidelines - Updated to follow style guide convention - Refactored few functions to clean code and design Closes #148 Project: