A minimal automatic differentiation library. Just for fun...
All code are in a single file (src/mgrad.rs) to easily copy-paste into other projects.
use nn;
Run with cargo doc --open to see the documentation.
A minimal automatic differentiation library. Just for fun...
All code are in a single file (src/mgrad.rs) to easily copy-paste into other projects.
use nn;
Run with cargo doc --open to see the documentation.