File size: 2,502 Bytes
3a1a31e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
license: cc0-1.0
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
  splits:
  - name: train
    num_bytes: 1439568612
    num_examples: 249300
  - name: validation
    num_bytes: 79756681.5
    num_examples: 13850
  - name: test
    num_bytes: 80391648.6
    num_examples: 13850
  download_size: 1678110616
  dataset_size: 1599716942.1
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
task_categories:
- image-classification
language:
- en
tags:
- medical imaging
- histopathology
- breast cancer
- classification
pretty_name: Breast Histopathology Images
size_categories:
- 10K<n<100K
---

## Dataset Card for Breast Histopathology Images

### Dataset Overview

**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.

### Context

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.

### Content

- **Images**: 162 whole mount slide images of breast cancer specimens scanned at 40x magnification.
- **Patches**: 277,524 patches of size 50x50 pixels extracted from the whole mount images.
  - **IDC Negative**: 198,738 patches
  - **IDC Positive**: 78,786 patches


### Version

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.

### Source

The dataset is sourced from Kaggle:
[Breast Histopathology Images on Kaggle](https://www.kaggle.com/datasets/paultimothymooney/breast-histopathology-images)

### Usage

This dataset is useful for training and evaluating models for histopathological image classification, particularly in the detection of IDC in breast cancer samples.

### License

The dataset is licensed under CC0-1.0, which allows for unrestricted use and distribution.