- Description:
Binary 20x16 digits of '0' through '9' and capital 'A' through 'Z'. 39 examples of each class.
Homepage: https://cs.nyu.edu/~roweis/data/
Source code:
tfds.datasets.binary_alpha_digits.BuilderVersions:
1.0.0(default): No release notes.
Download size:
519.83 KiBDataset size:
233.58 KiBAuto-cached (documentation): Yes
Splits:
| Split | Examples |
|---|---|
'train' |
1,404 |
- Feature structure:
FeaturesDict({
'image': Image(shape=(20, 16, 1), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=36),
})
- Feature documentation:
| Feature | Class | Shape | Dtype | Description |
|---|---|---|---|---|
| FeaturesDict | ||||
| image | Image | (20, 16, 1) | uint8 | |
| label | ClassLabel | int64 |
Supervised keys (See
as_superviseddoc):('image', 'label')Figure (tfds.show_examples):

- Examples (tfds.as_dataframe):
- Citation: