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

Handwriting Recognition using Deep Learning #139

Closed
wants to merge 3 commits into from

Conversation

Nav3005
Copy link
Contributor

@Nav3005 Nav3005 commented Jan 11, 2025

Closes: #112

  • Title : Handwriting Recognition on MNIST Dataset
  • Your Name: Naveen Karthik Rajakumar
  • Idenitfy yourself: SWOC Contributor

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

  • Designed and trained a Convolutional Neural Network (CNN) to classify handwritten digits.
  • Added visualization of training and testing results, including accuracy and loss graphs.
  • Provided code comments and explanations for better readability and understanding.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

Converted Images :
Converted Images

Prediction :
Prediction

Confusion Matrix :
confusion matrix

Working Video 🎥

Webpage.mov

Copy link
Contributor

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Owner

@Avdhesh-Varshney Avdhesh-Varshney 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!

Because of recent major change in docs is conflicted with the pr.
Either you can correct it or re-raise your pr by committing in other branch other than main.

To develop a system that recognizes handwritten digits using the MNIST dataset, leveraging deep learning techniques for high accuracy.

### DATASET LINK
[Dataset](https://www.kaggle.com/datasets/hojjatk/mnist-dataset)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of writing Dataset. paste your link. [link](link)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


### NOTEBOOK LINK

[Colab Notebook](https://colab.research.google.com/drive/1IPZ8Yy0UG_5NdcbwlgHhwMu4vr5fBaqu?usp=sharing)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update this link too.

@Nav3005
Copy link
Contributor Author

Nav3005 commented Jan 12, 2025

NICE WORK!

Because of recent major change in docs is conflicted with the pr. Either you can correct it or re-raise your pr by committing in other branch other than main.

@Avdhesh-Varshney can u explain how and where i should make changes to meet with the guidelines

@Avdhesh-Varshney
Copy link
Owner

@Nav3005 you can review these 2 links will definitely help you out.

https://avdhesh-varshney.github.io/AI-Code/projects/deep-learning/
#143

@Nav3005
Copy link
Contributor Author

Nav3005 commented Jan 13, 2025

@Nav3005 you can review these 2 links will definitely help you out.

https://avdhesh-varshney.github.io/AI-Code/projects/deep-learning/ #143

Is there change in project template ?

@Avdhesh-Varshney
Copy link
Owner

@Nav3005 you can review these 2 links will definitely help you out.
https://avdhesh-varshney.github.io/AI-Code/projects/deep-learning/ #143

Is there change in project template ?

No

@Nav3005 Nav3005 closed this by deleting the head repository Jan 16, 2025
@Avdhesh-Varshney
Copy link
Owner

@Nav3005 from the next time, raise your pr by creating a new branch.

  • Never commit directly in main branch.

@Avdhesh-Varshney Avdhesh-Varshney added wontfix ❌ This will not be worked on and removed Status: Requested Changes labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working wontfix ❌ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: HandWriting Recognition using Deep learning
2 participants