最初はグー、じゃんけん
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
じゃんけんゲームをしている手の画像。
スプリット | 例 |
---|
'test' | 372 |
'train' | 2,520 |
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (300、300、3) | uint8 | |
ラベル | クラスラベル | | int64 | |

@ONLINE {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# rock_paper_scissors\n\n\u003cbr /\u003e\n\n- **Description**:\n\nImages of hands playing rock, paper, scissor game.\n\n- **Homepage** :\n \u003chttp://laurencemoroney.com/rock-paper-scissors-dataset\u003e\n\n- **Source code** :\n [`tfds.datasets.rock_paper_scissors.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/rock_paper_scissors/rock_paper_scissors_dataset_builder.py)\n\n- **Versions**:\n\n - **`3.0.0`** (default): New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n- **Download size** : `219.53 MiB`\n\n- **Dataset size** : `219.23 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes (test), Only when `shuffle_files=False` (train)\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 372 |\n| `'train'` | 2,520 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(300, 300, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=3),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|---------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (300, 300, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @ONLINE {rps,\n author = \"Laurence Moroney\",\n title = \"Rock, Paper, Scissors Dataset\",\n month = \"feb\",\n year = \"2019\",\n url = \"http://laurencemoroney.com/rock-paper-scissors-dataset\"\n }"]]