| { | |
| "model_name": "Enhanced_1D_CNN_19Classes_v3", | |
| "version": "v03", | |
| "created": "2025-11-30T19:57:52.553525", | |
| "num_classes": 19, | |
| "disease_names": [ | |
| "Fulminant/Viral Myocarditis", | |
| "Acute Myocarditis", | |
| "Myocarditis Unspecified", | |
| "Dilated Cardiomyopathy", | |
| "Hypertrophic Cardiomyopathy", | |
| "Cardiomyopathy Unspecified", | |
| "Noncompaction Ventricular Myocardium", | |
| "Kawasaki Disease", | |
| "Ventricular Septal Defect", | |
| "Atrial Septal Defect", | |
| "Atrioventricular Septal Defect", | |
| "Tetralogy of Fallot", | |
| "Pulmonary Valve Stenosis", | |
| "Patent Ductus Arteriosus", | |
| "Pulmonary Artery Stenosis", | |
| "Pulmonary Valve Regurgitation", | |
| "Mitral Valve Insufficiency", | |
| "Congenital Heart Malformation", | |
| "Healthy" | |
| ], | |
| "icd_codes": [ | |
| "I40.0", | |
| "I40.9", | |
| "I51.4", | |
| "I42.0", | |
| "I42.2", | |
| "I42.9", | |
| "Q24.8", | |
| "M30.3", | |
| "Q21.0", | |
| "Q21.1", | |
| "Q21.2", | |
| "Q21.3", | |
| "Q22.1", | |
| "Q25.0", | |
| "Q25.6", | |
| "I37.0", | |
| "I34.0", | |
| "Q24.9", | |
| "Healthy" | |
| ], | |
| "icd_to_disease_name": { | |
| "I40.0": "Fulminant/Viral Myocarditis", | |
| "I40.9": "Acute Myocarditis", | |
| "I51.4": "Myocarditis Unspecified", | |
| "I42.0": "Dilated Cardiomyopathy", | |
| "I42.2": "Hypertrophic Cardiomyopathy", | |
| "I42.9": "Cardiomyopathy Unspecified", | |
| "Q24.8": "Noncompaction Ventricular Myocardium", | |
| "M30.3": "Kawasaki Disease", | |
| "Q21.0": "Ventricular Septal Defect", | |
| "Q21.1": "Atrial Septal Defect", | |
| "Q21.2": "Atrioventricular Septal Defect", | |
| "Q21.3": "Tetralogy of Fallot", | |
| "Q22.1": "Pulmonary Valve Stenosis", | |
| "Q25.0": "Patent Ductus Arteriosus", | |
| "Q25.6": "Pulmonary Artery Stenosis", | |
| "I37.0": "Pulmonary Valve Regurgitation", | |
| "I34.0": "Mitral Valve Insufficiency", | |
| "Q24.9": "Congenital Heart Malformation", | |
| "Healthy": "Healthy" | |
| }, | |
| "disease_groups": { | |
| "Myocarditis": [ | |
| "I40.0", | |
| "I40.9", | |
| "I51.4" | |
| ], | |
| "Cardiomyopathy": [ | |
| "I42.0", | |
| "I42.2", | |
| "I42.9", | |
| "Q24.8" | |
| ], | |
| "Kawasaki": [ | |
| "M30.3" | |
| ], | |
| "CHD": [ | |
| "Q21.0", | |
| "Q21.1", | |
| "Q21.2", | |
| "Q21.3", | |
| "Q22.1", | |
| "Q25.0", | |
| "Q25.6", | |
| "I37.0", | |
| "I34.0", | |
| "Q24.9" | |
| ] | |
| }, | |
| "architecture": { | |
| "type": "Enhanced 1D CNN", | |
| "blocks": "64\u2192128\u2192256\u2192512 filters", | |
| "features": [ | |
| "Squeeze-Excitation", | |
| "Temporal Attention", | |
| "Residual Connections" | |
| ], | |
| "pooling": "Adaptive (Global Avg + Max)", | |
| "total_params": 4104363 | |
| }, | |
| "training": { | |
| "epochs": 47, | |
| "batch_size": 16, | |
| "learning_rate": 0.001, | |
| "loss": "Focal Loss (alpha=0.25, gamma=2.0)", | |
| "optimizer": "Adam" | |
| }, | |
| "data": { | |
| "total_samples": 14189, | |
| "train_samples": 9932, | |
| "val_samples": 2128, | |
| "test_samples": 2129, | |
| "sampling_rate": 500, | |
| "num_channels": 12, | |
| "variable_length": true, | |
| "length_range": "5.0s - 112.0s" | |
| }, | |
| "test_metrics": { | |
| "subset_accuracy": 0.6712071395021136, | |
| "hamming_loss": 0.025240414328446762, | |
| "f1_micro": 0.7367878319154422, | |
| "f1_macro": 0.045103763907519925, | |
| "f1_weighted": 0.648103905036729, | |
| "precision_micro": 0.8676381299332119, | |
| "recall_micro": 0.6402329749103942 | |
| }, | |
| "per_class_results": { | |
| "Acute Myocarditis": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.5211892402076451, | |
| "support": 10 | |
| }, | |
| "Myocarditis Unspecified": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.48553409940844494, | |
| "support": 28 | |
| }, | |
| "Dilated Cardiomyopathy": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.6764427361853833, | |
| "support": 17 | |
| }, | |
| "Hypertrophic Cardiomyopathy": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.8030089327691584, | |
| "support": 2 | |
| }, | |
| "Cardiomyopathy Unspecified": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.7473700737949442, | |
| "support": 6 | |
| }, | |
| "Kawasaki Disease": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.5302239288950252, | |
| "support": 22 | |
| }, | |
| "Ventricular Septal Defect": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.7575439927588319, | |
| "support": 152 | |
| }, | |
| "Atrial Septal Defect": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.772888934801216, | |
| "support": 136 | |
| }, | |
| "Atrioventricular Septal Defect": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.874895178197065, | |
| "support": 9 | |
| }, | |
| "Tetralogy of Fallot": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.9088430535798957, | |
| "support": 20 | |
| }, | |
| "Pulmonary Valve Stenosis": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.7572941176470588, | |
| "support": 4 | |
| }, | |
| "Patent Ductus Arteriosus": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.6519405777340901, | |
| "support": 61 | |
| }, | |
| "Pulmonary Artery Stenosis": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.8650047036688617, | |
| "support": 3 | |
| }, | |
| "Pulmonary Valve Regurgitation": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.775852752448497, | |
| "support": 14 | |
| }, | |
| "Mitral Valve Insufficiency": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.7454115421002838, | |
| "support": 15 | |
| }, | |
| "Congenital Heart Malformation": { | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1": 0.0, | |
| "roc_auc": 0.7265728300277244, | |
| "support": 45 | |
| }, | |
| "Healthy": { | |
| "precision": 0.8676381299332119, | |
| "recall": 0.8465639810426541, | |
| "f1": 0.8569715142428785, | |
| "roc_auc": 0.7353521187305887, | |
| "support": 1688 | |
| } | |
| } | |
| } |