1 layer neural network with use case.
contains implementation of 1 layer Neural Network and perceptron, which is used to implement the NN.
is an iris classifier using the library.
git clone https://github.com/Siiir/rust-NN-1_layer
cd rust-NN-1_layer
cat ./data/unclassified_irises.csv | cargo run --release
cargo
that is usually installed with rustup
You can also pass arguments to the app after --, which is cargo's way to separate cargo args from app args.
Try: cargo r -r -- --help