니스트

손으로 쓴 숫자의 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타입 설명
풍모Dict
영상 영상 (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}
}