/perceptron-rs

perceptron implementation in rust

Primary LanguageRust

Perceptron in Rust

I implemented a simple perceptron in rust. It uses the ReLU activation function and evaluates the Iris dataset. It could be extended for other use cases.