(soon to be) A neural network designed to categorise MNIST digits, written in C and (hopefully) parallelised using openmp.
First, the datasets must be decompressed.
./post-pull.shThe project can then be built and executed.
make
./build/netTo clean:
make cleanPrior to pushing (and committing), the datasets should be compressed and the dataset.zip recreated:
./pre-push.sh