- विवरण :
स्ट्रीट व्यू हाउस नंबर (SVHN) डेटासेट वास्तविक विश्व डेटा से आने वाली 600,000 से अधिक अंकों की छवियों का एक छवि अंक पहचान डेटासेट है। छवियों को 32x32 में क्रॉप किया गया है।
स्रोत कोड :
tfds.datasets.svhn_cropped.Builder
संस्करण :
-
3.0.0
(डिफ़ॉल्ट): कोई रिलीज़ नोट नहीं। -
3.1.0
: नया स्प्लिट एपीआई ( https://tensorflow.org/datasets/splits )
-
डाउनलोड आकार :
1.47 GiB
डेटासेट का आकार :
Unknown size
ऑटो-कैश्ड ( दस्तावेज़ीकरण ): अज्ञात
विभाजन :
विभाजित करना | उदाहरण |
---|---|
'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 |
पर्यवेक्षित कुंजी (
as_supervised
दस्तावेज़ देखें):('image', 'label')
चित्र ( tfds.show_examples ):
- उदाहरण ( tfds.as_dataframe ):
- उद्धरण :
"""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}
}