- Keterangan :
Gambar tangan bermain batu, kertas, gunting.
Beranda : http://laurencemoroney.com/rock-paper-scissors-dataset
Kode sumber :
tfds.datasets.rock_paper_scissors.Builder
Versi :
-
3.0.0
(default): API terpisah baru ( https://tensorflow.org/datasets/splits )
-
Ukuran unduhan :
219.53 MiB
Ukuran kumpulan data :
219.23 MiB
Cache otomatis ( dokumentasi ): Ya (tes), Hanya ketika
shuffle_files=False
(latihan)Perpecahan :
Membelah | Contoh |
---|---|
'test' | 372 |
'train' | 2.520 |
- Struktur fitur :
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
- Dokumentasi fitur :
Fitur | Kelas | Membentuk | Tipe D | Keterangan |
---|---|---|---|---|
FiturDict | ||||
gambar | Gambar | (300, 300, 3) | uint8 | |
label | Label Kelas | int64 |
Kunci yang diawasi (Lihat dokumen
as_supervised
):('image', 'label')
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
- Kutipan :
@ONLINE {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}