Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.27 KB

README.md

File metadata and controls

18 lines (9 loc) · 1.27 KB

StochasticProximalMethods

Introduction

This package is the implementation of ProxSARAH algorithm and its variants along with other stochastic proximal gradient algorithms including ProxSVRG, ProxSpiderBoost, ProxSGD, and ProxGD to solve the stochastic composite, nonconvex, and possibly nonsmooth optimization problem which covers the composite finite-sum minimization problem as a special case.

Code Usage

We hope that this program will be useful to others, and we would like to hear about your experience with it. If you found it helpful and are using it within our software please cite the following publication:

Feel free to send feedback and questions about the package to our maintainer Nhan H. Pham at [email protected].

Code Organization

There are two sub-folders python_src and tensorflow_src containing the implementation of algorithms and examples in Python and Tensorflow, respectively. Please follow the instruction in the file README.md in each sub-folder on how to run each example.