Expand description
The niura crate provides automatic differentiation for scalar values (vector valued differentiation coming).
Computational graphs and gradients are created implicitly and kept track of automatically.
Modulesยง
- var
- This module contains all the logic for the scalar valued
vartype, which is the primary type on which automatic differentiation is performed.