- Description:
A specific binarization of the MNIST images originally used in (Salakhutdinov & Murray, 2008). This dataset is frequently used to evaluate generative models of images, so labels are not provided.
Homepage: http://www.dmi.usherb.ca/~larocheh/mlpython/_modules/datasets/binarized_mnist.html
Source code:
tfds.image.BinarizedMNIST
Versions:
1.0.0
(default): Initial Release
Download size:
104.68 MiB
Dataset size:
Unknown size
Auto-cached (documentation): Unknown
Splits:
Split | Examples |
---|---|
'test' |
10,000 |
'train' |
50,000 |
'validation' |
10,000 |
- Features:
FeaturesDict({
'image': Image(shape=(28, 28, 1), dtype=tf.uint8),
})
Supervised keys (See
as_supervised
doc):None
Citation:
@inproceedings{salakhutdinov2008quantitative,
title={On the quantitative analysis of deep belief networks},
author={Salakhutdinov, Ruslan and Murray, Iain},
booktitle={Proceedings of the 25th international conference on Machine learning},
pages={872--879},
year={2008},
organization={ACM}
}
- Figure (tfds.show_examples):
- Examples (tfds.as_dataframe):