Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 331 Bytes

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