- 설명 :
손으로 쓴 숫자의 MNIST 데이터베이스입니다.
추가 문서 : 코드 가 포함된 논문 탐색
소스 코드 :
tfds.image_classification.MNIST
버전 :
-
3.0.1
(기본값): 릴리스 노트가 없습니다.
-
다운로드 크기 :
11.06 MiB
데이터세트 크기 :
21.00 MiB
자동 캐시 ( 문서 ): 예
분할 :
나뉘다 | 예 |
---|---|
'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 |
감독되는 키 (
as_supervised
doc 참조):('image', 'label')
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
- 인용 :
@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}
}