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
Hand written digits recognition using simple gradient descent on MNIST data
MAIN FILE IS USED TO LOAD DATA INTO ARRAYS####
The training is performed using the train.py using gradient descent with loss function as cross entropy.
Run main.py file to see the results.
Accuracy:92%
About
Hand written digits recognition using simple gradient descent on MNIST data