Skip to content

theophilec/oco-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published