neurs 0.1.1

A simple, feed-forward-only, but efficient, neural network and reinforcement learning library
Documentation
1
2
3
4
5
6
7
8
9
/*!
 * The neural network and interface code.
 */
pub mod activations;
pub mod assembly;
pub mod neuralnet;
pub mod train;

pub mod prelude;