My first stab at a simple neural network created solely in numpy. The network is based on Stochastic Gradient Descent, and is trained on- and used for classifying the MNIST digit dataset.
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple neural network, created with numpy, based on Stochastic Gradient Descent, used for classifying the MNIST dataset
License
andreasHovaldt/simple-neural-network
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple neural network, created with numpy, based on Stochastic Gradient Descent, used for classifying the MNIST dataset