- תיאור :
תמונות של ידיים משחקות סלע, נייר, משחק מספריים.
דף הבית : http://laurencemoroney.com/rock-paper-scissors-dataset
קוד מקור :
tfds.datasets.rock_paper_scissors.Builder
גרסאות :
-
3.0.0
(ברירת מחדל): API חדש מפוצל ( https://tensorflow.org/datasets/splits )
-
גודל הורדה :
219.53 MiB
גודל ערכת נתונים :
219.23 MiB
שמור אוטומטי במטמון ( תיעוד ): כן (בדיקה), רק כאשר
shuffle_files=False
(רכבת)פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 372 |
'train' | 2,520 |
- מבנה תכונה :
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
- תיעוד תכונה :
תכונה | מעמד | צוּרָה | Dtype | תיאור |
---|---|---|---|---|
FeaturesDict | ||||
תמונה | תמונה | (300, 300, 3) | uint8 | |
תווית | ClassLabel | int64 |
מפתחות בפיקוח (ראה
as_supervised
doc ):('image', 'label')
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט :
@ONLINE {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}