-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNIST Digit Classification using Neural Networks #392
Conversation
Our team will soon review your PR. Thanks @Cgarg9 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why you have created the Digit Classification
folder?
Sorry i created that earlier for this project. I'll delete it and make a new pr. any more changes?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Your PR is approved and ready to be merged.
@Cgarg9
Pull Request for DL-Simplified 💡
Issue Title : MNIST Digit Classification using Neural Networks
Closes: (https://github.com/abhisheks008/DL-Simplified/issues/315)
Describe the add-ons or changes you've made 📃
Give a clear description of what have you added or modifications made
I have added two models to classify the digits. Model 1) Artificial Neural Network, Model 2) Convolutional Neural Network.
I have added two models to classify the digits. Model 1) Artificial Neural Network, Model 2) Convolutional Neural Network. These networks were trained for 10 epochs and managed to achieve about 97% and 99% accuracy respectively.
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
Describe how it has been tested
A testing dataset is provided by MNIST and the code was tested against it.
Describe how have you verified the changes made
All errors faced have been resolved using the guidance from various online resources and official documentations of the libraries used.
Checklist: ☑️