Crates.io | nnet |
lib.rs | nnet |
version | 0.0.2 |
source | src |
created_at | 2019-05-30 18:11:52.761782 |
updated_at | 2019-05-30 22:55:57.988875 |
description | A feedforward neural network. |
homepage | |
repository | https://github.com/DanielSchuette/nnet |
max_upload_size | |
id | 137938 |
size | 46,607 |
A feedforward neural network implemented in Rust.
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