Update README.md
Browse files
README.md
CHANGED
@@ -24,12 +24,10 @@ model-index:
|
|
24 |
value: 0.8020304568527918
|
25 |
---
|
26 |
|
27 |
-
|
28 |
-
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
30 |
-
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/efficientnet-b5](https://huggingface.co/google/efficientnet-b5) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.9410
|
35 |
- Accuracy: 0.8020
|
@@ -43,17 +41,42 @@ It achieves the following results on the evaluation set:
|
|
43 |
- Micro precision: 0.8020
|
44 |
- Macro precision: 0.8682
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
## Training procedure
|
59 |
|
@@ -76,7 +99,6 @@ The following hyperparameters were used during training:
|
|
76 |
| 1.3872 | 2.0 | 360 | 0.9533 | 0.7843 | 0.7483 | 0.7843 | 0.7548 | 0.7843 | 0.7843 | 0.7819 | 0.8354 | 0.7843 | 0.8471 |
|
77 |
| 0.8186 | 3.0 | 540 | 0.9410 | 0.8020 | 0.7736 | 0.8020 | 0.7802 | 0.8020 | 0.8020 | 0.7977 | 0.8535 | 0.8020 | 0.8682 |
|
78 |
|
79 |
-
|
80 |
### Framework versions
|
81 |
|
82 |
- Transformers 4.28.1
|
|
|
24 |
value: 0.8020304568527918
|
25 |
---
|
26 |
|
27 |
+
<h1>efficientnet-b5-Brain_Tumors_Image_Classification</h1>
|
|
|
28 |
|
29 |
+
This model is a fine-tuned version of [google/efficientnet-b5](https://huggingface.co/google/efficientnet-b5).
|
30 |
|
|
|
31 |
It achieves the following results on the evaluation set:
|
32 |
- Loss: 0.9410
|
33 |
- Accuracy: 0.8020
|
|
|
41 |
- Micro precision: 0.8020
|
42 |
- Macro precision: 0.8682
|
43 |
|
44 |
+
<div style="text-align: center;">
|
45 |
+
<h2>
|
46 |
+
Model Description
|
47 |
+
</h2>
|
48 |
+
<a href="https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Brain%20Tumors%20Image%20Classification%20Comparison/EfficientNet%20-%20Image%20Classification.ipynb">
|
49 |
+
Click here for the code that I used to create this model.
|
50 |
+
</a>
|
51 |
+
|
52 |
+
This project is part of a comparison of seventeen (17) transformers.
|
53 |
+
<a href="https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Brain%20Tumors%20Image%20Classification%20Comparison/README.md">
|
54 |
+
Click here to see the README markdown file for the full project
|
55 |
+
</a>
|
56 |
+
<h2>
|
57 |
+
Intended Uses & Limitations
|
58 |
+
</h2>
|
59 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
60 |
+
|
61 |
+
<h2>
|
62 |
+
Training & Evaluation Data
|
63 |
+
</h2>
|
64 |
+
<a href="https://www.kaggle.com/datasets/sartajbhuvaji/brain-tumor-classification-mri">
|
65 |
+
Brain Tumor Image Classification Dataset
|
66 |
+
</a>
|
67 |
+
<h2>
|
68 |
+
Sample Images
|
69 |
+
</h2>
|
70 |
+
<img src="https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/raw/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Brain%20Tumors%20Image%20Classification%20Comparison/Images/Sample%20Images.png" />
|
71 |
+
<h2>
|
72 |
+
Class Distribution of Training Dataset
|
73 |
+
</h2>
|
74 |
+
<img src="https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/raw/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Brain%20Tumors%20Image%20Classification%20Comparison/Images/Class%20Distribution%20-%20Training%20Dataset.png"/>
|
75 |
+
<h2>
|
76 |
+
Class Distribution of Evaluation Dataset
|
77 |
+
</h2>
|
78 |
+
<img src="https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/raw/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Brain%20Tumors%20Image%20Classification%20Comparison/Images/Class%20Distribution%20-%20Testing%20Dataset.png"/>
|
79 |
+
</div>
|
80 |
|
81 |
## Training procedure
|
82 |
|
|
|
99 |
| 1.3872 | 2.0 | 360 | 0.9533 | 0.7843 | 0.7483 | 0.7843 | 0.7548 | 0.7843 | 0.7843 | 0.7819 | 0.8354 | 0.7843 | 0.8471 |
|
100 |
| 0.8186 | 3.0 | 540 | 0.9410 | 0.8020 | 0.7736 | 0.8020 | 0.7802 | 0.8020 | 0.8020 | 0.7977 | 0.8535 | 0.8020 | 0.8682 |
|
101 |
|
|
|
102 |
### Framework versions
|
103 |
|
104 |
- Transformers 4.28.1
|