- 説明:
結腸直腸癌の組織学におけるテクスチャの分類。各サンプルは、8 つのクラスのうちの 1 つの 150 x 150 x 3 RGB イメージです。
バージョン:
-
2.0.0
(デフォルト): 新しい分割 API ( https://tensorflow.org/datasets/splits )
-
ダウンロードサイズ:
246.14 MiB
データセットのサイズ:
179.23 MiB
自動キャッシュ(ドキュメント):
shuffle_files=False
(トレイン) の場合のみ分割:
スプリット | 例 |
---|---|
'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),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dタイプ | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
ファイル名 | 文章 | 弦 | ||
画像 | 画像 | (150、150、3) | uint8 | |
ラベル | クラスラベル | int64 | 8 つのクラス: 0: 「腫瘍上皮」、1: 「単純間質」、2: 「複雑間質」(単一の腫瘍細胞および/または単一の免疫細胞を含む間質)、3: 「免疫細胞集塊」、4: 「破片」 「および粘液」、5:「粘膜腺」、6:「脂肪組織」、7:「背景」。 |
監視キー(
as_supervised
doc を参照):('image', 'label')
図( tfds.show_examples ):
- 例( tfds.as_dataframe ):
- 引用:
@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}
}