[GitHub] madlib pull request #251: MLP: Simplify initialization of model coefficients

2018-04-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/madlib/pull/251 ---

[GitHub] madlib pull request #251: MLP: Simplify initialization of model coefficients

2018-03-29 Thread iyerr3
Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/251#discussion_r178204767 --- Diff: src/modules/convex/mlp_igd.cpp --- @@ -98,23 +98,28 @@ mlp_igd_transition::run(AnyType ) { double is_classification_double =

[GitHub] madlib pull request #251: MLP: Simplify initialization of model coefficients

2018-03-29 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/251#discussion_r178204067 --- Diff: src/modules/convex/mlp_igd.cpp --- @@ -98,23 +98,28 @@ mlp_igd_transition::run(AnyType ) { double is_classification_double

[GitHub] madlib pull request #251: MLP: Simplify initialization of model coefficients

2018-03-27 Thread iyerr3
GitHub user iyerr3 opened a pull request: https://github.com/apache/madlib/pull/251 MLP: Simplify initialization of model coefficients Changes: 1. Model initialization now happens in the C++ code instead of being passed via Python. 2. Warm start coefficients are