Rust Machine Learning Toolkit from scratch
- I created this project to study deep in ml.
- I wanted to learn how various frameworks work.
- This project has 3 parts like below
the core feature of toolkit. implementation of matrix, neural network, and various internal methods for that
provide utility feature to user by interacting with core and manipulating data
GUI layer of project interact with user
i will call neural network as NN.
- matrix operations
- CRUD
- finite difference
- back propagation
manage state of model (NN) save or load model or dataset
convert img to 2d matrix and vice versa
clone this project and just
cargo run
will launch the GUI manager