paper-with-me

홈 › Papers

An Efficient Convolutional Neural Network for Coronary Heart Disease Prediction

2019-09-01 · Aniruddha Dutta, Tamal Batabyal, Meheli Basu, Scott T. Acton

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 imbalanced dataset, it is often challenging to achieve a high class 1 (true CHD prediction rate) accuracy as the testing data size increases. We adopt a two-step approach: first, we employ least absolute shrinkage and selection operator (LASSO) based feature weight assessment followed by majority-voting based identification of important features. Next, the important features are homogenized by using a fully connected layer, a crucial step before passing the output of the layer to successive convolutional stages. We also propose a training routine per epoch, akin to a simulated annealing process, to boost the classification accuracy. Despite a 35:1 (Non-CHD:CHD) ratio in the NHANES dataset, the investigation confirms that our proposed CNN architecture has the classification power of 77% to correctly classify the presence of CHD and 81.8% the absence of CHD cases on a testing data, which is 85.70% of the total dataset. ( (<1920 characters)Please check the paper for full abstract)

📄 PDF Abstract BibTeX arXiv:1909.00489

Code (1)

anik-UCB/CNN-CardioPrediction tf

Tasks

Class-Specific PerformanceDisease PredictionEfficient Neural NetworkGeneral Classification

Similar Papers 제목 키워드 기반

Machine Learning-Based Classification Algorithms for the Prediction of Coronary Heart Diseases

2021-12-02 · Kelvin Kwakye, Emmanuel Dadzie

Coronary heart disease, which is a form of cardiovascular disease (CVD), is the leading cause of death worldwide. The odds of survival are good if it is found or diagnosed early. The current report discusses a comparativ…

BIG-bench Machine Learningfeature selection

Predicting Coronary Heart Disease Using a Suite of Machine Learning Models

2024-09-21 · Jamal Al-Karaki, Philip Ilono, Sanchit Baweja, Jalal Naghiyev 외

Coronary Heart Disease affects millions of people worldwide and is a well-studied area of healthcare. There are many viable and accurate methods for the diagnosis and prediction of heart disease, but they have limiting p…

Performance Analysis of Multiclass Support Vector Machine Classification for Diagnosis of Coronary Heart Diseases

2015-11-07 · Wiharto Wiharto, Hari Kusnanto, Herianto Herianto

Automatic diagnosis of coronary heart disease helps the doctor to support in decision making a diagnosis. Coronary heart disease have some types or levels. Referring to the UCI Repository dataset, it divided into 4 types…

Binary ClassificationClassificationDecision MakingGeneral Classification

Peptidomic-Based Prediction Model for Coronary Heart Disease Using a Multilayer Perceptron Neural Network

2025-09-04 · Jesus Celis-Porras arxiv

Coronary heart disease (CHD) is a leading cause of death worldwide and contributes significantly to annual healthcare expenditures. To develop a non-invasive diagnostic approach, we designed a model based on a multilayer…

Coronary Artery Disease Diagnosis; Ranking the Significant Features Using Random Trees Model

2020-01-16 · Javad Hassannataj Joloudari, Edris Hassannataj Joloudari, Hamid Saadatfar, Mohammad GhasemiGol 외

Heart disease is one of the most common diseases in middle-aged citizens. Among the vast number of heart diseases, the coronary artery disease (CAD) is considered as a common cardiovascular disease with a high death rate…

BIG-bench Machine Learning