/distributed_svrg

the distributed implemetation of svrg, can solve linear and logistic model.

Primary LanguageLogos

Distributed SVRG

The Distributed SVRG tool is a parallelization of the SVRG algorithm on top of DMTK parameter server (For more details, please view the DMTK website http://www.dmtk.io). It provides an efficient "scaling to industry size" solution for SVRG and can solve linear and logistic model.

Build

Linux (Tested on TianHe-1)

Run $./build.sh to build the project.

Run $./example/run.sh to run the project.