theophilec / oco-project

Hogwild ! and other Classic Online Convex Optimization algorithms implementation for OCO course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oco-project

Hogwild ! and other Classic Online Convex Optimization algorithms implementation for OCO course.

Raw data (mnist_train.csv and mnist_test.csv) can be downloaded from https://pjreddie.com/projects/mnist-in-csv/, and should be placed in the data/raw/ folder. Run python src/data_utils.py to load, normalize and save the data as numpy arrays to the disk, so they can be loaded faster afterwards. You should now be able to train the algorithms implemented in algos.py by running python src/algos.py.

About

Hogwild ! and other Classic Online Convex Optimization algorithms implementation for OCO course.


Languages

Language:TeX 50.2%Language:Python 49.6%Language:Makefile 0.2%