Differentiable programming for Rust
This package is no more than sugar for existing Rust autograd libraries.
```rust autograd!{ let x; let y; let z = 2.xx + 3.*y + 1.;
asserteq!(grad (dz/dy), 3.0); asserteq!(grad [x=2.] (dz/dx), 8.0); assert_eq!(grad (ddz/dx), 4.0); }; ```
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ast_topology by you, shall be dual licensed under the MIT and Apache 2.0 license without any additional terms or conditions.
Code is dual licensed under either Apache or MIT Licenses.