neural_network 0.1.3

Modular neural network with an implementation of back propagation learning algorithm.
Documentation
1
2
pub use super::{ BackProp, LearningParameters, TrainingResult };
pub use neural_operator::*;