Language

Package: python2-autograd @ 0.0.0-0.442205d

Synopsis

Efficiently computes derivatives of NumPy code

Description

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.

Home page
https://github.com/HIPS/autograd
Location
gnu/packages/machine-learning.scm (line: 1331, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'python-nose' does not match package name 'python2-nose'
input-labels

Identify input labels that do not match package names

label 'python-pytest' does not match package name 'python2-pytest'
input-labels

Identify input labels that do not match package names

label 'python-future' does not match package name 'python2-future'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?
input-labels

Identify input labels that do not match package names

label 'python-numpy' does not match package name 'python2-numpy'