Skip to content

Gomango999/mnist-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Neural Network

An implementation of a feed forward neural network to on the MNIST data set, with an error of 2.33% (97.66% accuracy). It consists of a single hidden layer of 800 neurons.

Usage

To train and test a neural network from scratch, run

python3 mnist.py

To draw your own images and have the neural network classify them, run

python3 mnist_draw.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages