- Deskripsi :
Dataset CIFAR-10 terdiri dari 60.000 gambar berwarna 32x32 dalam 10 kelas, dengan 6000 gambar per kelas. Ada 50.000 gambar latih dan 10.000 gambar uji.
Situs web : https://www.cs.toronto.edu/~kriz/cifar.html
Kode sumber :
tfds.image_classification.Cifar10
Versi :
-
3.0.2
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
162.17 MiB
Ukuran
132.40 MiB
data :132.40 MiB
Cache otomatis ( dokumentasi ): Ya
Split :
Membagi | Contoh |
---|---|
'test' | 10.000 |
'train' | 50.000 |
- Fitur :
FeaturesDict({
'id': Text(shape=(), dtype=tf.string),
'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 :
@TECHREPORT{Krizhevsky09learningmultiple,
author = {Alex Krizhevsky},
title = {Learning multiple layers of features from tiny images},
institution = {},
year = {2009}
}
.dll- Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):