fashion_mnist

  • คำอธิบาย :

Fashion-MNIST เป็นชุดข้อมูลของรูปภาพบทความของ Zalando ที่ประกอบด้วยชุดการฝึกอบรมที่มีตัวอย่าง 60,000 รายการ และชุดทดสอบที่มีตัวอย่าง 10,000 รายการ แต่ละตัวอย่างเป็นรูปภาพระดับสีเทาขนาด 28x28 ซึ่งเชื่อมโยงกับป้ายกำกับจาก 10 คลาส

แยก ตัวอย่าง
'test' 10,000
'train' 60,000
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
   
'image': Image(shape=(28, 28, 1), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (28, 28, 1) uint8
ฉลาก ClassLabel int64

การแสดงภาพ

  • การอ้างอิง :
@article{DBLP:journals/corr/abs-1708-07747,
  author    
= {Han Xiao and
               
Kashif Rasul and
               
Roland Vollgraf},
  title    
= {Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning
               
Algorithms},
  journal  
= {CoRR},
  volume    
= {abs/1708.07747},
  year      
= {2017},
  url      
= {http://arxiv.org/abs/1708.07747},
  archivePrefix
= {arXiv},
  eprint    
= {1708.07747},
  timestamp
= {Mon, 13 Aug 2018 16:47:27 +0200},
  biburl    
= {https://dblp.org/rec/bib/journals/corr/abs-1708-07747},
  bibsource
= {dblp computer science bibliography, https://dblp.org}
}