Skip to content

alexncoleman/MNIST-digit-classification-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MNIST-digit-classification-

MNIST digit Classification neural network

Most code is from Michael A. Nielsen, "Neural Networks and Deep Learning", Determination Press, 2015

I changed to original code to make the backpropagation use a matrix containing all of the input vectors in the mini batch in order to speed up learning. The orginal code is 'Network 1, 3 layers.py' The code with matrix based backpropagation is 'Network 1, Matrices backprop.py'

About

MNIST digit Classification neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages