diamandislabii commited on
Commit
5a7a6f0
·
verified ·
1 Parent(s): 604eb01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision
5
+ - image-classification
6
+ ---
7
+
8
+ ### (Lung) Lung Adenocarcinoma
9
+
10
+ This model can additionally be run on our [pathology reports platform](https://www.pathologyreports.ai/marketplace/browse/08d347d0-f016-4ff5-a548-93af21093fb4)
11
+
12
+ Credits: Dr. Yazeed Alwelaie (King Fahad Medical City, Riyadh, Saudi Arabia)
13
+
14
+ ### Introduction
15
+
16
+ This H&E thyroid carcinoma tissue classifier was developed using transfer learning on a histology optimized version of the VGG19 CNN [(DOI: 10.1038/s42256-019-0068-6)](https://doi.org/10.1038/s42256-019-0068-6) and trained to recognize thyroid carcinoma and other surrounding tissue elements.
17
+ Annotations were carried out on batches of image tiles (dimensions: 512 x 512 px) grouped using image-based clustering [(HAVOC, DOI: 10.1126/sciadv.adg1894)](https://doi.org/10.1126/sciadv.adg1894) from 20 publicly available TCGA-THCA H&E-stained whole slide images. Validation testing was carried out on non-overlapping cases from TCGA.
18
+
19
+
20
+ ### Classes
21
+
22
+ 1. Normal Thyroid
23
+ 2. Skeletal Muscle
24
+ 3. Connective Tissue
25
+ 4. Desmoplastic Stroma
26
+ 5. Blank space
27
+ 6. Inflammation
28
+ 7. Lymphocytic Thyroiditis
29
+ 8. Necrosis
30
+ 9. Papillae
31
+ 10. Tumor (ptc. follicular)
32
+ 11. Tumor (ptc. classic)
33
+ 12. Tumor (ptc. tall cell)
34
+ 13. Fibrosis and Hyalinization
35
+
36
+ This information can be found in the inference.json file
37
+
38
+ ### Evaluation Metrics
39
+
40
+ Classifier validation can be found on the [pathology reports platform](https://www.pathologyreports.ai/marketplace/browse/08d347d0-f016-4ff5-a548-93af21093fb4)