native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
8
9
mod batch;
mod core;
mod sgd_guard;

pub use batch::*;
pub use core::*;
pub use sgd_guard::*;

pub type DenseSgdConfig = SgdConfig;