libdt 2.0.3

Library for training neural networks.
Documentation
1
2
3
4
5
6
#[cfg(feature = "macros")]
pub use libdt_macros as macros;

pub mod layer;
pub mod network;
pub mod trainer;