| { | |
| "model_type": "CyberClassifier", | |
| "input_dim": 768, | |
| "hidden_dims": [ | |
| 512, | |
| 256, | |
| 128 | |
| ], | |
| "output_dim": 1, | |
| "activation": "relu", | |
| "final_activation": "sigmoid", | |
| "metrics": { | |
| "loss": 0.4365079700946808, | |
| "accuracy": 0.7998024830699775, | |
| "precision": 0.6722210504113056, | |
| "recall": 0.7128159248490271, | |
| "auc": 0.8627784804955768, | |
| "f1": 0.691923577941815, | |
| "tp": 3187, | |
| "tn": 8151, | |
| "fp": 1554, | |
| "fn": 1284, | |
| "specificity": 0.8398763523956724, | |
| "npv": 0.8639109697933227 | |
| }, | |
| "framework": "pytorch" | |
| } |