Authors : Marin BOUTHEMY & Kossi NEROMA
This code is an implementation of the Stochastically Controlled Stochastic Gradient Method (SCSG) algorithm designed by Lihua Lei & al..
We have implemented it and test it with a convex and a non-convex problem.
The library has some requirements :
- Python 3
- Numpy
- Pandas
To install all this requirement you can run:
pip install -r requirements.txt
The library contains the following files: