dbzadnen commited on
Commit
3a1a31e
1 Parent(s): 8b045d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -34
README.md CHANGED
@@ -1,34 +1,81 @@
1
- ---
2
- license: cc0-1.0
3
- dataset_info:
4
- features:
5
- - name: image
6
- dtype: image
7
- - name: label
8
- dtype:
9
- class_label:
10
- names:
11
- '0': '0'
12
- '1': '1'
13
- splits:
14
- - name: train
15
- num_bytes: 1439568612.0
16
- num_examples: 249300
17
- - name: validation
18
- num_bytes: 79756681.5
19
- num_examples: 13850
20
- - name: test
21
- num_bytes: 80391648.6
22
- num_examples: 13850
23
- download_size: 1678110616
24
- dataset_size: 1599716942.1
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- - split: validation
31
- path: data/validation-*
32
- - split: test
33
- path: data/test-*
34
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: label
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': '0'
12
+ '1': '1'
13
+ splits:
14
+ - name: train
15
+ num_bytes: 1439568612
16
+ num_examples: 249300
17
+ - name: validation
18
+ num_bytes: 79756681.5
19
+ num_examples: 13850
20
+ - name: test
21
+ num_bytes: 80391648.6
22
+ num_examples: 13850
23
+ download_size: 1678110616
24
+ dataset_size: 1599716942.1
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ - split: validation
31
+ path: data/validation-*
32
+ - split: test
33
+ path: data/test-*
34
+ task_categories:
35
+ - image-classification
36
+ language:
37
+ - en
38
+ tags:
39
+ - medical imaging
40
+ - histopathology
41
+ - breast cancer
42
+ - classification
43
+ pretty_name: Breast Histopathology Images
44
+ size_categories:
45
+ - 10K<n<100K
46
+ ---
47
+
48
+ ## Dataset Card for Breast Histopathology Images
49
+
50
+ ### Dataset Overview
51
+
52
+ **Breast Histopathology Images** is a dataset containing high-resolution images of breast cancer specimens, specifically focusing on Invasive Ductal Carcinoma (IDC). The dataset is used for developing models to automatically detect and grade the aggressiveness of breast cancer based on histopathological images.
53
+
54
+ ### Context
55
+
56
+ Invasive Ductal Carcinoma (IDC) is the most common subtype of breast cancer. Pathologists often need to identify regions containing IDC to assign an aggressiveness grade to whole mount samples. This dataset provides a collection of patches extracted from whole mount slides to assist in training models for automatic IDC detection and classification.
57
+
58
+ ### Content
59
+
60
+ - **Images**: 162 whole mount slide images of breast cancer specimens scanned at 40x magnification.
61
+ - **Patches**: 277,524 patches of size 50x50 pixels extracted from the whole mount images.
62
+ - **IDC Negative**: 198,738 patches
63
+ - **IDC Positive**: 78,786 patches
64
+
65
+
66
+ ### Version
67
+
68
+ This version of the dataset is pre-split into training, validation, and test sets, making it ready for immediate use in machine learning tasks without additional preprocessing.
69
+
70
+ ### Source
71
+
72
+ The dataset is sourced from Kaggle:
73
+ [Breast Histopathology Images on Kaggle](https://www.kaggle.com/datasets/paultimothymooney/breast-histopathology-images)
74
+
75
+ ### Usage
76
+
77
+ This dataset is useful for training and evaluating models for histopathological image classification, particularly in the detection of IDC in breast cancer samples.
78
+
79
+ ### License
80
+
81
+ The dataset is licensed under CC0-1.0, which allows for unrestricted use and distribution.