Skip to content

ybrenning/mnist-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network in C (Work in Progress)

Coding a basic neural network from scratch in C.

Will be trained on the MNIST dataset.

To replicate results, make sure the csv files are located within this repo in the data directory.

Instructions

Build and Run

$ ./build.sh && ./main

Releases

No releases published

Packages

No packages published