니스트

  • 설명 :

손으로 쓴 숫자의 MNIST 데이터베이스입니다.

나뉘다
'test' 10,000
'train' 60,000
  • 기능 구조 :
FeaturesDict({
   
'image': Image(shape=(28, 28, 1), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
  • 기능 문서 :
특징 수업 모양 Dtype 설명
특징Dict
영상 영상 (28, 28, 1) uint8
상표 클래스 라벨 정수64

심상

  • 인용 :
@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}
}