Commit ·
ef46857
1
Parent(s): df75538
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
size_categories:
|
| 6 |
+
- 100K<n<1M
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# Breast Histopathology Image dataset
|
| 10 |
+
|
| 11 |
+
- This dataset is just a rearrangement of the Original dataset at Kaggle: https://www.kaggle.com/datasets/paultimothymooney/breast-histopathology-images
|
| 12 |
+
- Data Citation: https://www.ncbi.nlm.nih.gov/pubmed/27563488 , http://spie.org/Publications/Proceedings/Paper/10.1117/12.2043872
|
| 13 |
+
- The original dataset has structure:
|
| 14 |
+
<pre>
|
| 15 |
+
|-- patient_id
|
| 16 |
+
|-- class(0 and 1)
|
| 17 |
+
</pre>
|
| 18 |
+
- The present dataset has following structure:
|
| 19 |
+
<pre>
|
| 20 |
+
|-- train
|
| 21 |
+
|-- class(0 and 1)
|
| 22 |
+
|-- valid
|
| 23 |
+
|-- class(0 and 1)
|
| 24 |
+
|-- test
|
| 25 |
+
|-- class(0 and 1)
|