Initialization
Learn about the MNIST dataset along with the input and output sizes for the data.
We'll cover the following...
Chapter Goals:
- Learn about the MNIST database
- Initialize the model with input and output size
A. MNIST
The MNIST (Modified National Institute of Standards and Technology) database contains 60,000 training examples and 10,000 testing examples. The database contains grayscale handwritten digits that were resized to fit in a 20x20 pixel box, which was then centered in a 28x28 image (padded with whitespace). The images ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy