You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
A simple neural network that recognizes digits based on MNIST data