Introduction to MNIST Dataset
Examine the MNIST and prepare that data for training in this lesson.
We'll cover the following...
We'll cover the following...
The MNIST dataset
MNIST (Modified National Institute of Standards and Technology) is a subset of a larger dataset available at the National Institute of Standards and Technology. The MNIST database contains handwritten digits (0 through 9) and provides a baseline for testing image processing systems. The modelโs task is to learn the digits and classify the new digits as input.