@hackage inf-backprop0.1.1.0
Automatic differentiation and backpropagation.
Categories
License
BSD-3-Clause
Maintainer
Alexey.Tochin@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (8)
- base >=4.7 && <5
- text
- transformers
- comonad
- isomorphism-class
- monad-logger Show all…
Dependents (0)
Automatic differentiation and backpropagation.
We do not attract gradient tape.
Instead, the differentiation operator is defined directly as a map between differentiable function objects.
Such functions are to be combined in arrow style using (>>>)
, (***)
, first
, etc.
The original purpose of the package is an automatic backpropagation differentiation component for a functional type-dependent library for deep machine learning. See tutorial details.