- Deskripsi :
Kuzushiji-MNIST adalah drop-in pengganti set data MNIST (28x28 grayscale, 70.000 gambar), disediakan dalam format MNIST asli serta format NumPy. Karena MNIST membatasi kami menjadi 10 kelas, kami memilih satu karakter untuk mewakili masing-masing dari 10 baris Hiragana saat membuat Kuzushiji-MNIST.
Situs web : http://codh.rois.ac.jp/kmnist/index.html.en
Kode sumber :
tfds.image_classification.KMNIST
Versi :
-
3.0.1
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
20.26 MiB
Ukuran
31.76 MiB
data :31.76 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 :
@online{clanuwat2018deep,
author = {Tarin Clanuwat and Mikel Bober-Irizar and Asanobu Kitamoto and Alex Lamb and Kazuaki Yamamoto and David Ha},
title = {Deep Learning for Classical Japanese Literature},
date = {2018-12-03},
year = {2018},
eprintclass = {cs.CV},
eprinttype = {arXiv},
eprint = {cs.CV/1812.01718},
}
- Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):