vksfdc2024 commited on
Commit
8f12d71
·
verified ·
1 Parent(s): d566b68

Add model card

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -22,19 +22,19 @@ A VGG16 model fine-tuned for binary classification of chest X-ray images.
22
  ## Model Performance
23
  | Metric | Value |
24
  |--------|-------|
25
- | AUC-ROC | 0.8606 |
26
- | Accuracy | 0.7399 |
27
- | F1-Score | 0.5906 |
28
- | Recall | 0.8326 |
29
- | Specificity | 0.7130 |
30
- | Precision | 0.4576 |
31
 
32
  ## Training Details
33
  - **Base Model:** VGG16 (ImageNet pre-trained)
34
  - **Fine-tuning:** 2-phase (feature extraction + fine-tuning)
35
  - **Dataset:** RSNA Pneumonia Detection Challenge (26,684 patients)
36
  - **Input Size:** 224x224x3
37
- - **Optimal Threshold:** 0.5222 (Youden's J)
38
 
39
  ## Usage
40
  ```python
 
22
  ## Model Performance
23
  | Metric | Value |
24
  |--------|-------|
25
+ | AUC-ROC | 0.8625 |
26
+ | Accuracy | 0.7734 |
27
+ | F1-Score | 0.6116 |
28
+ | Recall | 0.7916 |
29
+ | Specificity | 0.7681 |
30
+ | Precision | 0.4983 |
31
 
32
  ## Training Details
33
  - **Base Model:** VGG16 (ImageNet pre-trained)
34
  - **Fine-tuning:** 2-phase (feature extraction + fine-tuning)
35
  - **Dataset:** RSNA Pneumonia Detection Challenge (26,684 patients)
36
  - **Input Size:** 224x224x3
37
+ - **Optimal Threshold:** 0.4376 (Youden's J)
38
 
39
  ## Usage
40
  ```python