/nn

A simple neural network that recognizes digits based on MNIST data

Primary LanguagePythonMIT LicenseMIT

This is a simple, from-scratch, implementation of a Neural Network. Simply run with python neuron.py and it will start training on the included MNIST data.

The code is under MIT License.