clojure-numerics / expresso

Clojure library for symbolic computation
312 stars 20 forks source link

Calculating gradients in expresso #23

Closed favetelinguis closed 7 years ago

favetelinguis commented 8 years ago

Are there any plans of supporting gradients in expresso? Looking for some alternative to Theano in Python but the way one can use Theano to get the gradient is really a killer feature.

mschuene commented 7 years ago

expresso doesn't support automatic differentiation, but you can calculate gradients using differentiation rules.