svhn_cropped

  • विवरण :

स्ट्रीट व्यू हाउस नंबर (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),
})
  • फ़ीचर दस्तावेज़ीकरण :
विशेषता कक्षा आकार डीटाइप विवरण
विशेषताएं डिक्ट
छवि छवि (32, 32, 3) uint8
लेबल क्लासलेबल int64

VISUALIZATION

  • उद्धरण :
"""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}
}