馬か人間
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
馬と人間の大きな画像セット。
スプリット | 例 |
---|
'test' | 256 |
'train' | 1,027 |
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (300、300、3) | uint8 | |
ラベル | クラスラベル | | int64 | |

@ONLINE {horses_or_humans,
author = "Laurence Moroney",
title = "Horses or Humans Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/horses-or-humans-dataset"
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# horses_or_humans\n\n\u003cbr /\u003e\n\n- **Description**:\n\nA large set of images of horses and humans.\n\n- **Homepage** :\n \u003chttp://laurencemoroney.com/horses-or-humans-dataset\u003e\n\n- **Source code** :\n [`tfds.image_classification.HorsesOrHumans`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/horses_or_humans.py)\n\n- **Versions**:\n\n - **`3.0.0`** (default): New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n- **Download size** : `153.59 MiB`\n\n- **Dataset size** : `153.53 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'` | 256 |\n| `'train'` | 1,027 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(300, 300, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=2),\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 {horses_or_humans,\n author = \"Laurence Moroney\",\n title = \"Horses or Humans Dataset\",\n month = \"feb\",\n year = \"2019\",\n url = \"http://laurencemoroney.com/horses-or-humans-dataset\"\n }"]]