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

Added Project: Image Classification Using CNN (CIFAR-10 Dataset) under the Neural Networks Folder #823

Merged
merged 5 commits into from
Nov 8, 2024

Conversation

sanyadureja
Copy link
Contributor

Related Issues or bug

This pull request addresses the feature request to add an example of image classification using Convolutional Neural Networks (CNN) on the CIFAR-10 dataset under the Neural Networks folder.

Fixes: #822

Proposed Changes

  • Implemented an end-to-end image classification project using CNN on the CIFAR-10 dataset.
  • Added code for loading, preprocessing, and augmenting CIFAR-10 images.
  • Built a CNN model with key layers, including Conv2D, MaxPooling2D, and Dense, for effective classification.
  • Included training, validation, and evaluation code with metrics display.
  • Documented the project to guide users through each step.

Additional Info

This project serves as a hands-on example for understanding CNNs and implementing image classification. It helps users learn by working with a widely-used dataset and builds practical skills in deep learning.

Screenshots

Original Updated
No image classification project on CIFAR-10 dataset new project added

README.md looks something like this (updated )

Screenshot 2024-11-08 at 2 37 23 PM

Copy link

github-actions bot commented Nov 8, 2024

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!.

To help move the process along, please tag @UppuluriKalyani, @Neilblaze, and @SaiNivedh26 for a faster review!

Copy link

vercel bot commented Nov 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ml-nexus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 9:10am

@sanyadureja
Copy link
Contributor Author

@UppuluriKalyani, @Neilblaze, and @SaiNivedh26 please review my PR #823 . I've solved the issue #822
Looking forward to getting the PR merged and assignment of level and labels.

Awaiting your response. Thank you!

@UppuluriKalyani UppuluriKalyani merged commit 0c24d30 into UppuluriKalyani:main Nov 8, 2024
4 checks passed
Copy link

github-actions bot commented Nov 8, 2024

🎉🎉 Thank you for your contribution! Your PR #823 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants