Skip to content

cyprus327/MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages