Path to this page:
Subject: CVS commit: pkgsrc/math/py-autograd
From: Mark Davies
Date: 2016-08-25 01:50:12
Message id: 20160824235012.9DB97FBC3@cvs.NetBSD.org
Log Message:
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.
Files: