About 52 results
Open links in new tab
  1. The MNIST database of handwritten digits is one of the most popular ...

    The MNIST database of handwritten digits is one of the most popular image recognition datasets. It contains 60k examples for training and 10k examples for testing.

  2. GitHub - sunsided/mnist: MNIST Database of Handwritten Digits

    The MNIST database was constructed from NIST's Special Database 3 and Special Database 1 which contain binary images of handwritten digits. NIST originally designated SD-3 as their training set and …

  3. mnist: Python utilities to download and parse the MNIST dataset

    It is a good database for people who want to try learning techniques and pattern recognition methods on real-world data while spending minimal efforts on preprocessing and formatting.

  4. THE MNIST DATABASE of handwritten digits - GitHub

    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.

  5. mnist/README.md at master · cvdfoundation/mnist · GitHub

    The MNIST database of handwritten digits is one of the most popular image recognition datasets. It contains 60k examples for training and 10k examples for testing.

  6. GitHub - zalandoresearch/fashion-mnist: A MNIST-like fashion product ...

    We intend Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training …

  7. GitHub - teavanist/MNIST-JPG: MNIST dataset in JPG format

    MNIST dataset in JPG format. Contribute to teavanist/MNIST-JPG development by creating an account on GitHub.

  8. GitHub - gczr/MNIST: MNIST 数据集来自美国国家标准与技术研究所, …

    About MNIST 数据集来自美国国家标准与技术研究所, National Institute of Standards and Technology (NIST). 训练集 (training set) 由来自 250 个不同人手写的数字构成, 其中 50% 是高中学生, 50% 来自 …

  9. GitHub - phoebetronic/mnist: Publicly available MNIST CSV dataset.

    Publicly available MNIST CSV dataset. Contribute to phoebetronic/mnist development by creating an account on GitHub.

  10. MNIST database of handwritten digits in MATLAB format

    This repository provides a simple conversion function of the original MNIST dataset into MATLAB .mat format for easy usage. Be sure to also pull the submodules containing the original MNIST dataset.