/mnist-c

🧠 Basic NN implementation in C

Primary LanguageC

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