Skip to content

drewbodmer/Neural-Network

Repository files navigation

Neural-Network

A simple neural network to recognize handwritten digits. This project is based off this tutorial by Michael Nielson and this Youtube series on neural networks. This project was meant as a way to learn about neural networks, so the only reference used was the theory and equations described.

The network was trained on the mnist handwritten digits database.

The trained network currently has an accuracy of around 94% on the training data, and 93% on the test data.

Planned improvements:

Currently the network is fairly basic. Michael Nielson's tutorial goes over several ways to improve the network, including a new cost function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages