Skip to content

mnist from scratch (only using numpy for matrix multiplication)

Notifications You must be signed in to change notification settings

Klingefjord/mnist-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist_scratch

mnist from scratch (only using numpy for matrix multiplication) Reached ~96% accuracy using supplied hyperparams

How to run

pip install numpy python network.py

Hyperparameters can be edited in the main method

Mnist loader stolen from Nielsens awesome book: https://github.com/mnielsen/neural-networks-and-deep-learning

About

mnist from scratch (only using numpy for matrix multiplication)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages