An open API service indexing awesome lists of open source software.

https://github.com/andreashovaldt/simple-neural-network

A simple neural network, created with numpy, based on Stochastic Gradient Descent, used for classifying the MNIST dataset
https://github.com/andreashovaldt/simple-neural-network

mnist-classification neural-network numpy stochastic-gradient-descent

Last synced: about 2 months ago
JSON representation

A simple neural network, created with numpy, based on Stochastic Gradient Descent, used for classifying the MNIST dataset

Awesome Lists containing this project

README

          

# simple-neural-network
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.

# Knowledge and inspiration
- https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
- http://neuralnetworksanddeeplearning.com/chap1.html
- http://neuralnetworksanddeeplearning.com/chap2.html