Literature DB >> 31885684

A Feature-Driven Decision Support System for Heart Failure Prediction Based on χ 2 Statistical Model and Gaussian Naive Bayes.

Liaqat Ali1,2, Shafqat Ullah Khan3, Noorbakhsh Amiri Golilarz4, Imrana Yakubu4, Iqbal Qasim5, Adeeb Noor6, Redhwan Nour7.   

Abstract

Heart failure (HF) is considered a deadliest disease worldwide. Therefore, different intelligent medical decision support systems have been widely proposed for detection of HF in literature. However, low rate of accuracies achieved on the HF data is a major problem in these decision support systems. To improve the prediction accuracy, we have developed a feature-driven decision support system consisting of two main stages. In the first stage, χ 2 statistical model is used to rank the commonly used 13 HF features. Based on the χ 2 test score, an optimal subset of features is searched using forward best-first search strategy. In the second stage, Gaussian Naive Bayes (GNB) classifier is used as a predictive model. The performance of the newly proposed method (χ 2-GNB) is evaluated by using an online heart disease database of 297 subjects. Experimental results show that our proposed method could achieve a prediction accuracy of 93.33%. The developed method (i.e., χ 2-GNB) improves the HF prediction performance of GNB model by 3.33%. Moreover, the newly proposed method also shows better performance than the available methods in literature that achieved accuracies in the range of 57.85-92.22%.
Copyright © 2019 Liaqat Ali et al.

Entities:  

Mesh:

Year:  2019        PMID: 31885684      PMCID: PMC6925936          DOI: 10.1155/2019/6314328

Source DB:  PubMed          Journal:  Comput Math Methods Med        ISSN: 1748-670X            Impact factor:   2.238


1. Introduction

Heart failure (HF) is a condition whereby the heart is unable to supply enough blood to satisfy the body's requirements. The coronary artery as an integral part of the heart is accountable for supplying blood to the heart. Coronary artery disease (narrowed or blocked arteries) is the most prevalent type of heart disease and the most common cause of HF [1]. There are many imperilling conditions that result in a HF disease. These conditions can be put into two categories, with the first category consisting of risk or imperilling conditions that cannot be altered, e.g., patient's sex, age, and family history. The second category, which can be altered, consists of conditions that are attributed to the way of life of the patient, for instance, smoking habit, high cholesterol level, high level of blood pressure, and physical inactivity [2]. In addition, prevalent HF symptoms include dyspnea (shortage of breath), edema (swollen feet), fatigue, and weakness. With so many factors to be analyzed, HF management becomes very complicated and even worse, particularly in nations that lack appropriate diagnostic instruments and medical experts [3, 4]. Furthermore, different tests are recommended by health practitioners to diagnose HF disease. Some of these tests are electrocardiogram (ECG), nuclear scan, angiography, and echocardiogram [5]. Among these tests, ECG is a noninvasive technique [6, 7]. But it is not very effective as it may lead to undiagnosed symptoms of HF disease [5]. This factor leads to angiography, a sort of diagnosis used to verify instances of heart disease. It is considered as the finest approach for HF disease diagnosis. However, some problems are associated with it such as its side effects, high cost, and requirement of high level of technical expertise [8, 9]. Thus, alternative modalities are needed which can solve these problems. It is therefore necessary to develop an efficient, intelligent, medical decision-making support system with the principles of data mining and machine learning. In literature, various decision support systems with regards to support vector machine (SVM), decision tree, k-nearest neighbor (KNN), fuzzy logic based algorithms, artificial neural network (ANN), and ensembles of ANN have been suggested for the prediction of HF disease [1, 2, 10–17]. Robert Detrano, who gathered HF-related information for the Cleveland heart disease data, used logistical regression to predict HF risk assessment, achieving a classification precision of 77%. Newton Cheung verified the feasibility of various classifiers including C4.5, Naive Bayes, BNND, and BNNF algorithms and achieved 81.11%, 81.48%, 81.11%, and 80.95%, respectively, as HF risk prediction accuracies. Polat et al. [18] used a decision support system that utilized artificial immune system (AIS) and produced 84.5% of classification accuracy. Özşen and Güneş [19] developed a modified AIS and obtained an HF risk prediction accuracy of 87.43%. A model of neural network ensemble was proposed by Das et al. [2] to enhance the classification precision and obtained a percentage of 89.01 for HF prediction accuracy. Samuel et al. [20] proposed an embedded decision support scheme on the basis of ANN and Fuzzy AHP and obtained a 91.10% HF risk classification accuracy. Ali et al. suggested a machine learning method by stacking and optimizing two SVMs together for improved HF risk prediction and obtained HF prediction performance of 92.22% [21]. Paul et al. have recently established an adaptive weighted fuzzy system ensemble-based model. Their suggested model led to a 92.31% HF prediction accuracy. Inspired from the various decision support systems proposed earlier and discussed above, we also attempted to develop a new decision support system for HF risk prediction with an aim to improve classification accuracy and reduce computational cost or complexity. The decision support system developed in this study is named χ2-GNB. The χ2-GNB model uses χ2 statistical model to rank features according to χ2 test score. To obtain an ideal (i.e., optimal) number of the ranked features in this paper, we exploit the forward best-first search approach. The performance of each of the generated subset of features is evaluated using GNB model which is used as a machine learning classifier. It is worth discussing that the suggested χ2-GNB model utilizes a simple predictive model but exhibits better efficiency than more complex predictive models such as ANN and even ensembles of ANNs. No prior research, to the best of our awareness, addressed the hybridization of GNB model from the family of Naive Bayes classifiers with χ2 model for the detection of HF disease. Compared with other techniques in the literature, the experimental findings of the suggested method are promising in terms of HF risk prediction accuracy. The remainder of the manuscript is constructed as follows: Section 2 describes the materials (dataset) and the suggested methods. Section 3 gives a discussion of metrics used for evaluation and validation. Section 4 presents the findings of experiments and discussion. Section 5, as the final part, concludes the paper.

2. Materials and Methods

2.1. Dataset Description

The University of California, Irvine (UCI) provides an online repository for machine learning from which the Cleveland heart disease dataset was obtained for experiments in this paper. 297 samples out of 303 samples contained in the dataset include no missing values, whereas 6 cases possess missing features' values. The data, in its original form, have 76 features. However, all the published research studies only refer to 13 of them. These commonly used 13 features are tabulated in Table 1.
Table 1

Commonly used HF features of the dataset.

Feature no.Feature descriptionFeature code
1Age (AGE) f 1
2Sex (SEX) f 2
3Chest pain type (CPT) f 3
4Resting blood pressure (RBP) f 4
5Serum cholesterol (SCH) f 5
6Fasting blood Sugar (FBS) f 6
7Resting electrocardiographic results (RES) f 7
8Maximum heart rate achieved (MHR) f 8
9Exercise induced angina (EIA) f 9
10Old peak (OPK) f 10
11Peak exercise slope (PES) f 11
12Number of major vessels colored by fluoroscopy (VCA) f 12
13Thallium scan (THA) f 13

2.2. Proposed Method

The suggested method, i.e., χ2-GNB comprises two phases. The first phase ranks features with the use of the χ2 statistical model. Amidst each positive feature f and class, i.e., θ, χ2 statistics are calculated using the χ2 model. That is, the model performs χ2 test which measures dependence between each feature and class. This approach, therefore, identifies those features (attributes) that most probably are not class-dependent. Thus, these features (attributes) are regarded as irrelevant for classification. The process of features selection itself is done in two phases. Phase one deals with the raking of features based on the χ2 test score while the second phase considers the search for ideal subset of features (attributes) from the available ranked features. It is worth mentioning that the feature ranking process is done using training data only, i.e., testing data are kept aside in order to avoid bias. Prior to the ranking of features and selection, data partitioning is performed. The features are ranked and selected on the basis of training data. The same attributes are also selected for the testing data during the validation phase or testing process. The process of ranking the features follows the basis of χ2 test which is expressed as follows. For a classification that is binary in nature and contains τ instances, a positive and a negative class (two classes), we can construct Table 2 to compute the χ2 test score.
Table 2

Table to compute χ2 test score.

Positive classNegative classTotal
Feature fi occurs α β α+β=μ
Feature fi does not occur λ γ λ+γ=τμ
Total α+β=ω β+γ=τω τ

The sum of instances comprising feature f is denoted by μ, the sum of instances without feature f is denoted by τ − μ, the sum of instances that are positive is expressed as ω, and the sum of instances that are negative are represented by τ − ω. Let the observed values be α, β, λ, and γ with the expected values E, E, E, and E. Based on the hypothesis that the two events are independent, the expected value can be evaluated as follows:

Similarly, E, E, and E can also be computed. According to the general χ2 test formulation, we have Readers can refer to [22] more enlightenment on the use of χ2 statistics for selecting and discretizing features. After features ranking by the above χ2 test score, we need to search the optimized subset of features based on the χ2 test. This is done by exploiting the forward best-first search algorithm. That is, first of all, we select solitarily, a feature having the greatest χ2 test score and then use the GNB predictive model to check its performance. In next iteration, we add another feature into the subset of features according to the χ2 test score and once more, a performance check is carried out using the GNB model on the subset of features. The same process is repeated till the point where the constructed subset of features approaches the full set of features. Lastly, a selection of the subset is made as the optimal subset of features showing the greatest performance. The ideal (i.e., optimal) subset of features is given to GNB to generate the best results. The formulation of GNB model is as follows. Naive Bayes (NB) is a set of supervised predictive models known for their simplicity and effectiveness. These models learn the probabilities of an object with certain features belonging to a particular class or group, i.e., it is a group of probabilistic predictive models. These models are given the name “naive” because they make use of the naive assumption of independence, i.e., the models make the assumption that the occurrence of a certain feature is independent of the occurrence of other features. An NB model is based on Bayes theorem or rule, i.e., it evaluates the probability that a given instance belongs to a certain class. Given an instance X and a class label θ, using Bayes theorem, we can express the conditional probability P(θ|X) as a product of simpler probabilities using the naive independence assumption:where (f1, f2,…, f) denotes the features of the feature vector X. According to the naive independence assumption, we have For all i, (3) will get the form: As for a given instance, P(f1,…, f) is constant. Thus, we can use the following classification rule: For the estimation of the parameters in the NB model, i.e., P(θ) and P(f|θ), maximum a posteriori (MAP) estimation is commonly used. The main idea is the same for different Naive Bayes models. However, different Naive Bayes models use different assumptions regarding the distribution of P(f|θ). In case of the GNB model, the likelihood of the features is assumed to be Gaussian.where the parameters σ and μ are estimated using maximum likelihood. In this paper, the performance of GNB is estimated on the HF disease dataset. To further enhance the performance of GNB, χ2 model is hybridized with it.

3. Evaluation Metrics and Validation Methods

3.1. Validation Methods

In this section, a binary classification problem is considered with two classes of diagnosis, i.e., healthy and patients who are prone to potential HF disease. Different studies have been conducted on the Cleveland heart disease dataset, and methods that achieved accuracies between 50% and 92.2% are reported in the literature. Most of these studies like [2, 23, 24] made use of a validation known as holdout, with a split of 70–30, i.e., training the proposed model with 70% dataset, and for the purpose of testing, 30% of the dataset is utilized. The methodology adopted in this paper for data portioning is the same as aforementioned.

3.2. Evaluation Metrics

The robustness of the proposed model is evaluated in this paper using different evaluation metrics including accuracy, specificity, sensitivity, and Matthews coefficient of correlation (MCC). The percentage of subjects that are classified correctly represents accuracy in the training or testing dataset, sensitivity on the other hand, and carries information about patients that are classified correctly, whereas the correctly classified healthy subjects denote specificity.Here, the count of true positives is expressed as TP, the count of false positives is expressed as FP, the count of true negatives is expressed as TN, and the count of false negatives expressed as FN: MCC is the measure of quality of binary classification in machine learning. It can assume any value between the range of −1 and 1, where −1 shows the disagreement in total between prediction and observation, 1 shows a prediction that is perfect, and 0 refers to classification not more than a random prediction.

4. Experimental Results and Discussion

4.1. Experiment No. 1: Performance of the Proposed χ2-GNB Model

In this section, the experimental results of the proposed χ2-GNB are reported and discussed. After feature ranking by χ2 test, we obtained different subset of features. These subsets of features are applied sequentially to GNB predictive model for classification. The best accuracy of 93.33% is achieved on testing data with subset of features having n=9, i.e., 9 features. As can be seen in Table 3, a training accuracy of 84.05% is achieved for the (optimal) subset of features, while sensitivity and specificity are reported to be 87.80% and 97.95%, respectively. From the perspective of machine learning, the ideal (optimal) subset of features apart from enhancing performance of the GNB model also decreases the complexity of the GNB model. This thereby, leads to a reduction in the GNB models training time. Moreover, the subset of features with n=9 includes f2, f3, f7, f8, f9, f10, f11, f12, and f13. The classification results achieved for different subsets of features are reported in Table 3. The last row in the table represents the case when no features are selected, i.e., all the features are applied to the GNB model, and the prediction accuracy of 90% is achieved. Hence, it proves that the developed χ2-GNB model enhances the potential of GNB model by 3.3%.
Table 3

Results of different subsets of features for the heart disease dataset.

n Acc test Acc train(%)Spec. (%)Sens. (%)MCC
178.8875.3681.6375.600.573
288.1178.2679.5982.920.622
384.4481.6489.7978.040.686
486.6679.7191.8380.480.732
586.6680.1993.8778.040.734
686.6680.6789.7982.920.730
790.0082.1291.8387.800.798
890.0083.5793.8785.360.799
9 93.33 84.05 97.95 87.80 0.868
1090.0081.6493.8785.360.799
1190.0082.6093.8785.360.599
1290.0084.0593.8785.360.799
1390.0082.1293.8785.360.799
To get information about the statistics of correctly classified healthy subjects, patients and misclassification rate and confusion metrics are drawn in Figures 1 and 2 for training data and testing data, respectively. The horizontal class labels denote the predicted labels, while the vertical labels represent true labels. The testing data contain 90 samples out of which 41 are patients and 49 are healthy subjects. From the confusion matrix, the proposed model can correctly detect 36 patients, thus yielding sensitivity of 87.80% which is in accordance with sensitivity reported in Table 3. Similarly, out of 49 healthy subjects, the proposed method is capable of correctly classifying 48 subjects. Hence, the proposed method yields specificity of 97.95%.
Figure 1

Confusion matrix of training data.

Figure 2

Confusion matrix of testing data.

The training data consist of 207 samples out of which 96 are patients and remaining are healthy subjects. The proposed model correctly classifies 76 patients, while 20 patients are misclassified. On the other hand, 98 healthy subjects are correctly classified, while 13 are misclassified.

4.2. Experiment No. 2: Comparative Study of the Proposed χ2-GNB Model with Other State-of-the-Art Ensemble Models and Support Vector Machines

To prove how effective the χ2-GNB method is, we perform a study by comparing it with other existing models of machine learning. These existing models encompass the support vector machine (SVM) with RBF and linear kernel and the ensemble models. The extra tree, often referred to as the randomized decision tree, Adaboost, and the random forest (RF) are the ensemble models that are considered for the comparison purposes. With the use of grid search algorithm, these models are therefore searched for the ideal (optimal) values of their hyperparameters. Table 4 presents the performance of each optimized model.
Table 4

Experimental results of other optimized machine learning models.

ModelHyperparameters Acc test Spec.Sens.MCC
SVM (linear) C=0.0559093.8785.360.799
SVM (RBF) C=5, G=0.29093.8785.360.799
Adaboost N e=48889.7987.800.776
Extra tree N e=118889.7987.800.776
Random forest N e=508893.8782.920.777
Proposed n=9 93.33 97.95 87.80 0.868
In Table 4, the number of trees in the forest is denoted by N, a hyperparameter for the RF model. In case of Adaboost, the highest number of estimators for which termination occurs in boosting is denoted by the hyperparameter N. Extra tree as an ensemble model makes use of averaging to enhance the accuracy of prediction and uses the number of randomized decision trees as a hyperparameter. With regards to extra tree, the number of trees used is represented by the hyperparameter N. In terms of SVM, constant of the soft margin is denoted by C, and Gaussian Kernel width is denoted by G. Lastly, in the table, the size of the ideal (optimal) subset of features selected by the χ2 statistical model, in case of the χ2-GNB, is represented by n=9. It is clearly proved in the table that, with respect to performance, the proposed approach outperforms the different existing models (i.e., the SVM model with linear and RBF kernel and the ensemble models). Further, two more metrics, i.e., receiver operating characteristic (ROC) curve and area under the curve (AUC) are used to conduct more investigations on the effectiveness of the χ2-GNB model. For different thresholds, the true positive rate (TPR) versus the false positive rate (FPR) is displayed graphically by the ROC chart. This indicates that an ideal ROC curve of the plot is one that resides at the top-left corner of the graph. More precisely, we can state that the larger the area under the curve of the ROC chart, the better the developed model [25]. Figure 3 displays the ROC chart of the χ2-GNB model and other models of machine learning. From the chart in Figure 3(a), the χ2-GNB model indicates a 0.955 area under the curve (AUC). An optimized Adaboost model has a 0.925 AUC as depicted in Figure 3(b), whereas a 0.929 AUC as shown in Figure 3(c) is indicated by the optimized extra tree model. Furthermore, from Figure 3(d), the random forest model (optimized) indicates an AUC of 0.935. With the support vector machine (SVM), the linear kernel indicates a 0.949 AUC, whereas the RBF kernel indicates an AUC of 0.936 as displayed, respectively, in Figures 3(e) and 3(f). It is clearly proven as shown in the ROC charts that the χ2-GNB approach outperforms the other existing optimized ensemble and SVM approaches.
Figure 3

ROC charts of the χ2-GNB model and optimized SVM and ensemble models. ROC chart of the (a) proposed model, (b) Adaboost ensemble model, (c) extra tree ensemble model, (d) random forest, (e) linear SVM model, and (f) SVM (RBF) model.

4.3. Comparison of the Proposed Method with Other Well-Known Machine Learning Methods Proposed Earlier

In this section, we compare our results in terms of HF disease detection accuracy with the results of previously proposed methods in literature. Table 5 briefly discusses other methods developed for HF risk prediction and compares their accuracies with the model developed in this study. It can be seen that the newly developed model shows better HF risk prediction accuracy than many of the previous methods.
Table 5

Details of other machine learning methods proposed for HF prediction and their obtained HF prediction accuracies.

Study (year)MethodAccuracy (%)
ToolDiag, RA [26]IB1-450.00
WEKA, RA [26]InductH58.50
ToolDiag, RA [26]RBF60.00
WEKA, RA [26]FOIL64.00
ToolDiag, RA [26]MLP + BP65.60
WEKA, RA [26]T268.10
WEKA, RA [26]1R71.40
WEKA, RA [26]IB1c74.00
WEKA, RA [26]K76.70
Robert Detrano [26]Logistic regression77.00
Cheung (2001) [27]C4.581.11
Cheung (2001) [27]Naive Bayes81.48
Cheung (2001) [27]BNND81.11
Cheung (2001) [27]BNNF80.96
WEKA, RA [26]Naive Bayes83.60
Ster and Dobnikar [28]Fisher discriminant analysis84.2
Ster and Dobnikar [28]Linear discriminant analysis84.5
Ster and Dobnikar [28]Naive Bayes82.5–83.4
Polat et al. (2005) [18]AIRS84.50
Ozsen et al. (2005) [29]Kernel functions with AIS85.93
Kahramanli and Allahverdi (2008) [30]Hybrid neural network system86.8
Polat et al. (2006) [1]Fuzzy-AIRS-Knn-based system87.00
Özşen and Güneş (2009) [19]Modified artificial immune system87.43
Das et al. (2009) [2]Neural network ensembles89.01
Jankowski and Kadirkamanathan (1997) [31]IncNet90.00
Kumar (2011) [32]ANFIS91.18
Samuel et al. (2017) [20]ANN-fuzzy-AHP91.10
Kumar (2012) [33]Fuzzy resolution mechanism91.83
Ali et al. (2019) [21]Stacked and optimized SVMs92.22
Paul et al. (2018) [23]Adaptive weighted fuzzy system ensemble92.31
Proposed method (2018) χ 2-GNB 93.33

5. Conclusion

In this paper, on the basis of χ2 statistical model and GNB, we proposed a feature-driven decision support system for HF disease prediction. It was shown that the newly developed model, i.e.,χ2-GNB, enhanced the performance of the conventional GNB model. In order to evaluate the robustness of the χ2-GNB model, six evaluation metrics were used, i.e., sensitivity, accuracy, specificity, ROC, AUC, and MCC. It was observed that the proposed model improved the performance of GNB model by 3.33%. Moreover, a comparative analysis based on prediction accuracy between the χ2-GNB model and other previously reported methods was carried out. It was shown through experimental results that the χ2-GNB model outperformed the state-of-the-art ensemble models, support vector machines and many previously proposed methods.
  10 in total

1.  Use of kernel functions in artificial immune systems for the nonlinear classification problems.

Authors:  Seral Ozşen; Salih Güneş; Sadik Kara; Fatma Latifoğlu
Journal:  IEEE Trans Inf Technol Biomed       Date:  2009-04-14

2.  Linear and nonlinear analysis of normal and CAD-affected heart rate signals.

Authors:  U Rajendra Acharya; Oliver Faust; Vinitha Sree; G Swapna; Roshan Joy Martis; Nahrizul Adib Kadri; Jasjit S Suri
Journal:  Comput Methods Programs Biomed       Date:  2013-09-10       Impact factor: 5.428

3.  Intelligent medical disease diagnosis using improved hybrid genetic algorithm--multilayer perceptron network.

Authors:  Fadzil Ahmad; Nor Ashidi Mat Isa; Zakaria Hussain; Muhammad Khusairi Osman
Journal:  J Med Syst       Date:  2013-03-12       Impact factor: 4.460

4.  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

5.  Design of a fuzzy-based decision support system for coronary heart disease diagnosis.

Authors:  Adel Lahsasna; Raja Noor Ainon; Roziati Zainuddin; Awang Bulgiba
Journal:  J Med Syst       Date:  2012-01-18       Impact factor: 4.460

6.  A Hybrid Data Mining Model to Predict Coronary Artery Disease Cases Using Non-Invasive Clinical Data.

Authors:  Luxmi Verma; Sangeet Srivastava; P C Negi
Journal:  J Med Syst       Date:  2016-06-11       Impact factor: 4.460

7.  Decision making in advanced heart failure: a scientific statement from the American Heart Association.

Authors:  Larry A Allen; Lynne W Stevenson; Kathleen L Grady; Nathan E Goldstein; Daniel D Matlock; Robert M Arnold; Nancy R Cook; G Michael Felker; Gary S Francis; Paul J Hauptman; Edward P Havranek; Harlan M Krumholz; Donna Mancini; Barbara Riegel; John A Spertus
Journal:  Circulation       Date:  2012-03-05       Impact factor: 29.690

8.  Poisson Mixture Regression Models for Heart Disease Prediction.

Authors:  Chipo Mufudza; Hamza Erol
Journal:  Comput Math Methods Med       Date:  2016-11-23       Impact factor: 2.238

9.  A Hybrid Classification System for Heart Disease Diagnosis Based on the RFRS Method.

Authors:  Xiao Liu; Xiaoli Wang; Qiang Su; Mo Zhang; Yanhong Zhu; Qiugen Wang; Qian Wang
Journal:  Comput Math Methods Med       Date:  2017-01-03       Impact factor: 2.238

10.  Automatic detection of protected health information from clinic narratives.

Authors:  Hui Yang; Jonathan M Garibaldi
Journal:  J Biomed Inform       Date:  2015-07-29       Impact factor: 6.317

  10 in total
  5 in total

1.  A Clinical Decision Support System (CDSS) for Unbiased Prediction of Caesarean Section Based on Features Extraction and Optimized Classification.

Authors:  Ashir Javeed; Liaqat Ali; Abegaz Mohammed Seid; Arif Ali; Dilpazir Khan; Yakubu Imrana
Journal:  Comput Intell Neurosci       Date:  2022-06-06

2.  A hybrid cost-sensitive ensemble for heart disease prediction.

Authors:  Qi Zhenya; Zuoru Zhang
Journal:  BMC Med Inform Decis Mak       Date:  2021-02-25       Impact factor: 2.796

3.  Machine Learning-Based Automated Diagnostic Systems Developed for Heart Failure Prediction Using Different Types of Data Modalities: A Systematic Review and Future Directions.

Authors:  Ashir Javeed; Shafqat Ullah Khan; Liaqat Ali; Sardar Ali; Yakubu Imrana; Atiqur Rahman
Journal:  Comput Math Methods Med       Date:  2022-02-03       Impact factor: 2.238

4.  A Simple Framework of Smart Geriatric Nursing considering Health Big Data and User Profile.

Authors:  Shijie Li; Yongchuan Tang
Journal:  Comput Math Methods Med       Date:  2020-10-16       Impact factor: 2.238

5.  χ2-BidLSTM: A Feature Driven Intrusion Detection System Based on χ2 Statistical Model and Bidirectional LSTM.

Authors:  Yakubu Imrana; Yanping Xiang; Liaqat Ali; Zaharawu Abdul-Rauf; Yu-Chen Hu; Seifedine Kadry; Sangsoon Lim
Journal:  Sensors (Basel)       Date:  2022-03-04       Impact factor: 3.576

  5 in total

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