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

GENE_FAMILY: GATA

+
+ +
+
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       5335       50.15
+0       5304       49.85
+

Additional Metrics

+
    +
  • Total Samples: 10639
  • +
  • Imbalance Ratio: 1.01
  • +
+
+
+

Classification Report

+
              precision    recall  f1-score   support
+
+     Class 0     0.9905    0.9859    0.9882      1061
+     Class 1     0.9860    0.9906    0.9883      1067
+
+    accuracy                         0.9883      2128
+   macro avg     0.9883    0.9882    0.9883      2128
+weighted avg     0.9883    0.9883    0.9883      2128
+
+

Metrics

+
+
    +
  • True Positives (TP): 1057
  • +
  • True Negatives (TN): 1046
  • +
+
    +
  • False Positives (FP): 15
  • +
  • False Negatives (FN): 10
  • +
+
+
+
+

Confusion Matrix

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

Model Architecture

+
Model: "FEEDFORWARD_k3"
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓
+┃ Layer (type)                         ┃ Output Shape                ┃         Param # ┃
+┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩
+│ dense_5 (Dense)                      │ (None, 256)                 │       2,275,584 │
+├──────────────────────────────────────┼────────���────────────────────┼─────────────────┤
+│ 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,956,549 (26.54 MB)
+ Trainable params: 2,318,849 (8.85 MB)
+ Non-trainable params: 0 (0.00 B)
+ Optimizer params: 4,637,700 (17.69 MB)
+
+
+
+

Learning Curve

+ Learning Curve +
+
+
+
+

Class Distribution

+
       Count  Percentage
+class                   
+1       5335       50.15
+0       5304       49.85
+

Additional Metrics

+
    +
  • Total Samples: 10639
  • +
  • Imbalance Ratio: 1.01
  • +
+
+
+

Classification Report

+
              precision    recall  f1-score   support
+
+     Class 0     0.9962    0.9972    0.9967      1061
+     Class 1     0.9972    0.9963    0.9967      1067
+
+    accuracy                         0.9967      2128
+   macro avg     0.9967    0.9967    0.9967      2128
+weighted avg     0.9967    0.9967    0.9967      2128
+
+

Metrics

+
+
    +
  • True Positives (TP): 1063
  • +
  • True Negatives (TN): 1058
  • +
+
    +
  • False Positives (FP): 3
  • +
  • False Negatives (FN): 4
  • +
+
+
+
+

Confusion Matrix

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

Model Architecture

+
Model: "FEEDFORWARD_k4"
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓
+┃ Layer (type)                         ┃ Output Shape                ┃         Param # ┃
+┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩
+│ dense_10 (Dense)                     │ (None, 256)                 │      39,287,040 │
+├──────────────────────────────────────┼─────────────────────────────┼─────────────────┤
+│ 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: 117,984,773 (450.08 MB)
+ Trainable params: 39,328,257 (150.03 MB)
+ Non-trainable params: 0 (0.00 B)
+ Optimizer params: 78,656,516 (300.05 MB)
+
+
+
+

Learning Curve

+ Learning Curve +
+
+
+
+

Class Distribution

+
       Count  Percentage
+class                   
+1       5335       50.15
+0       5304       49.85
+

Additional Metrics

+
    +
  • Total Samples: 10639
  • +
  • Imbalance Ratio: 1.01
  • +
+
+
+

Classification Report

+
              precision    recall  f1-score   support
+
+     Class 0     0.9888    0.9991    0.9939      1061
+     Class 1     0.9991    0.9888    0.9939      1067
+
+    accuracy                         0.9939      2128
+   macro avg     0.9939    0.9939    0.9939      2128
+weighted avg     0.9939    0.9939    0.9939      2128
+
+

Metrics

+
+
    +
  • True Positives (TP): 1055
  • +
  • True Negatives (TN): 1060
  • +
+
    +
  • False Positives (FP): 1
  • +
  • False Negatives (FN): 12
  • +
+
+
+
+

Confusion Matrix

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