/Neural-c

Neural network written in c to classify the MNIST dataset

Primary LanguageC

Neural-c

Neural network written in c to classify the MNIST dataset. The default configuration achieves approximately 96%. accuracy.

How to:

  • Download the MNIST dataset.
  • Update config.h with data set paths, hidden layer size, learning rate and number of training epochs.
  • Make and run