o
odin.langpkg.dev
packages / library / odin-mnist-nn

odin-mnist-nn

f880a0alibrary

A MNIST neural network written from scratch in Odin, visualised with Raylib

MIT · updated 2 years ago
demo-720.mp4

Mnist Network Visualization

A visualization of an MNIST neural network written from scratch in Odin and Raylib

Usage

  • Clone the repo
git clone git@github.com:bones-ai/odin-mnist-nn.git
cd odin-mnist-nn
  • Run the simulation
./build.sh speed && ./odin-mnist-nn
  • The simulation currently uses a preloaded network, update the main.odin to train a new network.
  • configs.odin is the configuration file

Train a network yourself

Extras