ثنائى_القائمة

ثنائي محدد لصور MNIST المستخدمة أصلاً في (Salakhutdinov & Murray ، 2008). تُستخدم مجموعة البيانات هذه بشكل متكرر لتقييم النماذج التوليدية للصور ، لذلك لا يتم توفير الملصقات.

انشق، مزق أمثلة
'test' 10000
'train' 50000
'validation' 10000
  • هيكل الميزة :
FeaturesDict({
    'image': Image(shape=(28, 28, 1), dtype=uint8),
})
  • وثائق الميزة :
ميزة فصل شكل نوع وصف
الميزات
صورة صورة (28 ، 28 ، 1) uint8

التصور

  • الاقتباس :
@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}
}