ferrite-dl 0.2.0

Deep learning library written in pure Rust
Documentation
1
2
3
4
5
mod optimizer;
mod gd;

pub use optimizer::*;
pub use gd::*;