mnist

手書き数字の MNIST データベース。

スプリット
'test' 10,000
'train' 60,000
  • 機能の構造:
FeaturesDict({
    'image': Image(shape=(28, 28, 1), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
画像画像(28、28、1) uint8
ラベルクラスラベルint64

視覚化

  • 引用
@article{lecun2010mnist,
  title={MNIST handwritten digit database},
  author={LeCun, Yann and Cortes, Corinna and Burges, CJ},
  journal={ATT Labs [Online]. Available: http://yann.lecun.com/exdb/mnist},
  volume={2},
  year={2010}
}