Skip to content

Siiir/rust-NN-1_layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NN-1_layer

1 layer neural network with use case.

Contest

The library

contains implementation of 1 layer Neural Network and perceptron, which is used to implement the NN.

The app

is an iris classifier using the library.

Download

  1. git clone https://github.com/Siiir/rust-NN-1_layer

Run

  1. cd rust-NN-1_layer
  2. cat ./data/unclassified_irises.csv | cargo run --release

Above approach requires

  1. cargo that is usually installed with rustup

Help (passing arguments to app)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages