Skip to content

Eric-Fithian/NNFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NNFromScratch

Goal: Impliment a neural network from scratch in C++ to use on the MNIST handwritten digits dataset.

Contents:

  1. Matrix Library
  2. Neural Network

The MNIST dataset can be found here - http://yann.lecun.com/exdb/mnist/ The csv files are not included in this repository as the files are too large.

Results:

With a 20 node hidden layer and training on 59,000 images, the neural network achieved an accuracy of 91.4% on 1000 test images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages