svhn_cropped

  • תיאור :

מערך הנתונים של Street View House Numbers (SVHN) הוא מערך נתונים לזיהוי ספרות תמונה של למעלה מ-600,000 תמונות ספרות המגיעות מנתונים מהעולם האמיתי. התמונות נחתכות ל-32x32.

לְפַצֵל דוגמאות
'extra' 531,131
'test' 26,032
'train' 73,257
  • מבנה תכונה :
FeaturesDict({
    'image': Image(shape=(32, 32, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
תמונה תמונה (32, 32, 3) uint8
תווית ClassLabel int64

רְאִיָה

  • ציטוט :
"""Street View House Numbers (SVHN) Dataset, cropped version."""

@article{Netzer2011,
author = {Netzer, Yuval and Wang, Tao and Coates, Adam and Bissacco, Alessandro and Wu, Bo and Ng, Andrew Y},
booktitle = {Advances in Neural Information Processing Systems ({NIPS})},
title = {Reading Digits in Natural Images with Unsupervised Feature Learning},
year = {2011}
}