Hi everyone. I've been playing around with Julia for awhile now and have implemented Parallel Stochastic Gradient Descent. This is my first Julia project (and attempt at implementing this algorithm) so its not perfect, but I think I have a good start and wanted to share it: https://github.com/cfusting/PSGD.jl. I welcome any feedback.
Eventually I'd like to integrate the package with DataFrames and do a little optimization, especially on the algorithm that partition the data. _Chris
