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

Hand Digit Recognition Using Convolutional Neural Network(CNN): #2 #50

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

Anshika14528
Copy link
Contributor

Added Hand Digit Recognition model which is used to identify digits (0-9) from images of handwritten digits using Convolutional Neural Network. The model is trained on datasets like MNIST.
The model uses a convolutional neural network (CNN) architecture with multiple convolutional and pooling layers to extract features from 28x28 pixel images. It utilizes ReLU activation, Adam optimizer, and sparse categorical crossentropy loss for digit recognition.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sanjay-kv sanjay-kv merged commit ede31b7 into recodehive:main Jun 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants