- Deskripsi :
Kumpulan Data Nomor Rumah Street View (SVHN) adalah kumpulan data pengenalan digit gambar yang terdiri lebih dari 600.000 gambar digit yang berasal dari data dunia nyata. Gambar di-crop menjadi 32x32.
Situs web : http://ufldl.stanford.edu/housenumbers/
Kode sumber :
tfds.image_classification.SvhnCropped
Versi :
-
3.0.0
(default): Tidak ada catatan rilis. -
3.1.0
: API split baru ( https://tensorflow.org/datasets/splits )
-
Ukuran unduhan :
1.47 GiB
Ukuran kumpulan data :
Unknown size
Cache otomatis ( dokumentasi ): Tidak diketahui
Split :
Membagi | Contoh |
---|---|
'extra' | 531.131 |
'test' | 26.032 |
'train' | 73.257 |
- Fitur :
FeaturesDict({
'image': Image(shape=(32, 32, 3), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=10),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):('image', 'label')
Kutipan :
@article{Netzer2011,
author = {Netzer, Yuval and Wang, Tao and Coates, Adam and Bissacco, Alessandro and Wu, Bo and Ng, Andrew Y},
booktitle = {Advances in Neural Information Processing Systems ({NIPS})},
title = {Reading Digits in Natural Images with Unsupervised Feature Learning},
year = {2011}
}
- Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):