[mlpack-git] [mlpack/mlpack] psgd simple (#635)
ranjan
notifications at github.com
Wed May 4 07:33:40 EDT 2016
You can view, comment on, or merge this pull request online at:
https://github.com/mlpack/mlpack/pull/635
-- Commit Summary --
* test for psgd added
* implemenation of psgd added
* barrier removed, tollerence checking after fixed number of iteration added
* LogisticRegressionPSGDSimpleTest added
* name added
* time as seed for random generator added
* branch conflict resolved
* math::Random() & math::RandomSeed() used
* type casting to int
* psgd-simple added
-- File Changes --
M src/mlpack/core/optimizers/CMakeLists.txt (1)
A src/mlpack/core/optimizers/parallel_sgd/CMakeLists.txt (13)
A src/mlpack/core/optimizers/parallel_sgd/sgdp.hpp (93)
A src/mlpack/core/optimizers/parallel_sgd/sgdp_impl.hpp (107)
A src/mlpack/core/optimizers/parallel_sgd/test_function.cpp (89)
A src/mlpack/core/optimizers/parallel_sgd/test_function.hpp (67)
M src/mlpack/tests/CMakeLists.txt (1)
A src/mlpack/tests/parallel_sgd_test.cpp (90)
-- Patch Links --
https://github.com/mlpack/mlpack/pull/635.patch
https://github.com/mlpack/mlpack/pull/635.diff
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/635
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160504/8903a314/attachment.html>
More information about the mlpack-git
mailing list