Skip to content
/ ANN Public

Tackling MNIST with the standard library in C

Notifications You must be signed in to change notification settings

DevinLeamy/ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-In-C

Throwing PyTorch to the curb

Tackling MNIST with the standard library in C.
Best accuracy: 95.65%

Clone the repository and download MNIST into:

  • res/train_images.gz
  • res/train_labels.gz
  • res/test_images.gz
  • res/test_labels.gz

Build and run with make

About

Tackling MNIST with the standard library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published