TL;DR
This paper introduces an efficient two-layer CNN designed to predict Coronary Heart Disease from imbalanced clinical data, demonstrating resilience to class imbalance and achieving high classification accuracy.
Contribution
The study presents a novel CNN architecture with a feature homogenization step and a training routine inspired by simulated annealing, improving CHD prediction on imbalanced datasets.
Findings
Achieved 77% accuracy in CHD classification
Maintained high performance despite 35:1 class imbalance
Proposed a feature homogenization and training routine enhancement
Abstract
This study proposes an efficient neural network with convolutional layers to classify significantly class-imbalanced clinical data. The data are curated from the National Health and Nutritional Examination Survey (NHANES) with the goal of predicting the occurrence of Coronary Heart Disease (CHD). While the majority of the existing machine learning models that have been used on this class of data are vulnerable to class imbalance even after the adjustment of class-specific weights, our simple two-layer CNN exhibits resilience to the imbalance with fair harmony in class-specific performance. In order to obtain significant improvement in classification accuracy under supervised learning settings, it is a common practice to train a neural network architecture with a massive data and thereafter, test the resulting network on a comparatively smaller amount of data. However, given a highly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
