-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Image Classification using DL Methods Version 2 #995
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
Similar problem statement is already present here in this repository. Why should I go ahead with your project and remove the existing one, can you elaborate that? Here is link for your reference, https://github.com/abhisheks008/DL-Simplified/tree/main/MNIST%20Digit%20Classification%20using%20Neural%20Networks |
My project offers significant value and expansion to the existing problem statement in the repository for the following reasons:
In conclusion, my project does not replace the existing one, but rather complements it by introducing multiple CNN models, expanding the dataset scope, and offering a more thorough and detailed evaluation. It provides a deeper and more comprehensive approach to image classification using CNNs, making it a valuable addition to the repository. |
I have updated the issue title. Please follow the same issue title for the project folder as well as for the pull request title. Issue assigned to you @UTSAVS26 |
Deep Learning Simplified Repository - New Issue Template
🔴 Project Title : Image Classification using Convolutional Neural Networks (CNN)
🔴 Aim : To implement and compare various convolutional neural network (CNN) architectures for image classification tasks using the CIFAR-10 and MNIST datasets. The goal is to evaluate model performance and accuracy based on several algorithms.
🔴 Dataset :
🔴 Approach :
The goal of this project is to use 3-4 different CNN algorithms to implement the models, train them on the CIFAR-10 and MNIST datasets, and then compare all the algorithms' performance by evaluating their accuracy scores.
✅ To be Mentioned while taking the issue:
Approach for this Project:
Dataset Preparation:
Exploratory Data Analysis (EDA):
Model Implementation:
Model Training:
Model Evaluation:
Comparison & Conclusion:
Documentation:
requirements.txt
.This approach will allow for an efficient comparison of CNN models to determine the best fit for MNIST and CIFAR-10 image classification tasks.
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: