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

https://github.com/a9na/handwritten-digit-recognition-cnn

This project involves creating a Convolutional Neural Network (CNN) to classify handwritten digits (0-9) using the MNIST dataset. The MNIST dataset consists of 28x28 grayscale images of handwritten digits. The goal is to build, train, and evaluate a CNN model to accurately predict the digit in each image.
https://github.com/a9na/handwritten-digit-recognition-cnn

Last synced: 2 months ago
JSON representation

This project involves creating a Convolutional Neural Network (CNN) to classify handwritten digits (0-9) using the MNIST dataset. The MNIST dataset consists of 28x28 grayscale images of handwritten digits. The goal is to build, train, and evaluate a CNN model to accurately predict the digit in each image.

Awesome Lists containing this project

README

        

# handwritten-digit-recognition-cnn
This project involves creating a Convolutional Neural Network (CNN) to classify handwritten digits (0-9) using the MNIST dataset. The MNIST dataset consists of 28x28 grayscale images of handwritten digits. The goal is to build, train, and evaluate a CNN model to accurately predict the digit in each image.