You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classifying the handwritten digits by creating a Neural Network from scratch only using the numpy module.
About
This a deep learning model that identifies the MNIST's handwritten dataset of digits from 1 to 9 . The notebook does not contain any standard frameworks instead I build this from simple math and Numpy.