https://github.com/user-attachments/assets/ab8b31a4-25ad-453d-9cad-147bc444271c
A visualization of an MNIST neural network written from scratch in Odin and Raylib
git clone git@github.com:bones-ai/odin-mnist-nn.git
cd odin-mnist-nn
./build.sh speed && ./odin-mnist-nn
main.odin
to train a new network.configs.odin
is the configuration filemnist_test.csv
and mnist_train.csv
in a new folder called data
at the root of the project