Visualisierung: Entdecken Sie in Know Your Daten
Beschreibung:
Die MNIST-Datenbank mit handgeschriebenen Ziffern.
Homepage: http://yann.lecun.com/exdb/mnist/
Quellcode:
tfds.image_classification.MNIST
Versionen:
-
3.0.1
(Standard): Kein Release Notes.
-
Downloadgröße:
11.06 MiB
Dataset Größe:
21.00 MiB
Auto-cached ( Dokumentation ): Ja
Splits:
Teilt | Beispiele |
---|---|
'test' | 10.000 |
'train' | 60.000 |
- Eigenschaften:
FeaturesDict({
'image': Image(shape=(28, 28, 1), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=10),
})
Betreute Tasten (Siehe
as_supervised
doc ):('image', 'label')
Figur ( tfds.show_examples ):
- Beispiele ( tfds.as_dataframe ):
- Zitat:
@article{lecun2010mnist,
title={MNIST handwritten digit database},
author={LeCun, Yann and Cortes, Corinna and Burges, CJ},
journal={ATT Labs [Online]. Available: http://yann.lecun.com/exdb/mnist},
volume={2},
year={2010}
}