Skip to content

Multithreaded neural network library made in Rust with GUI

License

Notifications You must be signed in to change notification settings

F1L1Pv2/nn-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn-rust

Neural network framework made 100% in Rust. Code based on nn.h. UI is threaded :)

Example NN (XOR Gate)

nn-rust_aFqDKs9X6g.mp4

Todo

  • Make a GUI
  • Make a cost graph
  • Multithreading The rayon crate is slow in this project for some reason
  • Make the GUI in a different thread so it doesn't limit epoch count per second
  • Saving and loading states
  • Image interpolation
  • Multi-image interpolation

About

Multithreaded neural network library made in Rust with GUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages