Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.03 KB

File metadata and controls

30 lines (24 loc) · 1.03 KB

Simple Interactive MNIST Neural Network in C

The following dataset was used.

Usage

RAYLIB IS REQUIRED, HOWEVER IT COULD BE REMOVED (ALONG WITH THE GUI)

  1. Clone this repo
git clone https://github.com/cyprus327/MNIST
  1. Compile
gcc -o mnist mnist.c -lm -lraylib
  1. Run
./mnist

Screenshots

mnist3 mnist5 mnist6 mnist7 mnist9

Additional Information

The following article was heavily used while writing this.