대장_조직학

대장암 조직학의 질감 분류. 각 예는 8개 클래스 중 하나의 150 x 150 x 3 RGB 이미지입니다.

나뉘다
'train' 5,000
  • 기능 구조 :
FeaturesDict({
    'filename': Text(shape=(), dtype=string),
    'image': Image(shape=(150, 150, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=8),
})
  • 기능 문서 :
특징 수업 모양 Dtype 설명
특징Dict
파일 이름 텍스트
영상 영상 (150, 150, 3) uint8
상표 클래스 라벨 정수64 8개 등급: 0: '종양 상피', 1: '단순 기질', 2: '복합 기질'(단일 종양 세포 및/또는 단일 면역 세포를 포함하는 기질), 3: '면역 세포 집합체', 4: '잔해물 점액', 5: '점막샘', 6: '지방 조직', 7: '배경'.

심상

  • 인용 :
@article{kather2016multi,
  title={Multi-class texture analysis in colorectal cancer histology},
  author={Kather, Jakob Nikolas and Weis, Cleo-Aron and Bianconi, Francesco and Melchers, Susanne M and Schad, Lothar R and Gaiser, Timo and Marx, Alexander and Z{"o}llner, Frank Gerrit},
  journal={Scientific reports},
  volume={6},
  pages={27988},
  year={2016},
  publisher={Nature Publishing Group}
}