- Descrizione :
Il database MNIST delle cifre scritte a mano.
Documentazione aggiuntiva : esplora documenti con codice
Pagina iniziale : http://yann.lecun.com/exdb/mnist/
Codice sorgente :
tfds.image_classification.MNISTVersioni :
-
3.0.1(impostazione predefinita): nessuna nota di rilascio.
-
Dimensione download :
11.06 MiBDimensione del set di dati :
21.00 MiBMemorizzazione nella cache automatica ( documentazione ): sì
Divide :
| Diviso | Esempi |
|---|---|
'test' | 10.000 |
'train' | 60.000 |
- Struttura delle caratteristiche :
FeaturesDict({
'image': Image(shape=(28, 28, 1), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
- Documentazione delle funzionalità :
| Caratteristica | Classe | Forma | Tipo D | Descrizione |
|---|---|---|---|---|
| CaratteristicheDict | ||||
| Immagine | Immagine | (28, 28, 1) | uint8 | |
| etichetta | ClassLabel | int64 |
Chiavi supervisionate (vedi il documento
as_supervised):('image', 'label')Figura ( tfds.show_examples ):

- Esempi ( tfds.as_dataframe ):
- Citazione :
@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}
}