Literature DB >> 29065583

Neural Network-Based Coronary Heart Disease Risk Prediction Using Feature Correlation Analysis.

Jae Kwon Kim1, Sanggil Kang1.   

Abstract

BACKGROUND: Of the machine learning techniques used in predicting coronary heart disease (CHD), neural network (NN) is popularly used to improve performance accuracy.
OBJECTIVE: Even though NN-based systems provide meaningful results based on clinical experiments, medical experts are not satisfied with their predictive performances because NN is trained in a "black-box" style.
METHOD: We sought to devise an NN-based prediction of CHD risk using feature correlation analysis (NN-FCA) using two stages. First, the feature selection stage, which makes features acceding to the importance in predicting CHD risk, is ranked, and second, the feature correlation analysis stage, during which one learns about the existence of correlations between feature relations and the data of each NN predictor output, is determined. RESULT: Of the 4146 individuals in the Korean dataset evaluated, 3031 had low CHD risk and 1115 had CHD high risk. The area under the receiver operating characteristic (ROC) curve of the proposed model (0.749 ± 0.010) was larger than the Framingham risk score (FRS) (0.393 ± 0.010).
CONCLUSIONS: The proposed NN-FCA, which utilizes feature correlation analysis, was found to be better than FRS in terms of CHD risk prediction. Furthermore, the proposed model resulted in a larger ROC curve and more accurate predictions of CHD risk in the Korean population than the FRS.

Entities:  

Mesh:

Year:  2017        PMID: 29065583      PMCID: PMC5606055          DOI: 10.1155/2017/2780501

Source DB:  PubMed          Journal:  J Healthc Eng        ISSN: 2040-2295            Impact factor:   2.682


1. Introduction

According to the World Health Organization (WHO), coronary heart disease (CHD) is one of the most dangerous diseases in the world. According to the WHO, around 17.7 million people died from CHD in 2015 [1]. CHD includes hyperlipidemia, myocardial infarction, and angina pectoris [2-4]. In general, medical experts arrive at diagnoses based on electrocardiography, sonography, angiography, and blood test results. CHD is not easily diagnosed during the early disease stage [5-8], but for effective treatment, its early diagnosis is important [9]. However, diagnoses are made based on medical experts' personal experiences and understanding of the disease, which increase the risks of errors, delay appropriate treatment, increase treatment times, and substantially increase costs. In order to solve these problems, many studies have been conducted on clinical decision support systems [10] using various techniques, such as data mining and machine learning [11-15]. Of the machine learning techniques that have been used to predict CHD, neural network (NN) is popularly used to improve performance accuracy [9, 16–20]. NN is good at generalizing data without domain knowledge of CHD prior to training. In addition, by analyzing complex data, NN makes it possible to discover new patterns and information related to CHD [21-23]. Although the NN-based systems mentioned above have provided meaningful results based on clinical experiments, medical experts remain dissatisfied with NN, because of its “black-box” characteristics [24-26], that is, predictors are trained without knowledge of relationships between input features and NN outputs. Many CHD-related features are used to train CHD predictors. Unnecessary or unimportant features for predicting CHD can be included during predictor training. In this case, when the new data is input, it does not predict correctly. In this paper, we propose an NN-based CHD risk prediction method based on feature correlation analysis (NN-FCA), which includes two processes, that is, feature selection and feature correlation analysis. First, during the feature selection stage, we ranked features with respect to their importance for predicting CHD risk. Rankings were calculated using feature sensitivity in a trained NN. Based on these rankings, NN was retrained after eliminating the lowest ranked features in a stepwise manner. This process was continued until the performance of the NN degraded as compared with the previous stage. Once necessary features were obtained using this process, we analyze the NN to know relationship between the features in generating NN output in order to model an NN predictor which can avoid the black-box style training. Second, during the feature correlation analysis stage, we analyzed features to identify feature relations and determine whether they were correlated with NN predictor outputs. If features were affected on contribution to predictor output by changing in any of them, features were considered correlated. The NN-based CHD predictor using feature correlation analysis is trained in the way that correlated features are connected in coupled and uncorrelated features are decoupled. To prove the predictive accuracy of our method, we used the 6th Korea National Health and Nutrition Examination Survey (KNHANES-VI) dataset [27] and evaluated the performances between Framingham risk scores (FRSs) [28, 29], other machine learning techniques, and proposed NN-FCA. The remainder of this paper consists of the following: Chapter 2 describes the proposed method; Chapter 3 detains results; Chapter 4 provides a discussion; and finally, our conclusions are stated in Chapter 5.

2. Method

The study design is shown in Figure 1. During step 1, KNHANES-VI dataset was examined and data was selected. In step 2, statistical analysis was performed to identify features related to CHD risk. In step 3, predictors of CHD risk were selected using feature sensitivity-based feature selection. In step 4, NN-based CHD risk predictors were trained using feature correlation analysis of features. In step 5, performance measurements were made to validate NN-based CHD risk predictions using feature correlation analysis.
Figure 1

Study design.

2.1. Dataset

The KNHANES-VI was conducted by the Korea Centers for Disease Control and Prevention. KNHANES identifies the health and nutritional status of the population that provides the statistics required to assess whether health policies are being effectively delivered. It also provides statistical data on smoking, drinking, physical activity, obesity, and disease requested by the World Health Organization (WHO) and the Organization for Economic Cooperation and Development (OECD) [27]. We use the KNHANES-VI dataset to perform CHD risk prediction. Input variables for training were age, sex, body mass index (BMI), total cholesterol (To_chole), HDL cholesterol, systolic blood pressure (SBP), diastolic blood pressure (DBP), triglyceride, hemoglobin, thyroid disease (TD), chronic renal failure (CRF), hepatitis type B (H_B), hepatitis type C (H_C), cirrhosis, smoking, and diabetes. The output variables used were CHD risk-related variables, that is, hypertension, dyslipidemia, stroke, myocardial infarction, and angina. When these five diseases are not present and do not exist, CHD is of low risk, but if one of the five is present, CHD is of high risk. 8108 record set of KNHANES-VI was used for the experiment. We excluded 3324 uncertain (nonrespondent, “Null” value) respondents and 638 records of individuals under 30 years old. The final CHD-related dataset comprised 4146 records.

2.2. Statistical Analysis

The nonparametric Mann–Whitney U test (continuous features) and the chi-square (categorical features) were used to compare age, sex, BMI, To_chole, HDL, SBP, DBP, triglyceride, hemoglobin, TD, CRF, H_B, H_C, cirrhosis, smoking, and diabetes in the low- and high-risk groups. The statistical analysis was performed using IBM SPSS Ver. 22.0 [30]. Several preoperative features were compared to determine the most effective method of CHD risk prediction. Confusion matrix and receiver operating characteristics (ROC) curve [31] were used for performance comparison. Confusion matrix provides a means of evaluating the performance of the classifier as shown in Table 1 [32]: positive predictive value (PPV), negative predictive value (NPV), and accuracy (1). PPV and NPV are the proportions of positive and negative results with true positive or true negative results, respectively. PPV and NPV describe the performance of diagnostic tests or other statistical measures [33]. The accuracy of a measurement system is the degree of closeness of measurements of a quantity to that quantity's true value [34]. It is constructed for output variable (CHD low risk, CHD high risk) in the validation dataset of each analysis. The limit of significance for all tests is P < 0.05.
Table 1

Confusion matrix.

Confusion matrixPrediction
PositiveNegative
ActualPositiveTrue positive (TP)False positive (FP)
NegativeFalse negative (FN)True negative (TN)

2.3. Feature Selection

From n features extracted for classifying low and high risks, we select features based on importance in contribution to good classification. The importance of each feature is measured by feature sensitivity from a trained NN predictor. The ith feature sensitivity, denoted as Sen(X, x), is calculated by an average of NN output changes between original dataset and noisy dataset which is generated by adding a very small noise (denoted as δ) to x. The ith feature sensitivity is where NNoutput(X) and NNoutput(X () are the outputs for the input, k, with an original input dataset, X, and the output with a noisy input (X () obtained by adding a very small amount of noise δ to the ith feature, respectively. All feature sensitivities were calculated individually with one feature sensitivity. The δ value was generated randomly within the range [a1, 0.0010]. Figure 2 presents a schematic diagram of the methodology for calculating the feature sensitivity using NN. All feature sensitivities were sorted in a descending order, and the feature with the lowest sensitivity of the feature set was eliminated. The NN was retrained using the remaining features and then verified to determine whether the performance is not degraded compared to that of the original NN trained using all features. If the performance is not degraded, then the aforementioned process repeats until the necessary features are determined.
Figure 2

A schematic diagram of calculating the feature sensitivity using NN.

2.4. Feature Correlation Analysis

To overcome the performance limitation of NN due to the characteristics of black-box training [24-26], prior information on the correlation relationship among the features was acquired using the feature sensitivity change in generating NNoutputs. The correlated features are connected to the hidden layer in a coupled connection. On the other hand, the uncorrelated features are connected in uncoupled connection. The sensitivity of a feature in a trained NN means the relative importance index in generating NNoutput. This contains the intention that if the magnitude of a feature increases, the importance of the feature increases while training NN. Moreover, if the magnitude of the increase in the feature affects the other features significantly, the corresponding features can be considered to be correlated with each other. To determine if the features are correlated or uncorrelated, this study examined the changes in feature sensitivity, as seen in the algorithm in Pseudocode 1. Figure 3 gives an example of the NN prediction model trained based on the feature relations, such as correlated and uncorrelated.
Pseudocode 1
Figure 3

An example of NN predictor using the feature correlation analysis.

3. Result

3.1. Characteristics

Table 2 lists the distribution of the preoperative parameters between the people at low risk and high risk of CHD.
Table 2

Characteristics (continuous variable: mean; categorical variable: count).

FeatureLow risk (3031 people)High risk (1115 people) P value
Age48.60063.1100.326
Sex0.893
 Male1301476
 Female1739639
BMI23.59425.0040.001
To_chole191.738188.8980.024
HDL52.64249.6710.001
SBP115.583128.2100.001
DBP75.61076.3970.035
Triglyceride131.570160.0740.001
Hemoglobin14.05713.9890.206
TD0.370
 No29811092
 Yes5023
CRF0.002
 No30271092
 Yes423
H_B0.933
 No30101107
 Yes218
H_C0.801
 No30291114
 Yes21
Cirrhosis0.349
 No30251111
 Yes64
Smoking0.001
 No2350972
 Yes681143
Diabetes0.001
 No2167458
Impaired fasting glucose671323
 Diabetes193334
The median age of the 4146 subjects was 52 years (range: 30–92; mean: 52.501). The median low-risk age and high-risk age were 47 years (range: 30–87; mean: 48.60) and 64 years (range: 30–92; mean: 63.11), respectively. The median BMI was 23.68 (range: 15.302–41.304; mean: 23.969). The median low-risk BMI and high-risk BMI were 23 (range: 15–40; mean: 23.594) and 25 (range: 16–41; mean: 25.004), respectively. The median To_chole level was 189 mg (range: 79–525; mean: 190.974). The median low-risk To_chole level and high-risk To_chole level were 190 mg (range: 89–384; mean: 191.738) and 185 mg (range: 79–525; mean: 188.898), respectively. The median HDL was 50 mg (range: 22–118; mean: 51.843). The median low-risk HDL and high-risk HDL were 51 mg (range: 22–111; mean: 52.642) and 48 mg (range: 23–118; mean: 49.671), respectively. The median SBP level was 117 mmHg (range: 75–219; mean: 118.979). The median low-risk SBP level and high-risk SBP level were 113 mmHg (range: 75–209; mean: 155.583) and 127 mmHg (range: 88–219; mean: 128.209), respectively. The median DBP was 75 mmHg (range: 10–137; mean: 75.822). The median low-risk DBP level and high-risk DBP level were 75 mmHg (range: 44–137; mean: 75.61) and 76 mmHg (range: 10–118; mean: 76.397), respectively. The median triglyceride level was 112.5 mmol/L (range: 20–1868; mean: 139.236). The median low-risk triglyceride level and high-risk triglyceride level were 106 mmol/L (range: 20–1868; mean: 131.570) and 129 mmol/L (range: 28–1397; mean: 160.0744), respectively. The median hemoglobin level was 13.9 mg/dl (range: 6.7–19.1; mean: 13.981). The median low-risk hemoglobin level and high-risk hemoglobin level were 14 mg/dl (range: 7–19; mean: 14.057) and 14 mg/dl (range: 7–18; mean: 13.989), respectively. The difference between the 2 groups (low risk and high risk) in age, BMI, To_chole, HDL, SBP, DBP, and triglyceride was significant (independent t-test): P = 0.001 (age), P = 0.001 (BMI), P = 0.024 (To_chole), P = 0.001 (HDL), P = 0.001 (SBP), P = 0.035 (DBP), P = 0.001 (triglyceride), and P = 0.206 (hemoglobin). The 4146 subjects were classified according to sex as female (1777) and male (2369). The TD was classified as no (4073) and yes (73). The CRF was classified as no (4134) and yes (12). The H_B was classified as no (4117) and yes (29). The H_C was classified as no (4143) and yes (3). Cirrhosis was classified as no (4136) and yes (10). Smoking was classified as no (3322) and yes (824). Diabetes was classified as no (2625). An impaired fasting glucose was classified as no (994) and yes (527). The difference between the 2 groups (low risk and high risk) in sex, TD, CRF, H_B, H_C, cirrhosis, smoking, and diabetes triglyceride was significant (chi-square test): P = 0.893 (sex), P = 0.370 (TD), P = 0.022 (CRF), P = 0.933 (H_B), P = 0.801 (H_C), P = 0.349 (cirrhosis), P = 0.001 (smoking), and P = 0.001 (diabetes).

3.2. Feature Sensitivity-Based Feature Selection Result

NN(X) consisted of 16 input nodes, 4 hidden nodes, and one output node. Noisy data (x) were applied to the trained NN(X) to calculate the sensitivity of each feature. Figure 4 outlines the calculation process of the feature sensitivity.
Figure 4

Calculation process of the feature sensitivity.

Table 3 presents the results of the feature sensitivity. From the Table, To_chole (0.100), age (0.081), SBP (0.073), and DBP (0.049) are considered the important features for CHD risk predictor. The NN is retrained by removing the lowest ranked feature one at a time until the performance of the NN degrades, as shown in Table 4. The best performance was obtained when only seven features (sex, hemoglobin, TD, CRF, H_B, H_C, and cirrhosis) were removed, with an 81.163% accuracy of predicting CHD.
Table 3

Results of feature sensitivity analysis.

FeaturesSensitivityNNoutput-NNoutput(xi + δ)Rank
NNk(X)0.815
NNk(X (xi−age))0.7340.0812
NNk(X (xi−sex))0.7260.00811
NNk(X (xi−BMI))0.7690.0385
NNk(X (xi−To_chole))0.6770.1001
NNk(X (xi−HDL))0.7030.0138
NNk(X (xi−SBP))0.7290.0733
NNk(X (xi−DBP))0.6930.0494
NNk(X (xi−triglyceride))0.7530.0137
NNk(X (xi−hemoglobin))0.7960.00612
NNk(X (xi−TD))0.8060.00313
NNk(X (xi−CRF))0.8020.01010
NNk(X (xi−H_B))0.8130.00115
NNk(X (xi−H_C))0.8130.00116
NNk(X (xi−cirrhosis))0.8120.00214
NNk(X (xi−smoking))0.8020.0129
NNk(X (xi−diabetes))0.7860.0246
Table 4

Results of NNs eliminating the lowest ranked features (%).

Without featuresAccuracy
Without 1 (H_C) feature77.743
Without 2 (H_C and H_B) features78.518
Without 3 (without 2 features and cirrhosis) features80.644
Without 4 (without 3 features and TD) features80.920
Without 5 (without 4 features and hemoglobin) features81.120
Without 6 (without 5 features and sex) features81.141
Without 7 (without 6 features and CRF) feature81.163
Without 8 (without 7 features and smoking) features81.018
Without 9 (without 8 features and HDL) features80.921
Without 10 (without 9 features and triglyceride) features80.222
Without 11 (without 10 features and diabetes) features79.522
Without 12 (without 11 features and BMI) features79.209

3.3. NN-Based CHD Risk Predictor Using Feature Correlation Analysis

From the result in Section 3.2, the nine features (age, BMI, To_chole, HDL, SBP, DBP, triglyceride, smoking, and diabetes) were selected and used for feature correlation analysis, as shown in Figure 5. The correlated features of each feature were determined according to the mutual effects on the sensitivity changes. In other words, the correlated features influenced their sensitivity changes in one another due to the amplification of a single feature. For example, the change in feature sensitivity of SBP was 0.017 when it was amplified, which is denoted as X(SBP), as listed in Table 5. The amplification on SBP is believed to have been affected by the sensitivity changes of three features, such as BMI (0.025), To_chole (0.042), and DBP (0.017), because they showed much or higher sensitivity changes than the average sensitivity change (0.017) of all the features. To verify the mutuality of the correlation, the sensitivity change of SBP was analyzed according to the amplification on BMI, To_chole, and DBP, respectively. For the amplification on BMI (X(SBP)), the sensitivity change of SBP is 0.007, which is much less than the average sensitivity change (0.012) of all features. Therefore, BMI is not considered to be correlated with SBP. For the amplification on To_chole (X(To_chole)), SBP was not correlated, similar to the BMI. On the other hand, for the amplification of DBP (X(DBP)), the sensitivity change of SBP was 0.035, which is larger than the average sensitivity change (0.022) of all features. Overall, the analysis showed that the SBP and DBP are correlated with each other. The correlated features for the remaining features were examined in the same way. Based on the correlation of features, the NN-based CHD risk predictor, in which the correlated features are coupled in connection to the hidden layer, was modelled, as seen in Figure 6. For example, BMI and DBP were coupled in connection to the hidden layer because both are correlated with each other.
Figure 5

The process of feature correlation analysis.

Table 5

Nine features (age, BMI, To_chole, HDL, SBP, DBP, triglyceride, smoking, and diabetes) are selected and used for feature correlation analysis.

Input datasetLearned NNk
X (age) X (BMI) X (To_chole) X (HDL) X (SBP) X (DBP) X (triglyceride) X (smoking) X (diabetes)
Age0.0800.0090.0160.0040.0110.0080.009 0.022 0.019
BMI0.0310.0380.019 0.013 0.025 0.026 0.0370.010 0.036
To_chole0.021 0.012 0.094 0.017 0.042 0.070 0.013 0.013 0.064
HDL0.0110.0100.0110.0110.0100.0080.0090.0090.002
SBP0.0120.0070.001 0.020 0.041 0.035 0.0080.0130.016
DBP 0.496 0.013 0.043 0.017 0.017 0.0210.001 0.029 0.045
Triglyceride0.0090.0050.0080.0080.0030.0050.0090.0050.006
Smoking0.0050.0040.0040.0030.0030.0080.0020.0120.007
Diabetes0.0020.0060.0030.0070.0080.0190.0050.0090.019

Average0.0740.0120.0220.0110.0170.0220.0100.0140.024

Candidates of correlated featureDBPTo_chole, DBPDBPBMI, To_chole, SBP, DBPBMI, To_chole, DBPBMI, To_chole, SBPTo_choleAge, DBPBMI, To_chole, DBP
Figure 6

NN-based CHD prediction using feature correlation analysis.

3.4. Performance Measure

The performance of the proposed NN-based CHD risk prediction was examined using feature correlation analysis, and the results were compared with those obtained by feature correlation analysis (NN_FCA) with logistic regression (LR), neural network (NN), and Framingham risk score (FRS) [28], using the performance metrics, such as confusion matrix (positive predictive value (PPV), negative predictive value (NPV), and accuracy) and ROC curve. The experimental dataset was divided into training set (70%) and validation set (30%). Table 6 lists the results of the performance measure.
Table 6

Results of performance measure with training set (%).

Training setValidation set
PPVNPVAccuracyPPVNPVAccuracy
LR57.2487.6386.1167.5383.6380.32
NN63.0488.6787.0467.5585.0881.09
FRS2.5485.486.6721.4954.4128.87
NN_FCA67.5789.0087.6371.2985.7082.51
From Table 5, FRS showed a lower performance with an accuracy of 28.87%. LR and NN gave high performance (80.32% and 81.09%, resp.), but the performance was lower than that of NN_FCA. NN_FCA showed the best performance compared to the other models in both the training set and validation set (87.63% and 82.51%). The PPV and NPV also showed the highest NN_FCA (71.29% and 85.70%, resp.) than the other models. The accuracy of NN_FCA was highest at 82.51% because the correlation relationship of the features is trained while training NN_FCA. The results of the ROC curve are shown in Table 7 and Figure 7. As shown on the left of the figure, FRS has a very low ROC area of 0.393 ± 0.010. Because FRS is a statistical method suitable for a specific population and environment, it appears to be unfit for the Korean population. LR and NN were 0.713 ± 0.010 and 0.735 ± 0.010, respectively. Here, NN was found to be effective for predicting the CHD risk, as reported in a previous study [17, 35]. On the other hand, as shown on the right of the figure, NN_FCA was 0.749 ± 0.010, which was better than the existing NN, because it removes the unnecessary features when training the prediction model. In other words, the sensitivity-based feature selection can effectively detect the features associated with a prediction of the risk of CHD.
Table 7

Results of ROC curve using validation set.

95% Confidence Interval
ROC curve P valueLower boundUpper bound
LR0.713 ± 0.0100.0010.6930.732
NN0.735 ± 0.0100.0010.7160.754
FSNN0.741 ± 0.0100.0010.7220.760
FRS0.393 ± 0.0100.0010.3730.414
NN_FCA0.749 ± 0.0100.0010.7310.768
Figure 7

Result of ROC curve (a) compared to LR, NN, and FRS; (b) compared to NN and NN_FCA.

As a result, the error rate can be reduced using NN_FCA because it removes the unnecessary connections between the nodes in NN. Therefore, NN_FCA is excellent in terms of the performance accuracy. The proposed NN_FCA is effective for predicting the risk of CHD.

4. Discussion

NN is a training method that imitates the human brain and is a very successful technique for predicting the relationship between the input values and target values. In addition, it is a predictive model for supporting a back propagation method and a powerful technique that can help in determining the support involved in the problems of classification, inference, prediction, and sequential reasoning [36, 37]. Substantial research has attempted to predict the CHD risk; LR and NN are used typically in machine learning. The prediction performance degrades because unnecessary features are considered during training LR and NN [9, 16–20]. The proposed method solves this problem by removing the unnecessary features using sensitivity-based feature selection. The most popular decision support of the risk of CHD is the Framingham risk score (FRS) [28], which provides the CHD risk index with a statistical technique using the patients' demographics and various medical examination information. Currently, the accuracy of the FRS is 28.87%, as evaluated using the KNHANES-VI dataset [27]. The FRS has difficulty in reflecting the environments, which change with time, and is limited to patients in a specific region because it uses the U.S. patients' data collected from 1960 to 1970 [29]. Many studies have been conducted to predict the risk of CHD using machine learning. Arabasadi et al. [35] proposed a hybrid neural network genetic for a CHD risk prediction in 2017. In this work, the input features were selected using a genetic algorithm and the CHD predictor was then modelled with a neural network. Narain et al. [9] developed a CHD risk prediction system modelled with the quantum neural network in 2016. This work increased the quantum interval according to the error value of the output layer during training and provided weights to the sigmoid function. Verma et al. [16] proposed a novel hybrid method, in which feature selection, particle swarm optimization, and K-means were used for a CHD prediction in 2016. They finally employed supervised learning, such as NN, LR, and fuzzy unordered rule induction as well as a C4.5 decision tree for classification. Zhao and Ma [17] proposed an intelligent noninvasive diagnosis system based on empirical mode decomposition-Teager energy operator to estimate the instantaneous frequency of diastolic murmurs and back propagation NN to classify the murmurs in 2008. They worked on classifying a normal group and CHD group according to the electrocardiogram (ECG) signal for diastolic murmurs. Akay [18] proposed a CHD predictor modelled using a NN in 1992. They presented a clinical demonstration from the data of 100 patients. Kukar et al. [19] proposed a CHD prediction system using the ECG data and modelled it with a Bayesian NN. Detrano et al. [20] developed a CHD prediction system modelled from the data of 425 patients using the LR technique. As mentioned above, CHD prediction studies using NNs are ongoing. This study was conducted to predict the risk of CHD in Koreans. In general, heart disease is influenced by age, sex, BMI, total cholesterol, HDL, systolic blood pressure, diastolic blood pressure, smoking, and diabetes [38-46]. In Koreans, CHD was not found to be associated with sex, hemoglobin, thyroid disease, H_B, H_C, or cirrhosis disease (P value < 0.05). On the other hand, triglyceride and CRF were associated with CHD (P value = 0.035). Triglyceride is an important factor in predicting the risk of CHD. This study confirmed that triglyceride is a very important factor for CHD in Koreans. In addition, the results of NN-based CHD risk prediction using feature correlation analysis showed that SBP and DBP are correlated. This is reasonable because both have similar characteristics. In addition, BMI and DBP are closely related, that is, obese people have high blood pressure in general [47]. In addition, the relationship between DBP and total cholesterol affects CHD [48]. The proposed NN-based CHD risk prediction using feature correlation analysis showed higher accuracy (82.51%) in a CHD prediction compared to the other models and proved to be more useful than the FRS applied in the past.

5. Conclusion

This paper proposed an NN-based CHD risk prediction using feature correlation analysis (NN-FCA) and experimented with the KNHANES-VI dataset. The proposed model will improve the CHD risk and decision support for suitable treatment. Sex, hemoglobin, thyroid disease, H_B, H_C, and cirrhosis were not associated, whereas triglyceride and CRF were closely related to CHD. In addition, triglyceride is a very important factor in the risk of CHD in Koreans. Furthermore, the correlated features are BMI and DBP, DBP and total cholesterol, and SBP and DBP. The proposed model was as good as FRS in terms of the CHD risk prediction. Compared to the validation of the FRS for the Korean population, the proposed model resulted in a larger ROC curve and more accurate CHD risk prediction. The proposed model acknowledging such characteristics was developed, which may aid in the prevention of heart disease in these individuals. This might deliver great benefit to people in terms of predicting, beyond a simple prediction of the CHD risk and the quantitative survival time. Furthermore, a self-diagnosis algorithm or a similar clinical decision support system could be developed and applied meaningfully if the NN-FCA can be applied to diseases other than CHD.
  31 in total

1.  Analysing and improving the diagnosis of ischaemic heart disease with machine learning.

Authors:  M Kukar; I Kononenko; C Groselj; K Kralj; J Fettich
Journal:  Artif Intell Med       Date:  1999-05       Impact factor: 5.326

2.  Estimates of global and regional potential health gains from reducing multiple major risk factors.

Authors:  Majid Ezzati; Stephen Vander Hoorn; Anthony Rodgers; Alan D Lopez; Colin D Mathers; Christopher J L Murray
Journal:  Lancet       Date:  2003-07-26       Impact factor: 79.321

3.  Implementation of a web based universal exchange and inference language for medicine: Sparse data, probabilities and inference in data mining of clinical data repositories.

Authors:  Barry Robson; Srinidhi Boray
Journal:  Comput Biol Med       Date:  2015-07-28       Impact factor: 4.589

4.  Identifying high-cost patients using data mining techniques and a small set of non-trivial attributes.

Authors:  Seyed Abdolmotalleb Izad Shenas; Bijan Raahemi; Mohammad Hossein Tekieh; Craig Kuziemsky
Journal:  Comput Biol Med       Date:  2014-07-22       Impact factor: 4.589

5.  Electrocardiographic left ventricular hypertrophy and risk of coronary heart disease. The Framingham study.

Authors:  W B Kannel; T Gordon; W P Castelli; J R Margolis
Journal:  Ann Intern Med       Date:  1970-06       Impact factor: 25.391

6.  Computer aided decision making for heart disease detection using hybrid neural network-Genetic algorithm.

Authors:  Zeinab Arabasadi; Roohallah Alizadehsani; Mohamad Roshanzamir; Hossein Moosaei; Ali Asghar Yarifard
Journal:  Comput Methods Programs Biomed       Date:  2017-01-18       Impact factor: 5.428

7.  Usefulness of high-sensitivity C-reactive protein in predicting long-term risk of death or acute myocardial infarction in patients with unstable or stable angina pectoris or acute myocardial infarction.

Authors:  James S Zebrack; Jeffrey L Anderson; Chloe Allen Maycock; Benjamin D Horne; Tami L Bair; Joseph Brent Muhlestein
Journal:  Am J Cardiol       Date:  2002-01-15       Impact factor: 2.778

8.  A new machine learning approach for predicting the response to anemia treatment in a large cohort of End Stage Renal Disease patients undergoing dialysis.

Authors:  Carlo Barbieri; Flavio Mari; Andrea Stopper; Emanuele Gatti; Pablo Escandell-Montero; José M Martínez-Martínez; José D Martín-Guerrero
Journal:  Comput Biol Med       Date:  2015-03-23       Impact factor: 4.589

9.  Correlation of intravascular ultrasound findings with histopathological analysis of thrombus aspirates in patients with very late drug-eluting stent thrombosis.

Authors:  Stéphane Cook; Elena Ladich; Gaku Nakazawa; Parham Eshtehardi; Michel Neidhart; Rolf Vogel; Mario Togni; Peter Wenaweser; Michael Billinger; Christian Seiler; Steffen Gay; Bernhard Meier; Werner J Pichler; Peter Jüni; Renu Virmani; Stephan Windecker
Journal:  Circulation       Date:  2009-07-20       Impact factor: 29.690

10.  Relationships between body mass index, cardiovascular mortality, and risk factors: a report from the SCORE investigators.

Authors:  Alexandra Dudina; Marie Therese Cooney; Dirk De Bacquer; Guy De Backer; Pierre Ducimetière; Pekka Jousilahti; Ulrich Keil; Alessandro Menotti; Inger Njølstad; Rafael Oganov; Susana Sans; Troels Thomsen; Aage Tverdal; Hans Wedel; Peter Whincup; Lars Wilhelmsen; Ronan Conroy; Anthony Fitzgerald; Ian Graham
Journal:  Eur J Cardiovasc Prev Rehabil       Date:  2011-06-03
View more
  10 in total

1.  IAPSO-AIRS: A novel improved machine learning-based system for wart disease treatment.

Authors:  Moloud Abdar; Vivi Nur Wijayaningrum; Sadiq Hussain; Roohallah Alizadehsani; Pawel Plawiak; U Rajendra Acharya; Vladimir Makarenkov
Journal:  J Med Syst       Date:  2019-06-07       Impact factor: 4.460

2.  Deep learning approach for diabetes prediction using PIMA Indian dataset.

Authors:  Huma Naz; Sachin Ahuja
Journal:  J Diabetes Metab Disord       Date:  2020-04-14

3.  Cardiac well-being indexes: a decision support tool to monitor cardiovascular health.

Authors:  Ana Duarte; Orlando Belo
Journal:  J Integr Bioinform       Date:  2021-03-29

Review 4.  Automated Diagnosis of Coronary Artery Disease: A Review and Workflow.

Authors:  Qurat-Ul-Ain Mastoi; Teh Ying Wah; Ram Gopal Raj; Uzair Iqbal
Journal:  Cardiol Res Pract       Date:  2018-02-04       Impact factor: 1.866

5.  Reconstruction error based deep neural networks for coronary heart disease risk prediction.

Authors:  Tsatsral Amarbayasgalan; Kwang Ho Park; Jong Yun Lee; Keun Ho Ryu
Journal:  PLoS One       Date:  2019-12-05       Impact factor: 3.240

6.  Computer-Aided Diagnostics of Heart Disease Risk Prediction Using Boosting Support Vector Machine.

Authors:  Ebenezer Owusu; Prince Boakye-Sekyerehene; Justice Kwame Appati; Julius Yaw Ludu
Journal:  Comput Intell Neurosci       Date:  2021-12-23

7.  Prediction of coronary heart disease in rural Chinese adults: a cross sectional study.

Authors:  Qian Wang; Wenxing Li; Yongbin Wang; Huijun Li; Desheng Zhai; Weidong Wu
Journal:  PeerJ       Date:  2021-10-11       Impact factor: 2.984

8.  Significance of Visible Non-Invasive Risk Attributes for the Initial Prediction of Heart Disease Using Different Machine Learning Techniques.

Authors:  Syed Immamul Ansarullah; Syed Mohsin Saif; Pradeep Kumar; Mudasir Manzoor Kirmani
Journal:  Comput Intell Neurosci       Date:  2022-02-21

9.  The Efficacy of Machine-Learning-Supported Smart System for Heart Disease Prediction.

Authors:  Nurul Absar; Emon Kumar Das; Shamsun Nahar Shoma; Mayeen Uddin Khandaker; Mahadi Hasan Miraz; M R I Faruque; Nissren Tamam; Abdelmoneim Sulieman; Refat Khan Pathan
Journal:  Healthcare (Basel)       Date:  2022-06-18

10.  AI-based prediction for the risk of coronary heart disease among patients with type 2 diabetes mellitus.

Authors:  Rui Fan; Ning Zhang; Longyan Yang; Jing Ke; Dong Zhao; Qinghua Cui
Journal:  Sci Rep       Date:  2020-09-02       Impact factor: 4.379

  10 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.