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 #383

Closed
wants to merge 6 commits into from

Conversation

Cgarg9
Copy link
Contributor

@Cgarg9 Cgarg9 commented Dec 13, 2023

Pull Request for DL-Simplified 💡

Issue Title : MNIST Digit Classification using Neural Networks

  • Info about the related issue (Aim of the project) : To classify digits in the MNIST dataset using neural networks.
  • Name:: Chirag Garg
  • GitHub ID: : https://github.com/Cgarg9
  • Email ID: : [email protected]
  • **Idenitfy yourself: Codepeak23

Closes: #issue number that will be closed through this PR
315 #315

Describe the add-ons or changes you've made 📃

I have added two models to classify the digits. Model 1) Artificial Neural Network, Model 2) Convolutional Neural Network
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. These networks were trained for 10 epochs and both managed to achieve an accuracy of about 99%.

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.

  1. Please add EDA in your project to find out various visualizations from the dataset.
  2. Follow the README.md template and update accordingly. Here is the template, https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md
  3. Your Jupyter notebook's cells are not showing the output properly, please take a look at those.

@Cgarg9

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

Hi @Cgarg9 any update on the requested changes?

@Cgarg9
Copy link
Contributor Author

Cgarg9 commented Dec 21, 2023

Almost done. Will make the pr by tomorrow

@Cgarg9 Cgarg9 closed this Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Requested Changes Changes requested.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MNIST Digit Classification using Neural Networks
2 participants