Skip to content

nosark/perceptron-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.