Crate niura

source · []
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

This module contains all the logic for the scalar valued var type, which is the primary type on which automatic differentiation is performed.