美文网首页
【ML】Dataset

【ML】Dataset

作者: 盐果儿 | 来源:发表于2022-02-23 21:33 被阅读0次

MNIST database

The MNIST database (Modified National Institute of Standards and Technology database) is a large database of handwritten digits that is commonly used for training various image processing systems. The database is also widely used for training and testing in the field of machine learning.

The MNIST database contains 60,000 training images and 10,000 testing images. Half of the training set and half of the test set were taken from NIST's training dataset, while the other half of the training set and the other half of the test set were taken from NIST's testing dataset. The original creators of the database keep a list of some of the methods tested on it. In their original paper, they use a support-vector-machine to get an error rate of 0.8%.

An extended dataset similar to MNIST called EMNIST has been published in 2017, which contains 240,000 training images, and 40,000 testing images of handwritten digits and characters

Reference: https://en.wikipedia.org/wiki/MNIST_database

相关文章

网友评论

      本文标题:【ML】Dataset

      本文链接:https://www.haomeiwen.com/subject/cukalrtx.html