Skip to content

gldanoob/nn-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages