Commit graph

3 commits

Author SHA1 Message Date
adam
c99bb88496 py-autograd: updated to 1.3
1.3:
Unknown changes
2020-04-27 19:03:26 +00:00
adam
f20d318458 py-autograd: update to 1.1.13
1.1.13:
Unknown changes.
2017-10-08 20:22:46 +00:00
markd
48c3a3c8f4 Add py-autograd 1.1.5
Autograd can automatically differentiate native Python and Numpy
code. It can handle a large subset of Python's features, including
loops, ifs, recursion and closures, and it can even take derivatives
of derivatives of derivatives. It uses reverse-mode differentiation
(a.k.a. backpropagation), which means it can efficiently take
gradients of scalar-valued functions with respect to array-valued
arguments. The main intended application is gradient-based
optimization.
2016-08-24 23:50:12 +00:00