diff --git "a/Train-Reports/B3/report_N8QIE94Q.html" "b/Train-Reports/B3/report_N8QIE94Q.html" new file mode 100644--- /dev/null +++ "b/Train-Reports/B3/report_N8QIE94Q.html" @@ -0,0 +1,265 @@ + + + + GENE_FAMILY: B3 + + + +
+

GENE_FAMILY: B3

+
+ +
+
MODEL: FEEDFORWARD_k2
+
+
+

Model Architecture

+
Model: "FEEDFORWARD_k2"
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓
+┃ Layer (type)                         ┃ Output Shape                ┃         Param # ┃
+┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩
+│ dense (Dense)                        │ (None, 256)                 │         113,152 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout (Dropout)                    │ (None, 256)                 │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_1 (Dense)                      │ (None, 128)                 │          32,896 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_1 (Dropout)                  │ (None, 128)                 │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_2 (Dense)                      │ (None, 64)                  │           8,256 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_2 (Dropout)                  │ (None, 64)                  │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_3 (Dense)                      │ (None, 32)                  │           2,080 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_3 (Dropout)                  │ (None, 32)                  │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_4 (Dense)                      │ (None, 1)                   │              33 │
+└───────────────────────────────────��──┴─────────────────────────────┴─────────────────┘
+ Total params: 469,253 (1.79 MB)
+ Trainable params: 156,417 (611.00 KB)
+ Non-trainable params: 0 (0.00 B)
+ Optimizer params: 312,836 (1.19 MB)
+
+
+
+

Learning Curve

+ Learning Curve +
+
+
+
+

Class Distribution

+
       Count  Percentage
+class                   
+1       2504       50.08
+0       2496       49.92
+

Additional Metrics

+
    +
  • Total Samples: 5000
  • +
  • Imbalance Ratio: 1.00
  • +
+
+
+

Classification Report

+
              precision    recall  f1-score   support
+
+     Class 0     0.9369    0.9519    0.9443       499
+     Class 1     0.9513    0.9361    0.9437       501
+
+    accuracy                         0.9440      1000
+   macro avg     0.9441    0.9440    0.9440      1000
+weighted avg     0.9441    0.9440    0.9440      1000
+
+

Metrics

+
+
    +
  • True Positives (TP): 469
  • +
  • True Negatives (TN): 475
  • +
+
    +
  • False Positives (FP): 24
  • +
  • False Negatives (FN): 32
  • +
+
+
+
+

Confusion Matrix

+ Confusion Matrix +
+
+
+ +
+
MODEL: FEEDFORWARD_k3
+
+
+

Model Architecture

+
Model: "FEEDFORWARD_k3"
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓
+┃ Layer (type)                         ┃ Output Shape                ┃         Param # ┃
+┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩
+│ dense_5 (Dense)                      │ (None, 256)                 │       2,232,832 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_4 (Dropout)                  │ (None, 256)                 │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_6 (Dense)                      │ (None, 128)                 │          32,896 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_5 (Dropout)                  │ (None, 128)                 │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_7 (Dense)                      │ (None, 64)                  │           8,256 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_6 (Dropout)                  │ (None, 64)                  │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_8 (Dense)                      │ (None, 32)                  │           2,080 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_7 (Dropout)                  │ (None, 32)                  │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_9 (Dense)                      │ (None, 1)                   │              33 │
+└──────────────────────────────────────┴─────────────────────────────┴─────────────────┘
+ Total params: 6,828,293 (26.05 MB)
+ Trainable params: 2,276,097 (8.68 MB)
+ Non-trainable params: 0 (0.00 B)
+ Optimizer params: 4,552,196 (17.37 MB)
+
+
+
+

Learning Curve

+ Learning Curve +
+
+
+
+

Class Distribution

+
       Count  Percentage
+class                   
+1       2504       50.08
+0       2496       49.92
+

Additional Metrics

+
    +
  • Total Samples: 5000
  • +
  • Imbalance Ratio: 1.00
  • +
+
+
+

Classification Report

+
              precision    recall  f1-score   support
+
+     Class 0     0.9733    0.9479    0.9604       499
+     Class 1     0.9494    0.9741    0.9616       501
+
+    accuracy                         0.9610      1000
+   macro avg     0.9613    0.9610    0.9610      1000
+weighted avg     0.9613    0.9610    0.9610      1000
+
+

Metrics

+
+
    +
  • True Positives (TP): 488
  • +
  • True Negatives (TN): 473
  • +
+
    +
  • False Positives (FP): 26
  • +
  • False Negatives (FN): 13
  • +
+
+
+
+

Confusion Matrix

+ Confusion Matrix +
+
+
+ +
+
MODEL: FEEDFORWARD_k4
+
+
+

Model Architecture

+
Model: "FEEDFORWARD_k4"
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓
+┃ Layer (type)                         ┃ Output Shape                ┃         Param # ┃
+┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩
+│ dense_10 (Dense)                     │ (None, 256)                 │      37,680,640 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_8 (Dropout)                  │ (None, 256)                 │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_11 (Dense)                     │ (None, 128)                 │          32,896 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_9 (Dropout)                  │ (None, 128)                 │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_12 (Dense)                     │ (None, 64)                  │           8,256 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dropout_10 (Dropout)                 │ (None, 64)                  │               0 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ dense_13 (Dense)                     │ (None, 1)                   │              65 │
+└──────────────────────────────────────┴─────────────────────────────┴─────────────────┘
+ Total params: 113,165,573 (431.69 MB)
+ Trainable params: 37,721,857 (143.90 MB)
+ Non-trainable params: 0 (0.00 B)
+ Optimizer params: 75,443,716 (287.79 MB)
+
+
+
+

Learning Curve

+ Learning Curve +
+
+
+
+

Class Distribution

+
       Count  Percentage
+class                   
+1       2504       50.08
+0       2496       49.92
+

Additional Metrics

+
    +
  • Total Samples: 5000
  • +
  • Imbalance Ratio: 1.00
  • +
+
+
+

Classification Report

+
              precision    recall  f1-score   support
+
+     Class 0     0.9724    0.9880    0.9801       499
+     Class 1     0.9878    0.9721    0.9799       501
+
+    accuracy                         0.9800      1000
+   macro avg     0.9801    0.9800    0.9800      1000
+weighted avg     0.9801    0.9800    0.9800      1000
+
+

Metrics

+
+
    +
  • True Positives (TP): 487
  • +
  • True Negatives (TN): 493
  • +
+
    +
  • False Positives (FP): 6
  • +
  • False Negatives (FN): 14
  • +
+
+
+
+

Confusion Matrix

+ Confusion Matrix +
+
+
+ + + + \ No newline at end of file