Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 692 Bytes

File metadata and controls

23 lines (15 loc) · 692 Bytes

nn-rust

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

Made with @F1L1Pv2

Example NN (XOR Gate)

nn-rust_aFqDKs9X6g.mp4

Info

The dev branch can be in a broken state and should be only used if you know what you're doing!

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 (in dev branch)
  • Multi-image interpolation