radient 0.3.0

Radient is a Rust library designed for automatic differentiation. It leverages the power of computational graphs to perform forward and backward passes for gradient calculations.
Documentation
1
2
3
4
pub mod core;
pub mod prelude;
pub mod util;
pub mod traits;