Skip to content

Neural Network from scratch to classify digits from MNIST dataset

Notifications You must be signed in to change notification settings

vedantrathore/digits-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Digits Recognition

Welcome, This is my implementation multilayer Neural Network created using only the python's numpy package. It's based on the Neural Network from the book Neural Networks and Deep Learning by Michael Nielsen. I recommend reading that if you want to learn more.

How to use

First make sure you numpy installed.

$ git clone https://github.com/vedantrathore/digits-recognition.git
$ cd digits-recognition/
$ wget "https://raw.githubusercontent.com/mnielsen/neural-networks-and-deep-learning/master/data/mnist.pkl.gz"
$ python network.py

Acknowledgements

This is was inspired from this repository and uses some of it's code.

About

Neural Network from scratch to classify digits from MNIST dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages