- 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.image_classification.BinaryAlphaDigits
Versions:
1.0.0
(default): No release notes.
Download size:
519.83 KiB
Dataset size:
Unknown size
Auto-cached (documentation): Unknown
Splits:
Split | Examples |
---|---|
'train' |
1,404 |
- Features:
FeaturesDict({
'image': Image(shape=(20, 16, 1), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=36),
})
Supervised keys (See
as_supervised
doc):('image', 'label')
Citation:
- Figure (tfds.show_examples):
- Examples (tfds.as_dataframe):