autograd 1.1.1

Tensors and differentiable operations in Rust
Documentation
1
2
3
//! A collection of variable optimizers
pub mod adam;
pub mod sgd;