habrman / Neural-c

Neural network written in c to classify the MNIST dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Neural network written in c to classify the MNIST dataset


Languages

Language:C 99.4%Language:Makefile 0.6%