Skip to content
/ nn-rs Public

a minimalistic feedforward neural network library in Rust

License

Notifications You must be signed in to change notification settings

pro465/nn-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn-rs

a minimalistic feedforward neural network library in Rust

Rust

examples

Simple usage

see: ./examples/simple.rs

Complex examples

see: rps-rs

Contributing

All contributions are welcome!