NNet

A feedforward neural network implemented in Rust.

Use the library

An example of how to use the neural net can be found in ./src/main.rs. Build it with: bash cargo build --release

Documenation can be build as follows: bash cargo doc # open ./target/doc/nnet/all.html in a browser