Expand description
An auto-difference library
Introduction
This is yet another auto-difference library for deep neural network. The focus is easy on use and dynamic computation graph building.
Install
Add auto-diff = “0.5” to the [dependencies] section of your project Cargo.toml file.
Example
Re-exports
pub use var::Var;