ויזואליזציה: חקור ב מכיר את נתוני שלך
תיאור:
בינאריזציה ספציפית של תמונות MNIST ששימשו במקור ב- (Salakhutdinov & Murray, 2008). מערך נתונים זה משמש לעתים קרובות להערכת מודלים יצירתיים של תמונות, כך שלא ניתן לספק תוויות.
דף הבית: http://www.dmi.usherb.ca/~larocheh/mlpython/_modules/datasets/binarized_mnist.html
קוד מקור:
tfds.image.BinarizedMNIST
גרסאות:
-
1.0.0
(ברירת מחדל): פרסום ראשון
-
גודל ההורדה:
104.68 MiB
גודל בסיס הנתונים:
Unknown size
Auto-במטמון ( תיעוד ): לא ידוע
פיצולים:
לְפַצֵל | דוגמאות |
---|---|
'test' | 10,000 |
'train' | 50,000 |
'validation' | 10,000 |
- מאפיינים:
FeaturesDict({
'image': Image(shape=(28, 28, 1), dtype=tf.uint8),
})
מפתחות השגחה (ראה
as_supervised
doc ):None
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט:
@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}
}