pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Add new solvers #218

Closed aamini closed 7 years ago

aamini commented 7 years ago

Add implementations for two well documented solvers in deep learning: Adagrad and Adadelta. Implementations show increased speedups compared to SGD or even previously implemented adaptive methods in Mocha (Adam).

pluskid commented 7 years ago

Thanks a lot!