- คำอธิบาย :
ชุดข้อมูล Street View House Numbers (SVHN) เป็นชุดข้อมูลการรู้จำตัวเลขของรูปภาพมากกว่า 600,000 หลักที่มาจากข้อมูลจริง รูปภาพถูกครอบตัดเป็น 32x32
เอกสารประกอบเพิ่มเติม : สำรวจเอกสารด้วยรหัส
ซอร์สโค้ด :
tfds.datasets.svhn_cropped.Builder
รุ่น :
-
3.0.0
(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น -
3.1.0
: API แยกใหม่ ( 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),
})
- เอกสารคุณสมบัติ :
ลักษณะเฉพาะ | ระดับ | รูปร่าง | Dประเภท | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
ภาพ | ภาพ | (32, 32, 3) | uint8 | |
ฉลาก | ป้ายกำกับคลาส | int64 |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):('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}
}