Skip to content

Implementation of a single hidden layer neural network from scratch in Python to classify small bitmaps of digits

Notifications You must be signed in to change notification settings

derekmiddlemiss/Python_NeuralNetwork_DigitClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_NeuralNetwork_DigitClassifier

Implementation of a single hidden layer neural network from scratch in Python to classify small bitmaps of digits. Uses stochastic minibatch gradient descent to train. Compare this with normal batch gradient descent to see difference in efficiency.

To-do - (i) implement variable learning rate, possibly using momentum concept, AdaGrad; (ii) extend to treat multiple hidden layers

About

Implementation of a single hidden layer neural network from scratch in Python to classify small bitmaps of digits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages