- Deskripsi :
Basis data MNIST dari angka tulisan tangan.
Situs web : http://yann.lecun.com/exdb/mnist/
Kode sumber :
tfds.image_classification.MNIST
Versi :
-
3.0.1
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
11.06 MiB
Ukuran set data :
21.00 MiB
Cache otomatis ( dokumentasi ): Ya
Split :
Membagi | Contoh |
---|---|
'test' | 10.000 |
'train' | 60.000 |
- Fitur :
FeaturesDict({
'image': Image(shape=(28, 28, 1), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=10),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):('image', 'label')
Kutipan :
@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}
}
- Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):