svhn_cropped

  • Sự miêu tả :

Bộ dữ liệu Số nhà của Chế độ xem phố (SVHN) là tập dữ liệu nhận dạng chữ số hình ảnh gồm hơn 600.000 hình ảnh chữ số đến từ dữ liệu trong thế giới thực. Hình ảnh được cắt thành 32x32.

Tách ra Ví dụ
'extra' 531.131
'test' 26.032
'train' 73.257
  • Cấu trúc tính năng :
FeaturesDict({
    'id': Text(shape=(), dtype=string),
    'image': Image(shape=(32, 32, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
  • Tài liệu tính năng :
Tính năng Lớp học Hình dạng loại D Sự miêu tả
Tính năngDict
nhận dạng Chữ sợi dây
hình ảnh Hình ảnh (32, 32, 3) uint8
nhãn Nhãn lớp int64

Trực quan hóa

  • Trích dẫn :
"""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}
}