If you are looking for MNIST-like datasets, don’t forget to check out Concatenated MNIST (CMNIST) as well.

MNIST-like Datasets

MNIST similar but significant variatons

  • 3D MNIST
    • Voxels instead of pixels
  • MultiMNIST
    • Multiple MNIST digits with 80% overlap. No official implementation available but this might do the job.
  • multiMNIST
    • MNIST with multiple digits next to each other(not just one character)
  • MultiDigitMNIST
    • Multiple digits in 2D plane (not just directly next to each other)

MNIST-like intentions

  • AudioMNIST
    • spoke digits from 0 - 9
  • n-MNIST
    • MNIST converted to a neuromorphic version
  • Quick, Draw!
    • 256x256 pixels with time series data how it was drawn

Did you publish another MNIST-like dataset that is missing in this list? Please let me know. It may end up here and in a future generation of CMNIST as well.