neurs 0.1.1

A simple, feed-forward-only, but efficient, neural network and reinforcement learning library
Documentation
1
2
3
4
5
//! An useful working set of imports related to network training.
pub use super::interface::*;
pub use super::jitterstrat::*;
pub use super::label::*;
pub use super::trainer::*;