Handwritten digits detection and prediction with CNN
MNIST (Modified National Institute of Standards and Technology) is the de facto hello world dataset of computer vision. Since its release in 1999, this classic dataset of handwritten images has served as the basis for benchmarking classification algorithms. As new machine learning techniques emerge, MNIST remains a reliable resource for researchers and learners alike.
In this project, my goal was to correctly identify digits from a dataset of tens of thousands of handwritten images.I have successfully completed the project with the help of deep learning and Convolutional neural network
Handwritten digits detection and prediction with CNN