newron 0.4.0

A Rust library to train and infer deep learning models.
Documentation
1
2
3
4
5
pub mod layer;
pub mod relu;
pub mod tanh;
pub mod dense;
pub mod softmax;