Skip to content

A (under development!) fully-connected neural network written in C, for classifiying the MNIST digit dataset. Parallelised with openmp.

Notifications You must be signed in to change notification settings

dylanfarrer/net-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

net-from-scratch

(soon to be) A neural network designed to categorise MNIST digits, written in C and (hopefully) parallelised using openmp.

running

First, the datasets must be decompressed.

./post-pull.sh

The project can then be built and executed.

make
./build/net

To clean:

make clean

Prior to pushing (and committing), the datasets should be compressed and the dataset.zip recreated:

./pre-push.sh

About

A (under development!) fully-connected neural network written in C, for classifiying the MNIST digit dataset. Parallelised with openmp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published