The following dataset was used.
RAYLIB IS REQUIRED, HOWEVER IT COULD BE REMOVED (ALONG WITH THE GUI)
- Clone this repo
git clone https://github.com/cyprus327/MNIST
- Compile
gcc -o mnist mnist.c -lm -lraylib
- Run
./mnist
The following article was heavily used while writing this.