SerdarHelli
commited on
Commit
•
249d17a
1
Parent(s):
5d46766
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,16 @@ In this study, the purpose is the classification of thyroid tumors on ultrasound
|
|
13 |
- Malign(1)
|
14 |
- Benign(0)
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
This study was made using HF Transformers :
|
17 |
|
18 |
- [ On Google Colab](https://colab.research.google.com/drive/1ueSq8Y_NmFr7NGdtS8FStI3d2HR-43LD?usp=sharing)
|
|
|
13 |
- Malign(1)
|
14 |
- Benign(0)
|
15 |
|
16 |
+
|
17 |
+
The Classes
|
18 |
+
|
19 |
+
- 1 Normal thyroid glandle
|
20 |
+
- 2 Effectively certainly benign Simple cyst - % 0 Risk of malignancy
|
21 |
+
- 3 Very probably benigped - %0.25 Risk of malignancy
|
22 |
+
- 4A Suspicious nodules; low risk of malignancy - % 6 Risk of malignancy
|
23 |
+
- 4B Suspicious nodules; high risk of malignancy One or two features of high suspicion - %69 Risk of malignancy
|
24 |
+
- 5 Effectively certainly malignant nodules - % 100 Risk of malignancy
|
25 |
+
|
26 |
This study was made using HF Transformers :
|
27 |
|
28 |
- [ On Google Colab](https://colab.research.google.com/drive/1ueSq8Y_NmFr7NGdtS8FStI3d2HR-43LD?usp=sharing)
|