Skip to content

Making Neural network model from scratch for prediction of digit classification. Its built from scratch using feedforward and backpropagation loops using numpy arrays.

Notifications You must be signed in to change notification settings

charan89/Digit_recognition_numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network on MNIST with NumPy from Scratch

Implement and train a neural network from scratch in Python for the MNIST dataset (no PyTorch).

Project Description:

Implement and train a neural network from scratch in Python for the MNIST dataset (no PyTorch). The neural network should be trained on the Training Set using stochastic gradient descent. It should achieve 97-98% accuracy on the Test Set.

About

Making Neural network model from scratch for prediction of digit classification. Its built from scratch using feedforward and backpropagation loops using numpy arrays.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published