FreeBSD.software
Home/math/py311-autograd

py311-autograd

1.6.1

Efficiently computes derivatives of numpy code

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 supports reverse-mode differentiation (a.k.a. backpropagation), which means it can efficiently take gradients of scalar-valued functions with respect to array-valued arguments, as well as forward-mode differentiation, and the two can be composed arbitrarily. The main intended application of Autograd is gradient-based optimization.

Origin: math/py-autograd
Category: math
Size: 844KiB
License: MIT
Maintainer: rm@FreeBSD.org
Dependencies: 3 packages
Required by: 3 packages
$pkg install py311-autograd

Dependencies (3)

Required By (3 packages)

More in math