2 releases
0.0.2 | May 30, 2019 |
---|---|
0.0.1 | May 30, 2019 |
#237 in #neural-network
17KB
202 lines
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 from source with:
cargo build --release
Or use cargo to download the package from crates.io
:
cargo install nnet
nnet # validate success installation
Documenation can be build as follows:
cargo doc # open ./target/doc/nnet/all.html in a browser
Dependencies
~570–800KB
~11K SLoC