as-cle-bert commited on
Commit
84cc7a8
1 Parent(s): 6fa2d40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -24,3 +24,40 @@ configs:
24
  - split: train
25
  path: data/train-*
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - split: train
25
  path: data/train-*
26
  ---
27
+
28
+ # breastcanc-ultrasound-class
29
+
30
+ ## Background
31
+
32
+ Cancer is the second leading cause of death worldwide, according to _IHME - Global Burden of Disease_, with 10.7 mln casualties in 2019.
33
+
34
+ ![total_deaths](./annual-number-of-deaths-by-cause.png)
35
+
36
+ Amongst the various types of cancer, a huge role is played by breast cancer, which stands in 4th position among the deadliest tumors, with more than 700.000 deaths during 2019 (_IHME - Global Burden of Disease_).
37
+
38
+ ![death_composition](./total-cancer-deaths-by-type.png)
39
+
40
+ Moreover, breast cancer has the highest share of number of cases/100 people worldwide (0.23 cases/100 people; _IHME - Global Burden of Disease_), as shown in [table1](#table-1)
41
+ :
42
+
43
+ ### Table 1
44
+
45
+ | Type of Cancer | Cases per 100 people |
46
+ |--------------------------------------|-------------------------------------------|
47
+ | Breast Cancer | 0.23 |
48
+ | Colon and Rectum Cancer | 0.14 |
49
+ | Prostate cancer | 0.13 |
50
+ | Bladder Cancer | 0.034 |
51
+ | Stomach Cancer | 0.033 |
52
+
53
+ In this sense, it is more than vital to put intense effort into precision medicine and diagnostic tools for what concerns breast cancer: part of this effort should involve making curated dataset of diagnostic images available to the large public.
54
+
55
+ ## Dataset source and composition
56
+
57
+ This dataset is part of the one kindly provided by [Walid Al-Dhabyani and collaborators in 2019](https://doi.org/10.1016/j.dib.2019.104863), and encompasses 547 images, 387 representing benign breast cancer ultrasound images and 160 of them representing malignant breast cancer ultrasound images, with their related masks.
58
+
59
+ ## License, references and citation
60
+
61
+ The dataset is hereby provided under CC family licenses.
62
+
63
+ Please cite Al-Dhabyani W, Gomaa M, Khaled H, Fahmy A. Dataset of breast ultrasound images. Data in Brief. 2020 Feb;28:104863. DOI: 10.1016/j.dib.2019.104863 when using it.