Handwritten Digit Recognition using Convolutional Neural Networks in Python with Keras
Last Updated on August 27, 2020 A popular demonstration of the capability of deep learning techniques is object recognition in image data. The “hello world” of object recognition for machine learning and deep learning is the MNIST dataset for handwritten digit recognition. In this post you will discover how to develop a deep learning model to achieve near state of the art performance on the MNIST handwritten digit recognition task in Python using the Keras deep learning library. After completing […]
Read more