Skip to content

Designed a neural network from scratch to classify handwritten digits from the MNIST dataset.

Notifications You must be signed in to change notification settings

kunal-bham/mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding MNIST Neural Network from Scratch

Designed a neural network from scratch to classify handwritten digits from the MNIST dataset.

- The network is a 2 layer neural network with 128 hidden units and a sigmoid activation function.
- The network is trained using backpropagation and stochastic gradient descent.
- The network is evaluated on a test set of 10,000 images.
- The network achieves an accuracy of 97.4% on the test set.

About

Designed a neural network from scratch to classify handwritten digits from the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages