Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 301 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 301 Bytes

A scala implementation of Downpour SGD - a distributed learning algorithm. Demonstrated with MNIST dataset.

Compile using sbt compile.

Run using sbt run.

Paper describing Downpour SGD