-
-
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 #315
Comments
What are the deep learning methods you are planning to implement here for this project? |
Neural network(NN), by setting up 1 flatten and 3 dense layers. |
Try to implement at least 3 methods for this dataset, and find out the best fitted model depending upon the accuracy and loss score of them. Issue assigned to you @brahmamyv. All the best! |
Full name : Shivaprakash S |
Full name : Rania |
Hi @raniasyed thank you for showing interest in Deep Learning Simplified project repository. Try to use 2-3 deep learning methods for solving this project and compare the models to find out the best fitted one. Issue assigned to you. Go ahead! |
This issue will not be considered under CollabCode Open Source event organized by OSEN as the program ends on November 20th, 2023. |
Full name : Chirag Garg |
Issue assigned to you @Cgarg9 |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : MNIST Digit Classification using Neural Networks
🔴 Aim : MNIST is a widely used dataset of handwritten digits that contains 60,000 handwritten digits for training a deep learning model and 10,000 handwritten digits for testing the model
🔴 Dataset :https://www.kaggle.com/c/digit-recognizer
🔴 Approach : MNIST Classification comes under the Image Classification domain , by using Neural network.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Social Summer Of Code '23
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: