Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- VGG19/BINARY_VGG19_Round1/.ipynb_checkpoints/confusion_matrix-checkpoint.png +0 -0
- VGG19/BINARY_VGG19_Round1/.ipynb_checkpoints/training_accuracy-checkpoint.png +0 -0
- VGG19/BINARY_VGG19_Round1/.ipynb_checkpoints/training_loss-checkpoint.png +0 -0
- VGG19/BINARY_VGG19_Round1/BINARY_VGG19_Round1.keras +3 -0
- VGG19/BINARY_VGG19_Round1/classification_metrics.txt +12 -0
- VGG19/BINARY_VGG19_Round1/confusion_matrix.png +0 -0
- VGG19/BINARY_VGG19_Round1/roc_curve.png +0 -0
- VGG19/BINARY_VGG19_Round1/testing_metrics.txt +3 -0
- VGG19/BINARY_VGG19_Round1/training_accuracy.png +0 -0
- VGG19/BINARY_VGG19_Round1/training_loss.png +0 -0
- VGG19/BINARY_VGG19_Round1/training_validation_metrics.txt +122 -0
- VGG19/BINARY_VGG19_Round2/.ipynb_checkpoints/confusion_matrix-checkpoint.png +0 -0
- VGG19/BINARY_VGG19_Round2/BINARY_VGG19_Round2.keras +3 -0
- VGG19/BINARY_VGG19_Round2/classification_metrics.txt +12 -0
- VGG19/BINARY_VGG19_Round2/confusion_matrix.png +0 -0
- VGG19/BINARY_VGG19_Round2/roc_curve.png +0 -0
- VGG19/BINARY_VGG19_Round2/testing_metrics.txt +3 -0
- VGG19/BINARY_VGG19_Round2/training_accuracy.png +0 -0
- VGG19/BINARY_VGG19_Round2/training_loss.png +0 -0
- VGG19/BINARY_VGG19_Round2/training_validation_metrics.txt +122 -0
- VGG19/BINARY_VGG19_Round3/BINARY_VGG19_Round3.keras +3 -0
- VGG19/BINARY_VGG19_Round3/classification_metrics.txt +12 -0
- VGG19/BINARY_VGG19_Round3/confusion_matrix.png +0 -0
- VGG19/BINARY_VGG19_Round3/roc_curve.png +0 -0
- VGG19/BINARY_VGG19_Round3/testing_metrics.txt +3 -0
- VGG19/BINARY_VGG19_Round3/training_accuracy.png +0 -0
- VGG19/BINARY_VGG19_Round3/training_loss.png +0 -0
- VGG19/BINARY_VGG19_Round3/training_validation_metrics.txt +122 -0
- VGG19/BINARY_VGG19_Round4/.ipynb_checkpoints/confusion_matrix-checkpoint.png +0 -0
- VGG19/BINARY_VGG19_Round4/BINARY_VGG19_Round4.keras +3 -0
- VGG19/BINARY_VGG19_Round4/classification_metrics.txt +12 -0
- VGG19/BINARY_VGG19_Round4/confusion_matrix.png +0 -0
- VGG19/BINARY_VGG19_Round4/roc_curve.png +0 -0
- VGG19/BINARY_VGG19_Round4/testing_metrics.txt +3 -0
- VGG19/BINARY_VGG19_Round4/training_accuracy.png +0 -0
- VGG19/BINARY_VGG19_Round4/training_loss.png +0 -0
- VGG19/BINARY_VGG19_Round4/training_validation_metrics.txt +122 -0
- VGG19/BINARY_VGG19_Round5/BINARY_VGG19_Round5.keras +3 -0
- VGG19/BINARY_VGG19_Round5/classification_metrics.txt +12 -0
- VGG19/BINARY_VGG19_Round5/confusion_matrix.png +0 -0
- VGG19/BINARY_VGG19_Round5/roc_curve.png +0 -0
- VGG19/BINARY_VGG19_Round5/testing_metrics.txt +3 -0
- VGG19/BINARY_VGG19_Round5/training_accuracy.png +0 -0
- VGG19/BINARY_VGG19_Round5/training_loss.png +0 -0
- VGG19/BINARY_VGG19_Round5/training_validation_metrics.txt +122 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
VGG19/BINARY_VGG19_Round1/BINARY_VGG19_Round1.keras filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
VGG19/BINARY_VGG19_Round2/BINARY_VGG19_Round2.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
VGG19/BINARY_VGG19_Round3/BINARY_VGG19_Round3.keras filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
VGG19/BINARY_VGG19_Round4/BINARY_VGG19_Round4.keras filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
VGG19/BINARY_VGG19_Round5/BINARY_VGG19_Round5.keras filter=lfs diff=lfs merge=lfs -text
|
VGG19/BINARY_VGG19_Round1/.ipynb_checkpoints/confusion_matrix-checkpoint.png
ADDED
|
VGG19/BINARY_VGG19_Round1/.ipynb_checkpoints/training_accuracy-checkpoint.png
ADDED
|
VGG19/BINARY_VGG19_Round1/.ipynb_checkpoints/training_loss-checkpoint.png
ADDED
|
VGG19/BINARY_VGG19_Round1/BINARY_VGG19_Round1.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8927df1368ebb49f554edac800e52227d86169165e0addf6bb4814d6392c1bc
|
| 3 |
+
size 81782090
|
VGG19/BINARY_VGG19_Round1/classification_metrics.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Precision: 0.9914
|
| 2 |
+
Recall (Sensitivity): 0.9984
|
| 3 |
+
Sensitivity: 0.9984
|
| 4 |
+
Specificity: 0.9911
|
| 5 |
+
F1-Score: 0.9949
|
| 6 |
+
AUC: 1.0000
|
| 7 |
+
Matthews Correlation Coefficient (MCC): 0.9896
|
| 8 |
+
Cohen's Kappa: 0.9896
|
| 9 |
+
Balanced Accuracy: 0.9947
|
| 10 |
+
Jaccard Index (IoU): 0.9898
|
| 11 |
+
Log Loss: 0.0108
|
| 12 |
+
F0.5-Score: 0.9928
|
VGG19/BINARY_VGG19_Round1/confusion_matrix.png
ADDED
|
VGG19/BINARY_VGG19_Round1/roc_curve.png
ADDED
|
VGG19/BINARY_VGG19_Round1/testing_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy: 0.9948
|
| 2 |
+
auc: 1.0000
|
| 3 |
+
loss: 0.0108
|
VGG19/BINARY_VGG19_Round1/training_accuracy.png
ADDED
|
VGG19/BINARY_VGG19_Round1/training_loss.png
ADDED
|
VGG19/BINARY_VGG19_Round1/training_validation_metrics.txt
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Training and Validation Metrics Per Epoch
|
| 2 |
+
==================================================
|
| 3 |
+
Epoch 1:
|
| 4 |
+
Training Accuracy: 0.8389, Validation Accuracy: 0.9549
|
| 5 |
+
Training Loss: 0.3889, Validation Loss: 0.2038
|
| 6 |
+
--------------------------------------------------
|
| 7 |
+
Epoch 2:
|
| 8 |
+
Training Accuracy: 0.9613, Validation Accuracy: 0.9741
|
| 9 |
+
Training Loss: 0.1519, Validation Loss: 0.1051
|
| 10 |
+
--------------------------------------------------
|
| 11 |
+
Epoch 3:
|
| 12 |
+
Training Accuracy: 0.9794, Validation Accuracy: 0.9808
|
| 13 |
+
Training Loss: 0.0876, Validation Loss: 0.0706
|
| 14 |
+
--------------------------------------------------
|
| 15 |
+
Epoch 4:
|
| 16 |
+
Training Accuracy: 0.9844, Validation Accuracy: 0.9866
|
| 17 |
+
Training Loss: 0.0633, Validation Loss: 0.0530
|
| 18 |
+
--------------------------------------------------
|
| 19 |
+
Epoch 5:
|
| 20 |
+
Training Accuracy: 0.9864, Validation Accuracy: 0.9896
|
| 21 |
+
Training Loss: 0.0507, Validation Loss: 0.0427
|
| 22 |
+
--------------------------------------------------
|
| 23 |
+
Epoch 6:
|
| 24 |
+
Training Accuracy: 0.9888, Validation Accuracy: 0.9890
|
| 25 |
+
Training Loss: 0.0423, Validation Loss: 0.0388
|
| 26 |
+
--------------------------------------------------
|
| 27 |
+
Epoch 7:
|
| 28 |
+
Training Accuracy: 0.9890, Validation Accuracy: 0.9908
|
| 29 |
+
Training Loss: 0.0366, Validation Loss: 0.0323
|
| 30 |
+
--------------------------------------------------
|
| 31 |
+
Epoch 8:
|
| 32 |
+
Training Accuracy: 0.9906, Validation Accuracy: 0.9916
|
| 33 |
+
Training Loss: 0.0328, Validation Loss: 0.0298
|
| 34 |
+
--------------------------------------------------
|
| 35 |
+
Epoch 9:
|
| 36 |
+
Training Accuracy: 0.9913, Validation Accuracy: 0.9916
|
| 37 |
+
Training Loss: 0.0294, Validation Loss: 0.0269
|
| 38 |
+
--------------------------------------------------
|
| 39 |
+
Epoch 10:
|
| 40 |
+
Training Accuracy: 0.9915, Validation Accuracy: 0.9924
|
| 41 |
+
Training Loss: 0.0291, Validation Loss: 0.0256
|
| 42 |
+
--------------------------------------------------
|
| 43 |
+
Epoch 11:
|
| 44 |
+
Training Accuracy: 0.9922, Validation Accuracy: 0.9926
|
| 45 |
+
Training Loss: 0.0259, Validation Loss: 0.0246
|
| 46 |
+
--------------------------------------------------
|
| 47 |
+
Epoch 12:
|
| 48 |
+
Training Accuracy: 0.9924, Validation Accuracy: 0.9924
|
| 49 |
+
Training Loss: 0.0248, Validation Loss: 0.0237
|
| 50 |
+
--------------------------------------------------
|
| 51 |
+
Epoch 13:
|
| 52 |
+
Training Accuracy: 0.9926, Validation Accuracy: 0.9930
|
| 53 |
+
Training Loss: 0.0233, Validation Loss: 0.0218
|
| 54 |
+
--------------------------------------------------
|
| 55 |
+
Epoch 14:
|
| 56 |
+
Training Accuracy: 0.9927, Validation Accuracy: 0.9932
|
| 57 |
+
Training Loss: 0.0230, Validation Loss: 0.0202
|
| 58 |
+
--------------------------------------------------
|
| 59 |
+
Epoch 15:
|
| 60 |
+
Training Accuracy: 0.9927, Validation Accuracy: 0.9932
|
| 61 |
+
Training Loss: 0.0212, Validation Loss: 0.0200
|
| 62 |
+
--------------------------------------------------
|
| 63 |
+
Epoch 16:
|
| 64 |
+
Training Accuracy: 0.9933, Validation Accuracy: 0.9926
|
| 65 |
+
Training Loss: 0.0207, Validation Loss: 0.0210
|
| 66 |
+
--------------------------------------------------
|
| 67 |
+
Epoch 17:
|
| 68 |
+
Training Accuracy: 0.9936, Validation Accuracy: 0.9940
|
| 69 |
+
Training Loss: 0.0193, Validation Loss: 0.0189
|
| 70 |
+
--------------------------------------------------
|
| 71 |
+
Epoch 18:
|
| 72 |
+
Training Accuracy: 0.9941, Validation Accuracy: 0.9938
|
| 73 |
+
Training Loss: 0.0192, Validation Loss: 0.0188
|
| 74 |
+
--------------------------------------------------
|
| 75 |
+
Epoch 19:
|
| 76 |
+
Training Accuracy: 0.9942, Validation Accuracy: 0.9938
|
| 77 |
+
Training Loss: 0.0185, Validation Loss: 0.0181
|
| 78 |
+
--------------------------------------------------
|
| 79 |
+
Epoch 20:
|
| 80 |
+
Training Accuracy: 0.9940, Validation Accuracy: 0.9938
|
| 81 |
+
Training Loss: 0.0185, Validation Loss: 0.0180
|
| 82 |
+
--------------------------------------------------
|
| 83 |
+
Epoch 21:
|
| 84 |
+
Training Accuracy: 0.9948, Validation Accuracy: 0.9950
|
| 85 |
+
Training Loss: 0.0181, Validation Loss: 0.0167
|
| 86 |
+
--------------------------------------------------
|
| 87 |
+
Epoch 22:
|
| 88 |
+
Training Accuracy: 0.9944, Validation Accuracy: 0.9952
|
| 89 |
+
Training Loss: 0.0172, Validation Loss: 0.0159
|
| 90 |
+
--------------------------------------------------
|
| 91 |
+
Epoch 23:
|
| 92 |
+
Training Accuracy: 0.9943, Validation Accuracy: 0.9954
|
| 93 |
+
Training Loss: 0.0178, Validation Loss: 0.0160
|
| 94 |
+
--------------------------------------------------
|
| 95 |
+
Epoch 24:
|
| 96 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9954
|
| 97 |
+
Training Loss: 0.0160, Validation Loss: 0.0160
|
| 98 |
+
--------------------------------------------------
|
| 99 |
+
Epoch 25:
|
| 100 |
+
Training Accuracy: 0.9953, Validation Accuracy: 0.9956
|
| 101 |
+
Training Loss: 0.0159, Validation Loss: 0.0154
|
| 102 |
+
--------------------------------------------------
|
| 103 |
+
Epoch 26:
|
| 104 |
+
Training Accuracy: 0.9952, Validation Accuracy: 0.9960
|
| 105 |
+
Training Loss: 0.0151, Validation Loss: 0.0147
|
| 106 |
+
--------------------------------------------------
|
| 107 |
+
Epoch 27:
|
| 108 |
+
Training Accuracy: 0.9944, Validation Accuracy: 0.9944
|
| 109 |
+
Training Loss: 0.0162, Validation Loss: 0.0162
|
| 110 |
+
--------------------------------------------------
|
| 111 |
+
Epoch 28:
|
| 112 |
+
Training Accuracy: 0.9948, Validation Accuracy: 0.9960
|
| 113 |
+
Training Loss: 0.0150, Validation Loss: 0.0146
|
| 114 |
+
--------------------------------------------------
|
| 115 |
+
Epoch 29:
|
| 116 |
+
Training Accuracy: 0.9948, Validation Accuracy: 0.9958
|
| 117 |
+
Training Loss: 0.0147, Validation Loss: 0.0145
|
| 118 |
+
--------------------------------------------------
|
| 119 |
+
Epoch 30:
|
| 120 |
+
Training Accuracy: 0.9951, Validation Accuracy: 0.9960
|
| 121 |
+
Training Loss: 0.0149, Validation Loss: 0.0136
|
| 122 |
+
--------------------------------------------------
|
VGG19/BINARY_VGG19_Round2/.ipynb_checkpoints/confusion_matrix-checkpoint.png
ADDED
|
VGG19/BINARY_VGG19_Round2/BINARY_VGG19_Round2.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:121e87a6416ba2ca93df5327a42eac11945f07fed2227c8c0420aa7d965a8341
|
| 3 |
+
size 81782090
|
VGG19/BINARY_VGG19_Round2/classification_metrics.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Precision: 0.9906
|
| 2 |
+
Recall (Sensitivity): 0.9992
|
| 3 |
+
Sensitivity: 0.9992
|
| 4 |
+
Specificity: 0.9902
|
| 5 |
+
F1-Score: 0.9949
|
| 6 |
+
AUC: 1.0000
|
| 7 |
+
Matthews Correlation Coefficient (MCC): 0.9896
|
| 8 |
+
Cohen's Kappa: 0.9896
|
| 9 |
+
Balanced Accuracy: 0.9947
|
| 10 |
+
Jaccard Index (IoU): 0.9898
|
| 11 |
+
Log Loss: 0.0112
|
| 12 |
+
F0.5-Score: 0.9923
|
VGG19/BINARY_VGG19_Round2/confusion_matrix.png
ADDED
|
VGG19/BINARY_VGG19_Round2/roc_curve.png
ADDED
|
VGG19/BINARY_VGG19_Round2/testing_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy: 0.9948
|
| 2 |
+
auc: 1.0000
|
| 3 |
+
loss: 0.0112
|
VGG19/BINARY_VGG19_Round2/training_accuracy.png
ADDED
|
VGG19/BINARY_VGG19_Round2/training_loss.png
ADDED
|
VGG19/BINARY_VGG19_Round2/training_validation_metrics.txt
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Training and Validation Metrics Per Epoch
|
| 2 |
+
==================================================
|
| 3 |
+
Epoch 1:
|
| 4 |
+
Training Accuracy: 0.8440, Validation Accuracy: 0.9551
|
| 5 |
+
Training Loss: 0.3791, Validation Loss: 0.1961
|
| 6 |
+
--------------------------------------------------
|
| 7 |
+
Epoch 2:
|
| 8 |
+
Training Accuracy: 0.9648, Validation Accuracy: 0.9783
|
| 9 |
+
Training Loss: 0.1464, Validation Loss: 0.1013
|
| 10 |
+
--------------------------------------------------
|
| 11 |
+
Epoch 3:
|
| 12 |
+
Training Accuracy: 0.9788, Validation Accuracy: 0.9860
|
| 13 |
+
Training Loss: 0.0877, Validation Loss: 0.0680
|
| 14 |
+
--------------------------------------------------
|
| 15 |
+
Epoch 4:
|
| 16 |
+
Training Accuracy: 0.9831, Validation Accuracy: 0.9882
|
| 17 |
+
Training Loss: 0.0627, Validation Loss: 0.0511
|
| 18 |
+
--------------------------------------------------
|
| 19 |
+
Epoch 5:
|
| 20 |
+
Training Accuracy: 0.9873, Validation Accuracy: 0.9894
|
| 21 |
+
Training Loss: 0.0498, Validation Loss: 0.0423
|
| 22 |
+
--------------------------------------------------
|
| 23 |
+
Epoch 6:
|
| 24 |
+
Training Accuracy: 0.9893, Validation Accuracy: 0.9906
|
| 25 |
+
Training Loss: 0.0413, Validation Loss: 0.0369
|
| 26 |
+
--------------------------------------------------
|
| 27 |
+
Epoch 7:
|
| 28 |
+
Training Accuracy: 0.9901, Validation Accuracy: 0.9910
|
| 29 |
+
Training Loss: 0.0368, Validation Loss: 0.0325
|
| 30 |
+
--------------------------------------------------
|
| 31 |
+
Epoch 8:
|
| 32 |
+
Training Accuracy: 0.9904, Validation Accuracy: 0.9914
|
| 33 |
+
Training Loss: 0.0326, Validation Loss: 0.0290
|
| 34 |
+
--------------------------------------------------
|
| 35 |
+
Epoch 9:
|
| 36 |
+
Training Accuracy: 0.9911, Validation Accuracy: 0.9918
|
| 37 |
+
Training Loss: 0.0304, Validation Loss: 0.0272
|
| 38 |
+
--------------------------------------------------
|
| 39 |
+
Epoch 10:
|
| 40 |
+
Training Accuracy: 0.9918, Validation Accuracy: 0.9922
|
| 41 |
+
Training Loss: 0.0275, Validation Loss: 0.0254
|
| 42 |
+
--------------------------------------------------
|
| 43 |
+
Epoch 11:
|
| 44 |
+
Training Accuracy: 0.9925, Validation Accuracy: 0.9920
|
| 45 |
+
Training Loss: 0.0271, Validation Loss: 0.0235
|
| 46 |
+
--------------------------------------------------
|
| 47 |
+
Epoch 12:
|
| 48 |
+
Training Accuracy: 0.9926, Validation Accuracy: 0.9928
|
| 49 |
+
Training Loss: 0.0246, Validation Loss: 0.0225
|
| 50 |
+
--------------------------------------------------
|
| 51 |
+
Epoch 13:
|
| 52 |
+
Training Accuracy: 0.9925, Validation Accuracy: 0.9930
|
| 53 |
+
Training Loss: 0.0239, Validation Loss: 0.0212
|
| 54 |
+
--------------------------------------------------
|
| 55 |
+
Epoch 14:
|
| 56 |
+
Training Accuracy: 0.9931, Validation Accuracy: 0.9934
|
| 57 |
+
Training Loss: 0.0225, Validation Loss: 0.0205
|
| 58 |
+
--------------------------------------------------
|
| 59 |
+
Epoch 15:
|
| 60 |
+
Training Accuracy: 0.9935, Validation Accuracy: 0.9922
|
| 61 |
+
Training Loss: 0.0214, Validation Loss: 0.0214
|
| 62 |
+
--------------------------------------------------
|
| 63 |
+
Epoch 16:
|
| 64 |
+
Training Accuracy: 0.9938, Validation Accuracy: 0.9936
|
| 65 |
+
Training Loss: 0.0202, Validation Loss: 0.0188
|
| 66 |
+
--------------------------------------------------
|
| 67 |
+
Epoch 17:
|
| 68 |
+
Training Accuracy: 0.9939, Validation Accuracy: 0.9938
|
| 69 |
+
Training Loss: 0.0195, Validation Loss: 0.0187
|
| 70 |
+
--------------------------------------------------
|
| 71 |
+
Epoch 18:
|
| 72 |
+
Training Accuracy: 0.9942, Validation Accuracy: 0.9942
|
| 73 |
+
Training Loss: 0.0186, Validation Loss: 0.0183
|
| 74 |
+
--------------------------------------------------
|
| 75 |
+
Epoch 19:
|
| 76 |
+
Training Accuracy: 0.9935, Validation Accuracy: 0.9946
|
| 77 |
+
Training Loss: 0.0184, Validation Loss: 0.0174
|
| 78 |
+
--------------------------------------------------
|
| 79 |
+
Epoch 20:
|
| 80 |
+
Training Accuracy: 0.9939, Validation Accuracy: 0.9948
|
| 81 |
+
Training Loss: 0.0185, Validation Loss: 0.0171
|
| 82 |
+
--------------------------------------------------
|
| 83 |
+
Epoch 21:
|
| 84 |
+
Training Accuracy: 0.9940, Validation Accuracy: 0.9950
|
| 85 |
+
Training Loss: 0.0175, Validation Loss: 0.0171
|
| 86 |
+
--------------------------------------------------
|
| 87 |
+
Epoch 22:
|
| 88 |
+
Training Accuracy: 0.9940, Validation Accuracy: 0.9954
|
| 89 |
+
Training Loss: 0.0180, Validation Loss: 0.0159
|
| 90 |
+
--------------------------------------------------
|
| 91 |
+
Epoch 23:
|
| 92 |
+
Training Accuracy: 0.9945, Validation Accuracy: 0.9952
|
| 93 |
+
Training Loss: 0.0163, Validation Loss: 0.0161
|
| 94 |
+
--------------------------------------------------
|
| 95 |
+
Epoch 24:
|
| 96 |
+
Training Accuracy: 0.9946, Validation Accuracy: 0.9956
|
| 97 |
+
Training Loss: 0.0167, Validation Loss: 0.0155
|
| 98 |
+
--------------------------------------------------
|
| 99 |
+
Epoch 25:
|
| 100 |
+
Training Accuracy: 0.9949, Validation Accuracy: 0.9954
|
| 101 |
+
Training Loss: 0.0166, Validation Loss: 0.0158
|
| 102 |
+
--------------------------------------------------
|
| 103 |
+
Epoch 26:
|
| 104 |
+
Training Accuracy: 0.9954, Validation Accuracy: 0.9958
|
| 105 |
+
Training Loss: 0.0161, Validation Loss: 0.0154
|
| 106 |
+
--------------------------------------------------
|
| 107 |
+
Epoch 27:
|
| 108 |
+
Training Accuracy: 0.9944, Validation Accuracy: 0.9954
|
| 109 |
+
Training Loss: 0.0161, Validation Loss: 0.0151
|
| 110 |
+
--------------------------------------------------
|
| 111 |
+
Epoch 28:
|
| 112 |
+
Training Accuracy: 0.9946, Validation Accuracy: 0.9954
|
| 113 |
+
Training Loss: 0.0159, Validation Loss: 0.0148
|
| 114 |
+
--------------------------------------------------
|
| 115 |
+
Epoch 29:
|
| 116 |
+
Training Accuracy: 0.9943, Validation Accuracy: 0.9960
|
| 117 |
+
Training Loss: 0.0161, Validation Loss: 0.0138
|
| 118 |
+
--------------------------------------------------
|
| 119 |
+
Epoch 30:
|
| 120 |
+
Training Accuracy: 0.9953, Validation Accuracy: 0.9962
|
| 121 |
+
Training Loss: 0.0147, Validation Loss: 0.0139
|
| 122 |
+
--------------------------------------------------
|
VGG19/BINARY_VGG19_Round3/BINARY_VGG19_Round3.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc05df3fc11b0f1dd066a09a3c6839e4d84f7652c6a7e6eeafa50551f8e854d8
|
| 3 |
+
size 81782090
|
VGG19/BINARY_VGG19_Round3/classification_metrics.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Precision: 0.9898
|
| 2 |
+
Recall (Sensitivity): 0.9984
|
| 3 |
+
Sensitivity: 0.9984
|
| 4 |
+
Specificity: 0.9894
|
| 5 |
+
F1-Score: 0.9941
|
| 6 |
+
AUC: 1.0000
|
| 7 |
+
Matthews Correlation Coefficient (MCC): 0.9880
|
| 8 |
+
Cohen's Kappa: 0.9880
|
| 9 |
+
Balanced Accuracy: 0.9939
|
| 10 |
+
Jaccard Index (IoU): 0.9883
|
| 11 |
+
Log Loss: 0.0118
|
| 12 |
+
F0.5-Score: 0.9915
|
VGG19/BINARY_VGG19_Round3/confusion_matrix.png
ADDED
|
VGG19/BINARY_VGG19_Round3/roc_curve.png
ADDED
|
VGG19/BINARY_VGG19_Round3/testing_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy: 0.9940
|
| 2 |
+
auc: 1.0000
|
| 3 |
+
loss: 0.0118
|
VGG19/BINARY_VGG19_Round3/training_accuracy.png
ADDED
|
VGG19/BINARY_VGG19_Round3/training_loss.png
ADDED
|
VGG19/BINARY_VGG19_Round3/training_validation_metrics.txt
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Training and Validation Metrics Per Epoch
|
| 2 |
+
==================================================
|
| 3 |
+
Epoch 1:
|
| 4 |
+
Training Accuracy: 0.8475, Validation Accuracy: 0.9587
|
| 5 |
+
Training Loss: 0.3730, Validation Loss: 0.1937
|
| 6 |
+
--------------------------------------------------
|
| 7 |
+
Epoch 2:
|
| 8 |
+
Training Accuracy: 0.9630, Validation Accuracy: 0.9765
|
| 9 |
+
Training Loss: 0.1452, Validation Loss: 0.0995
|
| 10 |
+
--------------------------------------------------
|
| 11 |
+
Epoch 3:
|
| 12 |
+
Training Accuracy: 0.9795, Validation Accuracy: 0.9860
|
| 13 |
+
Training Loss: 0.0863, Validation Loss: 0.0669
|
| 14 |
+
--------------------------------------------------
|
| 15 |
+
Epoch 4:
|
| 16 |
+
Training Accuracy: 0.9849, Validation Accuracy: 0.9882
|
| 17 |
+
Training Loss: 0.0608, Validation Loss: 0.0505
|
| 18 |
+
--------------------------------------------------
|
| 19 |
+
Epoch 5:
|
| 20 |
+
Training Accuracy: 0.9869, Validation Accuracy: 0.9900
|
| 21 |
+
Training Loss: 0.0495, Validation Loss: 0.0416
|
| 22 |
+
--------------------------------------------------
|
| 23 |
+
Epoch 6:
|
| 24 |
+
Training Accuracy: 0.9894, Validation Accuracy: 0.9906
|
| 25 |
+
Training Loss: 0.0397, Validation Loss: 0.0355
|
| 26 |
+
--------------------------------------------------
|
| 27 |
+
Epoch 7:
|
| 28 |
+
Training Accuracy: 0.9889, Validation Accuracy: 0.9912
|
| 29 |
+
Training Loss: 0.0369, Validation Loss: 0.0316
|
| 30 |
+
--------------------------------------------------
|
| 31 |
+
Epoch 8:
|
| 32 |
+
Training Accuracy: 0.9904, Validation Accuracy: 0.9912
|
| 33 |
+
Training Loss: 0.0322, Validation Loss: 0.0288
|
| 34 |
+
--------------------------------------------------
|
| 35 |
+
Epoch 9:
|
| 36 |
+
Training Accuracy: 0.9922, Validation Accuracy: 0.9918
|
| 37 |
+
Training Loss: 0.0293, Validation Loss: 0.0263
|
| 38 |
+
--------------------------------------------------
|
| 39 |
+
Epoch 10:
|
| 40 |
+
Training Accuracy: 0.9922, Validation Accuracy: 0.9918
|
| 41 |
+
Training Loss: 0.0275, Validation Loss: 0.0250
|
| 42 |
+
--------------------------------------------------
|
| 43 |
+
Epoch 11:
|
| 44 |
+
Training Accuracy: 0.9923, Validation Accuracy: 0.9924
|
| 45 |
+
Training Loss: 0.0254, Validation Loss: 0.0232
|
| 46 |
+
--------------------------------------------------
|
| 47 |
+
Epoch 12:
|
| 48 |
+
Training Accuracy: 0.9921, Validation Accuracy: 0.9928
|
| 49 |
+
Training Loss: 0.0245, Validation Loss: 0.0218
|
| 50 |
+
--------------------------------------------------
|
| 51 |
+
Epoch 13:
|
| 52 |
+
Training Accuracy: 0.9935, Validation Accuracy: 0.9922
|
| 53 |
+
Training Loss: 0.0225, Validation Loss: 0.0216
|
| 54 |
+
--------------------------------------------------
|
| 55 |
+
Epoch 14:
|
| 56 |
+
Training Accuracy: 0.9930, Validation Accuracy: 0.9932
|
| 57 |
+
Training Loss: 0.0229, Validation Loss: 0.0201
|
| 58 |
+
--------------------------------------------------
|
| 59 |
+
Epoch 15:
|
| 60 |
+
Training Accuracy: 0.9930, Validation Accuracy: 0.9928
|
| 61 |
+
Training Loss: 0.0209, Validation Loss: 0.0211
|
| 62 |
+
--------------------------------------------------
|
| 63 |
+
Epoch 16:
|
| 64 |
+
Training Accuracy: 0.9943, Validation Accuracy: 0.9936
|
| 65 |
+
Training Loss: 0.0200, Validation Loss: 0.0187
|
| 66 |
+
--------------------------------------------------
|
| 67 |
+
Epoch 17:
|
| 68 |
+
Training Accuracy: 0.9941, Validation Accuracy: 0.9938
|
| 69 |
+
Training Loss: 0.0200, Validation Loss: 0.0183
|
| 70 |
+
--------------------------------------------------
|
| 71 |
+
Epoch 18:
|
| 72 |
+
Training Accuracy: 0.9936, Validation Accuracy: 0.9946
|
| 73 |
+
Training Loss: 0.0190, Validation Loss: 0.0175
|
| 74 |
+
--------------------------------------------------
|
| 75 |
+
Epoch 19:
|
| 76 |
+
Training Accuracy: 0.9939, Validation Accuracy: 0.9940
|
| 77 |
+
Training Loss: 0.0192, Validation Loss: 0.0174
|
| 78 |
+
--------------------------------------------------
|
| 79 |
+
Epoch 20:
|
| 80 |
+
Training Accuracy: 0.9946, Validation Accuracy: 0.9948
|
| 81 |
+
Training Loss: 0.0181, Validation Loss: 0.0167
|
| 82 |
+
--------------------------------------------------
|
| 83 |
+
Epoch 21:
|
| 84 |
+
Training Accuracy: 0.9938, Validation Accuracy: 0.9944
|
| 85 |
+
Training Loss: 0.0181, Validation Loss: 0.0171
|
| 86 |
+
--------------------------------------------------
|
| 87 |
+
Epoch 22:
|
| 88 |
+
Training Accuracy: 0.9952, Validation Accuracy: 0.9942
|
| 89 |
+
Training Loss: 0.0165, Validation Loss: 0.0167
|
| 90 |
+
--------------------------------------------------
|
| 91 |
+
Epoch 23:
|
| 92 |
+
Training Accuracy: 0.9942, Validation Accuracy: 0.9948
|
| 93 |
+
Training Loss: 0.0166, Validation Loss: 0.0159
|
| 94 |
+
--------------------------------------------------
|
| 95 |
+
Epoch 24:
|
| 96 |
+
Training Accuracy: 0.9952, Validation Accuracy: 0.9946
|
| 97 |
+
Training Loss: 0.0160, Validation Loss: 0.0162
|
| 98 |
+
--------------------------------------------------
|
| 99 |
+
Epoch 25:
|
| 100 |
+
Training Accuracy: 0.9942, Validation Accuracy: 0.9954
|
| 101 |
+
Training Loss: 0.0164, Validation Loss: 0.0149
|
| 102 |
+
--------------------------------------------------
|
| 103 |
+
Epoch 26:
|
| 104 |
+
Training Accuracy: 0.9948, Validation Accuracy: 0.9958
|
| 105 |
+
Training Loss: 0.0151, Validation Loss: 0.0144
|
| 106 |
+
--------------------------------------------------
|
| 107 |
+
Epoch 27:
|
| 108 |
+
Training Accuracy: 0.9954, Validation Accuracy: 0.9946
|
| 109 |
+
Training Loss: 0.0143, Validation Loss: 0.0152
|
| 110 |
+
--------------------------------------------------
|
| 111 |
+
Epoch 28:
|
| 112 |
+
Training Accuracy: 0.9955, Validation Accuracy: 0.9960
|
| 113 |
+
Training Loss: 0.0150, Validation Loss: 0.0141
|
| 114 |
+
--------------------------------------------------
|
| 115 |
+
Epoch 29:
|
| 116 |
+
Training Accuracy: 0.9950, Validation Accuracy: 0.9960
|
| 117 |
+
Training Loss: 0.0140, Validation Loss: 0.0140
|
| 118 |
+
--------------------------------------------------
|
| 119 |
+
Epoch 30:
|
| 120 |
+
Training Accuracy: 0.9949, Validation Accuracy: 0.9954
|
| 121 |
+
Training Loss: 0.0154, Validation Loss: 0.0144
|
| 122 |
+
--------------------------------------------------
|
VGG19/BINARY_VGG19_Round4/.ipynb_checkpoints/confusion_matrix-checkpoint.png
ADDED
|
VGG19/BINARY_VGG19_Round4/BINARY_VGG19_Round4.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f43fa9aa7f3d7913aeaf70c3e1b7bf01ca64f412dc53313662768c20c596f15
|
| 3 |
+
size 81782090
|
VGG19/BINARY_VGG19_Round4/classification_metrics.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Precision: 0.9922
|
| 2 |
+
Recall (Sensitivity): 0.9992
|
| 3 |
+
Sensitivity: 0.9992
|
| 4 |
+
Specificity: 0.9919
|
| 5 |
+
F1-Score: 0.9957
|
| 6 |
+
AUC: 1.0000
|
| 7 |
+
Matthews Correlation Coefficient (MCC): 0.9912
|
| 8 |
+
Cohen's Kappa: 0.9912
|
| 9 |
+
Balanced Accuracy: 0.9955
|
| 10 |
+
Jaccard Index (IoU): 0.9914
|
| 11 |
+
Log Loss: 0.0105
|
| 12 |
+
F0.5-Score: 0.9936
|
VGG19/BINARY_VGG19_Round4/confusion_matrix.png
ADDED
|
VGG19/BINARY_VGG19_Round4/roc_curve.png
ADDED
|
VGG19/BINARY_VGG19_Round4/testing_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy: 0.9956
|
| 2 |
+
auc: 1.0000
|
| 3 |
+
loss: 0.0105
|
VGG19/BINARY_VGG19_Round4/training_accuracy.png
ADDED
|
VGG19/BINARY_VGG19_Round4/training_loss.png
ADDED
|
VGG19/BINARY_VGG19_Round4/training_validation_metrics.txt
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Training and Validation Metrics Per Epoch
|
| 2 |
+
==================================================
|
| 3 |
+
Epoch 1:
|
| 4 |
+
Training Accuracy: 0.8485, Validation Accuracy: 0.9603
|
| 5 |
+
Training Loss: 0.3773, Validation Loss: 0.1906
|
| 6 |
+
--------------------------------------------------
|
| 7 |
+
Epoch 2:
|
| 8 |
+
Training Accuracy: 0.9657, Validation Accuracy: 0.9796
|
| 9 |
+
Training Loss: 0.1423, Validation Loss: 0.0974
|
| 10 |
+
--------------------------------------------------
|
| 11 |
+
Epoch 3:
|
| 12 |
+
Training Accuracy: 0.9786, Validation Accuracy: 0.9858
|
| 13 |
+
Training Loss: 0.0832, Validation Loss: 0.0646
|
| 14 |
+
--------------------------------------------------
|
| 15 |
+
Epoch 4:
|
| 16 |
+
Training Accuracy: 0.9846, Validation Accuracy: 0.9878
|
| 17 |
+
Training Loss: 0.0592, Validation Loss: 0.0494
|
| 18 |
+
--------------------------------------------------
|
| 19 |
+
Epoch 5:
|
| 20 |
+
Training Accuracy: 0.9876, Validation Accuracy: 0.9894
|
| 21 |
+
Training Loss: 0.0483, Validation Loss: 0.0407
|
| 22 |
+
--------------------------------------------------
|
| 23 |
+
Epoch 6:
|
| 24 |
+
Training Accuracy: 0.9892, Validation Accuracy: 0.9904
|
| 25 |
+
Training Loss: 0.0411, Validation Loss: 0.0352
|
| 26 |
+
--------------------------------------------------
|
| 27 |
+
Epoch 7:
|
| 28 |
+
Training Accuracy: 0.9904, Validation Accuracy: 0.9910
|
| 29 |
+
Training Loss: 0.0343, Validation Loss: 0.0312
|
| 30 |
+
--------------------------------------------------
|
| 31 |
+
Epoch 8:
|
| 32 |
+
Training Accuracy: 0.9907, Validation Accuracy: 0.9912
|
| 33 |
+
Training Loss: 0.0324, Validation Loss: 0.0285
|
| 34 |
+
--------------------------------------------------
|
| 35 |
+
Epoch 9:
|
| 36 |
+
Training Accuracy: 0.9907, Validation Accuracy: 0.9922
|
| 37 |
+
Training Loss: 0.0294, Validation Loss: 0.0276
|
| 38 |
+
--------------------------------------------------
|
| 39 |
+
Epoch 10:
|
| 40 |
+
Training Accuracy: 0.9918, Validation Accuracy: 0.9914
|
| 41 |
+
Training Loss: 0.0271, Validation Loss: 0.0243
|
| 42 |
+
--------------------------------------------------
|
| 43 |
+
Epoch 11:
|
| 44 |
+
Training Accuracy: 0.9926, Validation Accuracy: 0.9926
|
| 45 |
+
Training Loss: 0.0249, Validation Loss: 0.0232
|
| 46 |
+
--------------------------------------------------
|
| 47 |
+
Epoch 12:
|
| 48 |
+
Training Accuracy: 0.9930, Validation Accuracy: 0.9928
|
| 49 |
+
Training Loss: 0.0236, Validation Loss: 0.0221
|
| 50 |
+
--------------------------------------------------
|
| 51 |
+
Epoch 13:
|
| 52 |
+
Training Accuracy: 0.9926, Validation Accuracy: 0.9930
|
| 53 |
+
Training Loss: 0.0232, Validation Loss: 0.0208
|
| 54 |
+
--------------------------------------------------
|
| 55 |
+
Epoch 14:
|
| 56 |
+
Training Accuracy: 0.9932, Validation Accuracy: 0.9932
|
| 57 |
+
Training Loss: 0.0213, Validation Loss: 0.0197
|
| 58 |
+
--------------------------------------------------
|
| 59 |
+
Epoch 15:
|
| 60 |
+
Training Accuracy: 0.9924, Validation Accuracy: 0.9938
|
| 61 |
+
Training Loss: 0.0223, Validation Loss: 0.0193
|
| 62 |
+
--------------------------------------------------
|
| 63 |
+
Epoch 16:
|
| 64 |
+
Training Accuracy: 0.9930, Validation Accuracy: 0.9940
|
| 65 |
+
Training Loss: 0.0217, Validation Loss: 0.0185
|
| 66 |
+
--------------------------------------------------
|
| 67 |
+
Epoch 17:
|
| 68 |
+
Training Accuracy: 0.9939, Validation Accuracy: 0.9944
|
| 69 |
+
Training Loss: 0.0198, Validation Loss: 0.0180
|
| 70 |
+
--------------------------------------------------
|
| 71 |
+
Epoch 18:
|
| 72 |
+
Training Accuracy: 0.9938, Validation Accuracy: 0.9944
|
| 73 |
+
Training Loss: 0.0194, Validation Loss: 0.0174
|
| 74 |
+
--------------------------------------------------
|
| 75 |
+
Epoch 19:
|
| 76 |
+
Training Accuracy: 0.9931, Validation Accuracy: 0.9940
|
| 77 |
+
Training Loss: 0.0196, Validation Loss: 0.0177
|
| 78 |
+
--------------------------------------------------
|
| 79 |
+
Epoch 20:
|
| 80 |
+
Training Accuracy: 0.9943, Validation Accuracy: 0.9944
|
| 81 |
+
Training Loss: 0.0176, Validation Loss: 0.0174
|
| 82 |
+
--------------------------------------------------
|
| 83 |
+
Epoch 21:
|
| 84 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9952
|
| 85 |
+
Training Loss: 0.0174, Validation Loss: 0.0164
|
| 86 |
+
--------------------------------------------------
|
| 87 |
+
Epoch 22:
|
| 88 |
+
Training Accuracy: 0.9943, Validation Accuracy: 0.9948
|
| 89 |
+
Training Loss: 0.0165, Validation Loss: 0.0163
|
| 90 |
+
--------------------------------------------------
|
| 91 |
+
Epoch 23:
|
| 92 |
+
Training Accuracy: 0.9946, Validation Accuracy: 0.9950
|
| 93 |
+
Training Loss: 0.0165, Validation Loss: 0.0155
|
| 94 |
+
--------------------------------------------------
|
| 95 |
+
Epoch 24:
|
| 96 |
+
Training Accuracy: 0.9948, Validation Accuracy: 0.9950
|
| 97 |
+
Training Loss: 0.0157, Validation Loss: 0.0157
|
| 98 |
+
--------------------------------------------------
|
| 99 |
+
Epoch 25:
|
| 100 |
+
Training Accuracy: 0.9955, Validation Accuracy: 0.9956
|
| 101 |
+
Training Loss: 0.0154, Validation Loss: 0.0148
|
| 102 |
+
--------------------------------------------------
|
| 103 |
+
Epoch 26:
|
| 104 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9956
|
| 105 |
+
Training Loss: 0.0155, Validation Loss: 0.0144
|
| 106 |
+
--------------------------------------------------
|
| 107 |
+
Epoch 27:
|
| 108 |
+
Training Accuracy: 0.9954, Validation Accuracy: 0.9960
|
| 109 |
+
Training Loss: 0.0147, Validation Loss: 0.0145
|
| 110 |
+
--------------------------------------------------
|
| 111 |
+
Epoch 28:
|
| 112 |
+
Training Accuracy: 0.9953, Validation Accuracy: 0.9956
|
| 113 |
+
Training Loss: 0.0149, Validation Loss: 0.0147
|
| 114 |
+
--------------------------------------------------
|
| 115 |
+
Epoch 29:
|
| 116 |
+
Training Accuracy: 0.9956, Validation Accuracy: 0.9958
|
| 117 |
+
Training Loss: 0.0142, Validation Loss: 0.0139
|
| 118 |
+
--------------------------------------------------
|
| 119 |
+
Epoch 30:
|
| 120 |
+
Training Accuracy: 0.9957, Validation Accuracy: 0.9958
|
| 121 |
+
Training Loss: 0.0144, Validation Loss: 0.0137
|
| 122 |
+
--------------------------------------------------
|
VGG19/BINARY_VGG19_Round5/BINARY_VGG19_Round5.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a6dbe884437a00cd9aacaa680a04289d98f27ab0b655a527acd066ca8de2b9f
|
| 3 |
+
size 81782090
|
VGG19/BINARY_VGG19_Round5/classification_metrics.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Precision: 0.9906
|
| 2 |
+
Recall (Sensitivity): 0.9992
|
| 3 |
+
Sensitivity: 0.9992
|
| 4 |
+
Specificity: 0.9902
|
| 5 |
+
F1-Score: 0.9949
|
| 6 |
+
AUC: 1.0000
|
| 7 |
+
Matthews Correlation Coefficient (MCC): 0.9896
|
| 8 |
+
Cohen's Kappa: 0.9896
|
| 9 |
+
Balanced Accuracy: 0.9947
|
| 10 |
+
Jaccard Index (IoU): 0.9898
|
| 11 |
+
Log Loss: 0.0116
|
| 12 |
+
F0.5-Score: 0.9923
|
VGG19/BINARY_VGG19_Round5/confusion_matrix.png
ADDED
|
VGG19/BINARY_VGG19_Round5/roc_curve.png
ADDED
|
VGG19/BINARY_VGG19_Round5/testing_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy: 0.9948
|
| 2 |
+
auc: 1.0000
|
| 3 |
+
loss: 0.0116
|
VGG19/BINARY_VGG19_Round5/training_accuracy.png
ADDED
|
VGG19/BINARY_VGG19_Round5/training_loss.png
ADDED
|
VGG19/BINARY_VGG19_Round5/training_validation_metrics.txt
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Training and Validation Metrics Per Epoch
|
| 2 |
+
==================================================
|
| 3 |
+
Epoch 1:
|
| 4 |
+
Training Accuracy: 0.8371, Validation Accuracy: 0.9555
|
| 5 |
+
Training Loss: 0.3933, Validation Loss: 0.2084
|
| 6 |
+
--------------------------------------------------
|
| 7 |
+
Epoch 2:
|
| 8 |
+
Training Accuracy: 0.9619, Validation Accuracy: 0.9753
|
| 9 |
+
Training Loss: 0.1542, Validation Loss: 0.1054
|
| 10 |
+
--------------------------------------------------
|
| 11 |
+
Epoch 3:
|
| 12 |
+
Training Accuracy: 0.9785, Validation Accuracy: 0.9840
|
| 13 |
+
Training Loss: 0.0889, Validation Loss: 0.0691
|
| 14 |
+
--------------------------------------------------
|
| 15 |
+
Epoch 4:
|
| 16 |
+
Training Accuracy: 0.9842, Validation Accuracy: 0.9868
|
| 17 |
+
Training Loss: 0.0635, Validation Loss: 0.0529
|
| 18 |
+
--------------------------------------------------
|
| 19 |
+
Epoch 5:
|
| 20 |
+
Training Accuracy: 0.9879, Validation Accuracy: 0.9890
|
| 21 |
+
Training Loss: 0.0497, Validation Loss: 0.0437
|
| 22 |
+
--------------------------------------------------
|
| 23 |
+
Epoch 6:
|
| 24 |
+
Training Accuracy: 0.9882, Validation Accuracy: 0.9912
|
| 25 |
+
Training Loss: 0.0423, Validation Loss: 0.0370
|
| 26 |
+
--------------------------------------------------
|
| 27 |
+
Epoch 7:
|
| 28 |
+
Training Accuracy: 0.9899, Validation Accuracy: 0.9918
|
| 29 |
+
Training Loss: 0.0371, Validation Loss: 0.0324
|
| 30 |
+
--------------------------------------------------
|
| 31 |
+
Epoch 8:
|
| 32 |
+
Training Accuracy: 0.9902, Validation Accuracy: 0.9920
|
| 33 |
+
Training Loss: 0.0333, Validation Loss: 0.0296
|
| 34 |
+
--------------------------------------------------
|
| 35 |
+
Epoch 9:
|
| 36 |
+
Training Accuracy: 0.9911, Validation Accuracy: 0.9920
|
| 37 |
+
Training Loss: 0.0298, Validation Loss: 0.0271
|
| 38 |
+
--------------------------------------------------
|
| 39 |
+
Epoch 10:
|
| 40 |
+
Training Accuracy: 0.9924, Validation Accuracy: 0.9920
|
| 41 |
+
Training Loss: 0.0267, Validation Loss: 0.0251
|
| 42 |
+
--------------------------------------------------
|
| 43 |
+
Epoch 11:
|
| 44 |
+
Training Accuracy: 0.9921, Validation Accuracy: 0.9924
|
| 45 |
+
Training Loss: 0.0252, Validation Loss: 0.0239
|
| 46 |
+
--------------------------------------------------
|
| 47 |
+
Epoch 12:
|
| 48 |
+
Training Accuracy: 0.9926, Validation Accuracy: 0.9924
|
| 49 |
+
Training Loss: 0.0241, Validation Loss: 0.0229
|
| 50 |
+
--------------------------------------------------
|
| 51 |
+
Epoch 13:
|
| 52 |
+
Training Accuracy: 0.9920, Validation Accuracy: 0.9926
|
| 53 |
+
Training Loss: 0.0237, Validation Loss: 0.0218
|
| 54 |
+
--------------------------------------------------
|
| 55 |
+
Epoch 14:
|
| 56 |
+
Training Accuracy: 0.9931, Validation Accuracy: 0.9928
|
| 57 |
+
Training Loss: 0.0222, Validation Loss: 0.0218
|
| 58 |
+
--------------------------------------------------
|
| 59 |
+
Epoch 15:
|
| 60 |
+
Training Accuracy: 0.9936, Validation Accuracy: 0.9928
|
| 61 |
+
Training Loss: 0.0208, Validation Loss: 0.0210
|
| 62 |
+
--------------------------------------------------
|
| 63 |
+
Epoch 16:
|
| 64 |
+
Training Accuracy: 0.9939, Validation Accuracy: 0.9938
|
| 65 |
+
Training Loss: 0.0207, Validation Loss: 0.0190
|
| 66 |
+
--------------------------------------------------
|
| 67 |
+
Epoch 17:
|
| 68 |
+
Training Accuracy: 0.9937, Validation Accuracy: 0.9934
|
| 69 |
+
Training Loss: 0.0198, Validation Loss: 0.0184
|
| 70 |
+
--------------------------------------------------
|
| 71 |
+
Epoch 18:
|
| 72 |
+
Training Accuracy: 0.9941, Validation Accuracy: 0.9936
|
| 73 |
+
Training Loss: 0.0188, Validation Loss: 0.0188
|
| 74 |
+
--------------------------------------------------
|
| 75 |
+
Epoch 19:
|
| 76 |
+
Training Accuracy: 0.9944, Validation Accuracy: 0.9936
|
| 77 |
+
Training Loss: 0.0184, Validation Loss: 0.0187
|
| 78 |
+
--------------------------------------------------
|
| 79 |
+
Epoch 20:
|
| 80 |
+
Training Accuracy: 0.9944, Validation Accuracy: 0.9938
|
| 81 |
+
Training Loss: 0.0176, Validation Loss: 0.0180
|
| 82 |
+
--------------------------------------------------
|
| 83 |
+
Epoch 21:
|
| 84 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9936
|
| 85 |
+
Training Loss: 0.0171, Validation Loss: 0.0178
|
| 86 |
+
--------------------------------------------------
|
| 87 |
+
Epoch 22:
|
| 88 |
+
Training Accuracy: 0.9944, Validation Accuracy: 0.9948
|
| 89 |
+
Training Loss: 0.0186, Validation Loss: 0.0159
|
| 90 |
+
--------------------------------------------------
|
| 91 |
+
Epoch 23:
|
| 92 |
+
Training Accuracy: 0.9946, Validation Accuracy: 0.9948
|
| 93 |
+
Training Loss: 0.0166, Validation Loss: 0.0167
|
| 94 |
+
--------------------------------------------------
|
| 95 |
+
Epoch 24:
|
| 96 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9934
|
| 97 |
+
Training Loss: 0.0167, Validation Loss: 0.0172
|
| 98 |
+
--------------------------------------------------
|
| 99 |
+
Epoch 25:
|
| 100 |
+
Training Accuracy: 0.9951, Validation Accuracy: 0.9954
|
| 101 |
+
Training Loss: 0.0156, Validation Loss: 0.0155
|
| 102 |
+
--------------------------------------------------
|
| 103 |
+
Epoch 26:
|
| 104 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9936
|
| 105 |
+
Training Loss: 0.0161, Validation Loss: 0.0173
|
| 106 |
+
--------------------------------------------------
|
| 107 |
+
Epoch 27:
|
| 108 |
+
Training Accuracy: 0.9950, Validation Accuracy: 0.9950
|
| 109 |
+
Training Loss: 0.0152, Validation Loss: 0.0153
|
| 110 |
+
--------------------------------------------------
|
| 111 |
+
Epoch 28:
|
| 112 |
+
Training Accuracy: 0.9947, Validation Accuracy: 0.9940
|
| 113 |
+
Training Loss: 0.0159, Validation Loss: 0.0162
|
| 114 |
+
--------------------------------------------------
|
| 115 |
+
Epoch 29:
|
| 116 |
+
Training Accuracy: 0.9946, Validation Accuracy: 0.9960
|
| 117 |
+
Training Loss: 0.0164, Validation Loss: 0.0141
|
| 118 |
+
--------------------------------------------------
|
| 119 |
+
Epoch 30:
|
| 120 |
+
Training Accuracy: 0.9958, Validation Accuracy: 0.9952
|
| 121 |
+
Training Loss: 0.0141, Validation Loss: 0.0147
|
| 122 |
+
--------------------------------------------------
|