Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural network variants in Rust (no ndarray, ML crates)

Multi-layer perceptron demo

cargo run --release

  • Reads and pre-processes data in data_heart_disease.csv
  • Trains an MLP with training dataset
  • Tests MLP with test dataset and displays accuracy metrics

About

NN implemented from scratch

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages