chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.79k stars 420 forks source link

Provide Stochastic Gradient Descent in some ML package #6847

Open buddha314 opened 7 years ago

buddha314 commented 7 years ago

Towards a suite of machine learning functionality, here is a fundamental routine for solving systems.

A' la SciPy's implementation of Stochastic Gradient Descent

buddha314 commented 6 years ago

Seems like only yesterday I wrote this ticket... Anyway, this would be a PERFECT thing to add to NumSuch and we have some of the underlying tools installed.