Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 646 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 646 Bytes

Parallel-SGD

Parallel implementation of Stochastic Gradient Descent using SciKit-Learn library in Python.

Please see Benchmark notebook for characterization of 5 techniques showing their speed-up and accuracy. PSGD5, based on 'Hogwild!', performs the best with no loss of accuracy.

This project is a work-in-progress for a feature request on SciKit-Learn: #1174

Team Members