marmal88 commited on
Commit
bdd59e1
1 Parent(s): 5ff1cc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -41,11 +41,21 @@ pretty_name: HAM10000
41
  size_categories:
42
  - 1K<n<10K
43
  ---
44
- # Dataset Card for "The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions"
45
 
46
  - Original Paper and Dataset [here](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/DBW86T)
47
  - Kaggle dataset [here](https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000?resource=download)
48
 
 
 
 
 
 
 
 
 
 
 
49
  This is a contribution to open sourced data in hugging face for image data. Images can be obtained from above links.
50
 
51
  Train test split was done using a stratified splitting by cancer/diagnosis type. The code to stratify the dataset can be obtained on my github [here](https://github.com/marmal88/skin_cancer).
41
  size_categories:
42
  - 1K<n<10K
43
  ---
44
+ # The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions
45
 
46
  - Original Paper and Dataset [here](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/DBW86T)
47
  - Kaggle dataset [here](https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000?resource=download)
48
 
49
+ # Introduction to datasets
50
+ Training of neural networks for automated diagnosis of pigmented skin lesions is hampered by the small size and lack of diversity of available dataset of dermatoscopic images. We tackle this problem by releasing the HAM10000 ("Human Against Machine with 10000 training images") dataset. We collected dermatoscopic images from different populations, acquired and stored by different modalities. The final dataset consists of 10015 dermatoscopic images which can serve as a training set for academic machine learning purposes. Cases include a representative collection of all important diagnostic categories in the realm of pigmented lesions: Actinic keratoses and intraepithelial carcinoma / Bowen's disease (akiec), basal cell carcinoma (bcc), benign keratosis-like lesions (solar lentigines / seborrheic keratoses and lichen-planus like keratoses, bkl), dermatofibroma (df), melanoma (mel), melanocytic nevi (nv) and vascular lesions (angiomas, angiokeratomas, pyogenic granulomas and hemorrhage, vasc).
51
+
52
+ More than 50% of lesions are confirmed through histopathology (histo), the ground truth for the rest of the cases is either follow-up examination (follow_up), expert consensus (consensus), or confirmation by in-vivo confocal microscopy (confocal).
53
+
54
+ The test set is not public, but the evaluation server remains running (see the challenge website). Any publications written using the HAM10000 data should be evaluated on the official test set hosted there, so that methods can be fairly compared.
55
+
56
+ - Test site can be accessed [here](https://challenge.isic-archive.com/landing/2018/)
57
+
58
+ # Disclaimer and additional information
59
  This is a contribution to open sourced data in hugging face for image data. Images can be obtained from above links.
60
 
61
  Train test split was done using a stratified splitting by cancer/diagnosis type. The code to stratify the dataset can be obtained on my github [here](https://github.com/marmal88/skin_cancer).