Skip to content
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

Merged
merged 8 commits into from
Dec 24, 2023

Conversation

Cgarg9
Copy link
Contributor

@Cgarg9 Cgarg9 commented Dec 22, 2023

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:

  • Bug fix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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: ☑️

  • [ x] My code follows the guidelines of this project.
  • [ x] I have performed a self-review of my own code.
  • [ x] I have commented my code, particularly wherever it was hard to understand.
  • [ x] I have made corresponding changes to the documentation.
  • [ x] My changes generate no new warnings.
  • [ x] I have added things that prove my fix is effective or that my feature works.
  • [ x] Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @Cgarg9 :)

Copy link
Owner

@abhisheks008 abhisheks008 left a 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?

@abhisheks008 abhisheks008 linked an issue Dec 24, 2023 that may be closed by this pull request
@abhisheks008 abhisheks008 added the Status: Requested Changes Changes requested. label Dec 24, 2023
@Cgarg9
Copy link
Contributor Author

Cgarg9 commented Dec 24, 2023

Sorry i created that earlier for this project. I'll delete it and make a new pr. any more changes??

Copy link
Owner

@abhisheks008 abhisheks008 left a 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

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. Level: MEDIUM Codepeak23 This issue is assigned under CodePeak 2023 event/ and removed Status: Requested Changes Changes requested. labels Dec 24, 2023
@abhisheks008 abhisheks008 merged commit c4336af into abhisheks008:main Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codepeak23 This issue is assigned under CodePeak 2023 event/ Level: MEDIUM Points Updated Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MNIST Digit Classification using Neural Networks
2 participants