horses_or_humans
Stay organized with collections
Save and categorize content based on your preferences.
A large set of images of horses and humans.
Split |
Examples |
'test' |
256 |
'train' |
1,027 |
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
image |
Image |
(300, 300, 3) |
uint8 |
|
label |
ClassLabel |
|
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"
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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 }"]]