About 205,000 results
Open links in new tab
  1. MNIST database - Wikipedia

    Fashion MNIST was created in 2017 as a more challenging alternative for MNIST. The dataset consists of 70,000 28x28 grayscale images of fashion products from 10 categories.

  2. mnist | TensorFlow Datasets

    Jun 1, 2024 · mnist Description: The MNIST database of handwritten digits. Additional Documentation: Explore on Papers With Code north_east Homepage: http://yann.lecun.com/exdb/mnist/ Source …

  3. MNIST database of handwritten digits - Azure Open Datasets

    Oct 28, 2025 · Learn how to use the MNIST database of handwritten digits dataset in Azure Open Datasets.

  4. MNIST Dataset : Practical Applications Using Keras and PyTorch

    Jul 23, 2025 · The MNIST dataset is a popular dataset used for training and testing in the field of machine learning for handwritten digit recognition. The article aims to explore the MNIST dataset, its …

  5. MNIST Dataset - Apache SystemDS

    The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST.

  6. www.mnist.org

    We're starting with a simple dataset that everyone should be familiar with: MNIST, and we'll be testing everything we can think of, and posting the results here.

  7. The MNIST database | Pathmind

    MNIST is a database. The acronym stands for “Modified National Institute of Standards and Technology.” The MNIST database contains handwritten digits (0 through 9), and can provide a …

  8. MNIST - AI Wiki - Artificial Intelligence Wiki

    The Modified National Institute of Standards and Technology (MNIST) dataset is a large collection of handwritten digits that has been widely used as a benchmark for evaluating the performance of …

  9. mnist.ipynb - Colab

    This Jupyter notebook explains various approaches for implementing neural networks that recognize digits on MNIST dataset. Most deep learning frameworks provide APIs for loading famous datasets...

  10. MNIST by fsix

    This guide is written for coders just beginning with MNIST; MNIST is a dataset of handwritten digits published in the 1990s, MNIST is perhaps one of the most iconic exercises for beginning machine …