Module keras.datasets

Small NumPy datasets for debugging/testing.

Expand source code
"""Small NumPy datasets for debugging/testing."""

Sub-modules

keras.datasets.boston_housing

Boston housing price regression dataset.

keras.datasets.cifar

Utilities common to CIFAR10 and CIFAR100 datasets.

keras.datasets.cifar10

CIFAR10 small images classification dataset.

keras.datasets.cifar100

CIFAR100 small images classification dataset.

keras.datasets.fashion_mnist

Fashion-MNIST dataset.

keras.datasets.imdb

IMDB sentiment classification dataset.

keras.datasets.mnist

MNIST handwritten digits dataset.

keras.datasets.reuters

Reuters topic classification dataset.