An open API service indexing awesome lists of open source software.

https://github.com/shervinnd/cnn-model-for-mnist

This project implements a Convolutional Neural Network (CNN) trained on the MNIST dataset for handwritten digit recognition. The model achieves 100% accuracy on the test set, demonstrating its effectiveness in classifying digits with high precision.
https://github.com/shervinnd/cnn-model-for-mnist

cnn cnn-classification cnn-keras deep-learning deep-neural-networks iimageprocessing machine-learning mnist mnist-classification nuralnetwork tensorflow

Last synced: 24 days ago
JSON representation

This project implements a Convolutional Neural Network (CNN) trained on the MNIST dataset for handwritten digit recognition. The model achieves 100% accuracy on the test set, demonstrating its effectiveness in classifying digits with high precision.

Awesome Lists containing this project

README

          

# CNN-model-for-Mnist
This project implements a Convolutional Neural Network (CNN) trained on the MNIST dataset for handwritten digit recognition. The model achieves 100% accuracy on the test set, demonstrating its effectiveness in classifying digits with high precision.