Authors | Project | Documentation | Build Status |
---|---|---|---|
N. Curti D. Dall'Olio |
rSGD | Linux/MacOS : Windows : |
Optimization and extension of the Replicated Stochastic Gradient Descent.
The project is written in c++ language with the support of c++14 standard (make sure that your c++ compiler support it!).
To build the executables, clone the repo and then type
make
for the complete list of available examples, or
make main
to compile the main example.
You can also build with CMake or easier with the build.sh file in Linux/MacOS and build.ps1 in Windows.
See also the list of contributors who partecipated in this project.
The rSGD
package is licensed under the MIT "Expat" License.
Thanks goes to all contributors of this project.
Please cite rSGD
if you use it in your research.
@misc{ReplicatedStochasticGradientDescent,
author = {Nico Curti, Daniele Dall'Olio},
title = {Replicated Stochastic Gradient Descent},
year = {2019},
publisher = {GitHub},
howpublished = {\url{https://github.com/Nico-Curti/rSGD}},
}