16.2 Keras Built-In Datasets
Here are some of Keras’s datasets (from the module tensorflow.keras.datasets
13) for practicing deep learning. We’ll use these in the chapter’s examples, exercises and projects:
MNIST14database of handwritten digits—Used for classifying handwritten digit images, this dataset contains 28-by-28 grayscale digit images labeled as 0 through 9 with 60,000 images for training and 10,000 for testing. We use this dataset in Section 16.6, where we study convolutional neural networks.
Fashion-MNIST ...
Get Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and The Cloud now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.