<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>promising outcomes in healthcare. In the Journal of Clin</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Analysis of Two Artificial Intelligence Based Decision Level Fusion Models for Heart Disease Prediction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hafsa Binte Kibria</string-name>
          <email>hafsabintekibria@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abdul Matin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sanzida Islam</string-name>
          <email>mousanzida7@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>ISIC'21: International Semantic Intelligence Conference, February,</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Electrical &amp; Computer Engineering, Rajshahi University of Engineering &amp; Technology</institution>
          ,
          <addr-line>Rajshahi-6204</addr-line>
          ,
          <country country="BD">Bangladesh</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Workshop Proce dings</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2012</year>
      </pub-date>
      <fpage>314</fpage>
      <lpage>322</lpage>
      <abstract>
        <p>Artificial Intelligence is currently a popular theme in health care technology predictions. Machine learning is an artificial intelligence (AI) implementation that automatically learns and builds processes from experience. The leading cause of death worldwide at present is cardiovascular disease. The rate of death could be minimized by detecting the risk early. A lot of machine learning models have been developed to predict heart disease. We also introduced a fusion model to produce a better performance than the existing models. In this study, the proposed method analyzes two decision-making fusion models using ifve and ten-fold cross-validation to estimate the existence and absence of heart disease. The Jupyter Notebook, Scikit-learn, Tensorflow, and Keras were used as implementation tools. Three machine learning algorithms have been used here: the deep neural network (DNN), logistic regression(LR), and decision tree(DT). The decision tree and the logistic regression were merged separately with the deep neural network to form two fusion models (DNN+DT) and (DNN+LR), model-1 and mode-2. Five performance measurements have been used to compare model performance: accuracy, recall accuracy, f1-score, and AUC score. A significant improvement was found in performance parameters after fusing the algorithms in this work. The fusion occurred at the decision level by adding the decision scores of two algorithms. The main target is to enhance the fused model's performance by combining the individual model's decision for better classification. For both model-1 and 2, the accuracy has increased. Model-2 has obtained 87.12% classification accuracy for 10-fold cross-validation, which is the highest accuracy.</p>
      </abstract>
      <kwd-group>
        <kwd>Deep neural network</kwd>
        <kwd>decision tree</kwd>
        <kwd>logistic regression</kwd>
        <kwd>heart disease</kwd>
        <kwd>decision level fusion</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Models for Heart Disease Prediction
1. Introduction
cular diseases (CVDs). CVDs are a category of problems
of the cardiac and blood vessels, including stroke, heart
attack, rheumatic heart disease, coronary artery disease,
and other illnesses. Due to strokes and cardiac attacks,
there are four out of five deaths, and people below the age
of 70 die prematurely because of it, which is one-third
unbalanced diet, smoking, stress, alcohol, fast foods, and
inactive lifestyles. A study surveyed in 2016 that over
17 million individuals’ deaths are because of
cardiovascular disease by the world health organization, which
accounts for over 30 percent of deaths worldwide. The
nEvelop-O
LGOBE
(S. Islam)</p>
      <p>
        The good news is that heart diseases can be prevented
by avoiding some critical factors, such as poor diet habits
and insuficient physical exercise. To control their
general state of health and avoid sudden cardiac failure,
been established with the passing of time. To make the
privileged and medium-income countries is more than
same survey found that the number of mortality in under- to classify disease. Traditional approaches to treat heart
medical diagnosis easy and cheap, we choose to build a Following that, a study by [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] several machine
learnfusion model to classify disease efectively. Here, a deci- ing algorithms were used for medical diagnosis. These
sion level fusion approach has been presented for heart methods have been validated by tenfold cross-validation.
disease disorder. Decision level fusion has implemented Logistic regression gives an accuracy of 85% that was
using the summation of scores of separate models[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. highest with an F1 score of 79%. And ANN with an
accuThe decision score of the separate models has been taken racy of 84% with an F1 score of 84%. Among other things,
from the trained models. As the fusion occurs at the those two algorithms worked better. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Indian Pima
decision, so it is referred to as decision level fusion. The diabetics dataset was used for classification. It was
presupervised algorithms- decision tree and logistic regres- dicted if a person has diabetes or not. The prediction was
sion are fused with a deep neural network separately made on test data with three-fold cross-validation. In
to develop a better fusion model that can tell the exis- this paper, Gradient Boosting ofers a maximum accuracy
tence and non-existence of heart disease by analyzing the of 86%, which is higher than Naive Bayes and Logistic
data. This work contributes by making a fusion model Regression. Both Naive Bayes and Logistic Regression
besides diferent machine learning algorithms to achieve showed an accuracy of 77% and 79%, respectively.
better accuracy than them. And in our work, there was In this study, [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] heart disease was predicted, and a
a notable improvement in the accuracy after fusion. multilayer perceptron was implemented in the suggested
      </p>
      <p>
        This paper is presented as follows. The concern for architecture. The architecture of the neural network
conthe issue of heart disease is discussed in the first segment. tains 13 features derived from the Cleveland dataset. The
The second segment contains the previous work. Materi- proposed system gives 95% accuracy, and diferent
accuals and methodology are presented in the third segment. racy has been found with the variation of the number of
In part four, the paper explains the experimental out- hidden layers. The improvement in our work compared
comes of our suggested architecture for identifying heart those that we have used the fusion model to identify the
disease and also a comparative analysis with previous disorder, which results in improved outcome.
work. After that, we have ended with a conclusion and In [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] researchers focused on creating a hybrid model
prospects. to diagnose lung disease from X-ray images. CNN, Vgg16,
and other techniques have been applied to predict lung
disease. As CNN gave a poor performance, that’s why a
2. Related Study hybrid model was implemented for better results. The
hybrid model VDSNet outperforms current methods in
terms of the evaluation metrics.
      </p>
      <p>A lot of work has been performed on the classification of
heart disease. The goal of all researchers was to improve
accuracy. Various algorithms have been applied to the
dataset to observe which model performs best. Now the
researchers are trying to build a fusion model for
efectively classifying disease eficiently. Diferent algorithms
are now making using fuzzy logic or merging algorithms
to create a new one. Some of the relevant works have
been discussed here, along with their accuracy.</p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] for diferent types of disease prediction, four
diferent machine learning approaches were analyzed:
LSTM, which is a kind of the recurrent neural network,
XGBoost (XGB), random forest (RF), and Logistic
regression (LR). Here, XGBoost is performing better than LSTM.
      </p>
      <p>
        In another study by [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], a fuzzy k-NN classifier was used,
and the performance of the fuzzy k-NN classifier was
way better than k-NN classifier. To remove the data’s
uncertainty, Fuzzy k-NN was used, and it provides higher
accuracy than the k-NN classifier.
      </p>
      <p>
        In a comparative study [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], six machine learning
algorithms were applied to Cleveland dataset using six data
mining tools, and then the result of those algorithms was
compared to each other. Based on the data examination
and the efects of the output data taken, the best output
was given by ANN which was implemented in Matlab,
and the best performing tool was Matlab.
      </p>
    </sec>
    <sec id="sec-2">
      <title>3. Materials and Methodology</title>
      <sec id="sec-2-1">
        <title>3.1. Data Collection</title>
        <p>The dataset for heart disease was taken from the UCI
ML repository [12]. Cleveland dataset was used, and the
target of this study is to classify the patients with and
without heart disease eficiently. This depository was
developed in 1987 and currently holds 507 datasets. It has
13 features and 303 instances with some missing values.
The dataset we used has been described in detail in table
1[12].</p>
      </sec>
      <sec id="sec-2-2">
        <title>3.2. Data Preprocessing</title>
        <p>
          The possibility is pretty good that data collected from
any archive may have incomplete values or could even
contain outliers. The probability of missing data
values increases for the medical dataset [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. In the
Cleveland dataset, some values are also missing. For example,
the values of major vessels and thalassemia are missing.
There are numerous ways to handle missing data. Here
for imputation, the strategy of most frequent was used.
The dataset contains some categorical and numerical
values. Eight of the 14 attributes are categorical, and six
are numerical. These eight categorical values were
converted into numeric data, and for that label encoding was
used, where based on alphabetical ordering, a unique
integer is assigned for each label. It ensures that machine
learning does not assume that higher numbers are more
significant than lower numbers.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>3.3. Data Partitioning</title>
        <p>After the preprocessing and cleaning of the data, data
were cross-validated. Here the five &amp; ten-fold
crossvalidation was used, where the dataset was divided into
ifve &amp; ten equal parts. Four portions were used as
training, and the left portion was used as validation at
fivefold.</p>
        <p>This study’s main objective is to form a fusion model with
improving accuracy to classify cardiovascular disease’s
3.4. Feature Extraction presence and absence. By merging the decision of
diferFeature extraction is the process of reducing the number ent algorithms using summation, a new fusion model has
of attributes in a dataset. Irrelevant features that tend been developed with high accuracy. The Jupyter
Noteto increase the model’s accuracy are reduced. Here the book, Scikit-learn, Tensorflow, and Keras have been used
top ten attributes have been displayed in the figure 1, as implementation tools.
contributing the most to the target output. In figure 2, the proposed approach contains three main
those two algorithms’ output probability was merged to
get a decision level fusion model’s output. After
normalization, the data were trained with the three algorithms.</p>
        <p>After training, we took two classifiers to make a new
fusion model. The fusion was done by a simple
summation of the probability score from two algorithms. If  is
the number of algorithms that we used in decision level
fusion, and   is the decision score from the individual
algorithms after training. In that case, the final decision
score for the fusion model can be represented by   for
each fold using the following equation.</p>
        <p>= ∑   /

=1</p>
        <sec id="sec-2-3-1">
          <title>Algorithm 1: Algorithm for decision level fusion</title>
          <p>Input : Float value [][]</p>
          <p>, two int  and  .
[][]</p>
          <p>is the decision score of a single
algorithm of each fold,  is the fold
number in cross-validation and  is the
number of algorithms used in fusion
fusion model
Output :   , the final average decision score for
(2)
3
4
5
6
7
8
1 St=0;
2 for  ← 0 to  do
 = 0


end
for  ← 0 to  do

 = [][] +</p>
          <p />
          <p>=   / ;
s c o r e o f e a c h f o l d
9 end
10   =   /</p>
          <p>/ / f u s i o n m o d e l ’ s d e c i s i o n
  =   +   ; / / s u m m a t i o n o f f u s i o n m o d e l ’ s
d e c i s i o n s c o r e o f a l l f o l d s</p>
          <p>A generalized algorithm-1 is displayed here. The sum
of the decision score (  ) needs to be divided by the
number of algorithms ( ) in fusion. As we took two
algorithms for the fusion of model-1 and model-2, so we
needed to divide the sum by 2. Using the final score, the
fusion model predicted the output for test data. As both
algorithms’ impact is present in our new fusion score, it
decreases the rate for miss-classification. This process
continues five times in five-fold and ten times in ten-fold
cross-validation. After that, we took the average value
from all folds and noticed an improvement in the average
score comparing to the individual algorithm’s scores. To
illustrate the procedure clearly, all fold values have been
displayed in tables 2 and 4.</p>
          <p>The fusion model’s output is based on two algorithms
(DNN+DT) &amp; (DNN+LR). We took the DNN and DT
decision scores, and by summing them together, we got the
fusion model’s decision score. This summation was done
at every stage of the folds in cross-validation. At last, was used with back-propagation. It has been suggested as
the performance of two individual models and fusion
a very useful tool in diferent medical sectors for decision
models was compared. This process is the same for both
making. Figure 3 displays the structure of our proposed
models for the same dataset with a diferent order. This
DNN.
new, improved fused model was used to diagnose heart
disease.</p>
        </sec>
      </sec>
      <sec id="sec-2-4">
        <title>3.6. Decision Tree (DT)</title>
        <p>A decision tree is a tree-like structure consisting of branches,
nodes, and leaf nodes. It is a branching graph that
functions like a splitting rule for each particular attribute.</p>
        <p>Each feature is treated as a branching node. These nodes
build a rule, and, based on the rule, values are grouped
into diferent classes. In the decision tree, the leaf
decides some decisions at ending, and the topmost is the
Building A DT is easy and simple, and the results are
predicted more accurately.</p>
        <p>DT is sensitive to overfitting. It happens when the
model is very good at identifying trained data but gives
poor performance for test data. It becomes over skilled
for training data by having minimal impurity in the leaf
node. That’s why pre-pruning is needed to minimize
the number of leaf nodes that are not that important
for model building. It gives better accuracy for
predicroot, which partitions the tree based on attribute value. Figure 3: Proposed Architecture of Deep Neural Network
In this proposed approach, an input layer was used
for data entrance, an output layer for predicting
output(presence/absence), and two hidden layers. One of
the most challenging tasks is model optimization for
machine learning implementation. Model optimization
reduces the test error; however, deep learning tunes the
parameters outside of the model but has a significant
tion. Information gain is another important criterion, influence on results and classification. The mother of
and attributes with the highest information gain split
ifrst. For that method, features with the lowest entropy
are selected for splitting [13]. In the proposed design gini
all hyperparameters is the learning rate. The speed of
learning of the model depends on the learning rate. The
number of hidden units is vital as it regulates the model’s
was used as criterion, maximum dept of the tree was 8, representational capacity. The number of first and second
and minimal leaf size was 10. Pre-pruning was done to
get the best parameters. The Gini index and entropy are
split criteria for a decision tree, and they are arranged by
applying (3) and (4).
hidden layers in our model is 10 and 8, respectively. L2
regularization was used to block overfitting. Bias, which
is a constant, was used to help the model in a way that
can fit best for the given data. Batch size ten was used.</p>
        <p>∶ () = 1 −  () = 1 −
  ∶  () = 1 −  () = −</p>
        <p>∫
=1
∫

=1</p>
        <p>2
  log2  
(3)
(4)</p>
        <sec id="sec-2-4-1">
          <title>Here   is the percentage of a class in a node.</title>
        </sec>
      </sec>
      <sec id="sec-2-5">
        <title>3.7. Deep Neural Network (DNN)</title>
        <p>An ANN has more than one layer, then is named a deep
neural network (DNN). Like humans, a deep learning
(DL) system can teach itself and learn through several
hidden layers. DL is a model that is based on a multilayer
feed-forward perceptron and uses back-propagation to
train with stochastic gradient descent. There are four
layers with nodes and neurons for the designed network,
which has a uni-direction. It has two hidden layers, and
there is a single way connection between every node and
the next node. For training, stochastic gradient descent</p>
      </sec>
      <sec id="sec-2-6">
        <title>3.8. Logistic Regression (LR)</title>
        <p>LR is a supervised machine learning technique with
continuous/discrete predictors. LR is generally used for
binary classification. It is a statistical model that represents
the relation between the binary dependent variable’s logit
transformation and independent variables (one or more
than one) by determining the best fitted linear model.
This model is a simple prediction approach compared to
other non-parametric models of machine learning with
baseline accuracy scores provided by the model [14].</p>
      </sec>
      <sec id="sec-2-7">
        <title>3.9. Classification Performance</title>
      </sec>
      <sec id="sec-2-8">
        <title>Measurement</title>
        <p>Heart disease has been classified using three ML models.
After training the three models, two decision level fusion
models have been developed using the trained models’
decision score. Five and ten-fold cross-validation was
used for output performance. Five quality measures have
been measured for the classification of the model.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4. Performance Evaluation</title>
      <p>Two decision level fusion models were constructed by
applying an artificial neural network, logistic regression,
and decision tree. Three algorithms were applied
individually on the same dataset, and then the decision scores
of the DNN and DT algorithm were combined as well as
the scores of DNN and LR.</p>
      <p>The fusion models (DNN+DT) and (DNN+LR) gave
a better result than individual achievement. Tables 2
and 3 have shown the performance parameters of
model1, and table 4,5 has displayed the outcome of model-2,
AUC
81.70
each fold’s parameters improved than the separate model,
which helped increase the overall performance of the
fused model. Though the performance of fold-5 slightly
decreased, overall, we found improved accuracy in the
merged model.</p>
      <p>Figure 4 represents the ROC curve of model-1 of every
fold. Only the average value of ten-fold cross-validation
has been displayed in table 3. It gave 84.21% accuracy
for fused model-1, which improved with respect to DNN
and DT.</p>
      <p>ACC Prec RCL F1-score sAcUorCe</p>
      <p>DNN 77.05 77 76 77 76.35
Fold-1 LR 78.69 79 78 78 78.14 86.15%, respectively. Also, it gave a better performance
DNN+LR 80.33 81 80 80 80.86 than model-1.</p>
      <p>DNN 83.61 84 83 83 82.95 We can see from all the values of tables 2, 3, 4 , and
Fold-2 LR 83.61 84 83 83 83.23 5 that all the parameters slightly improved after the
alDNN+LR 85.25 86 85 85 85.67 gorithms’ fusion in some folds. That is why the hybrid</p>
      <p>DNN 83.61 87 82 83 82.41 model’s average performance is higher than the
algoFold-3 LR 83.61 85 83 83 82.68 rithms’ average individual performance. Finally, it was</p>
      <p>DNN+LR 83.61 87 82 83 86.52 found that model-2 (DNN+LR) had the best result for
Fold-4 DLNRN 9816..6677 8972 8971 8972 9816..4513 10-fold cross-validation from all fusion models. And also,
DNN+LR 88.33 88 88 88 88.17 for 5-fold, model-2 performed better than model-1. And</p>
      <p>DNN 85 86 84 85 84.38 after fusion, improvement happened to all models. And
Fold-5 LR 90 90 90 90 89.73 using these decision level fusion models, decision making
DNN+LR 90 90 90 90 90.27 will be more eficient. As the decision probability of both</p>
      <p>DNN 84.19 85.2 83.2 84 83.50 algorithms was fused, so the chance of more accurate
Average LR 84.51 85 84.2 84.2 84.06 prediction increases. If one algorithm has a low
probabilDNN+LR 85.50 86.4 85 85.2 86.30 ity for specific testing data (having heart disease). In that
case, there is a chance that other algorithms will have a</p>
      <p>Figure 5 displays the ROC characteristics of every fold higher probability, which will help the model to predict
of the model-2. The roc curve of DNN, LR, and (DNN+LR) correctly. After merging the output probabilities, the
has been shown in every diagram. model can easily predict the person with heart disease.</p>
      <p>Table 5 shows that the average performance of 10-fold So, those data that have a chance for miss-classification
cross-validation is shown, and it gave a good accuracy of may get correct classification after fusion, and thus a
87%, whereas DNN and LR individually gave 86.10% and better model will be constructed.</p>
      <p>(a) Five-fold Cross Validation
(b) Ten-Fold Cross Validation</p>
      <sec id="sec-3-1">
        <title>4.1. Comparison with Previous Work</title>
        <p>This section discusses the work that has already been
done with the same dataset as ours. In table 6, the
output result of those works has been displayed with their
approach. In every work, the researchers used various
algorithms to classify disease. We have only shown the
highest accuracy and the name of the algorithm to obtain
that accuracy. Table 6 shows that the accuracy we found
for our fusion model is a little more than their models.
The outcome of both of our models using the same
configuration has also be shown here. Some researchers used
both five and ten-fold to calculate accuracy. Both results
have been shown in the table to compare correctly with
our work.</p>
        <p>
          As we used both five and ten-fold cross-validations,
our accuracy was 85% for model-1 and 85.5% for
model2 using five-fold cross-validation. For five-fold
crossvalidation, the highest accuracy from table 6 is 83.83%.
So both of our fusion models performed well. The highest
accuracy for ten-fold cross-validation was 84.15%, which
was also obtained by a fusion model of MLP and SVM.
We got 84.21% and 87.12% for model-1 and 2, respectively.
So also, in ten-fold, our fused model gave better accuracy
for decision making. In paper[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], they used three-fold
cross-validation, so to compare our work with them, we
have also calculated the accuracy and got 85.20% and
86.13% from model-1 and model-2, respectively, which
are higher than them.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5. Conclusion</title>
      <p>At present, machine learning is a must, particularly in
the health sector. This research aims to predict patients
sufering from heart disease with greater accuracy using
machine learning algorithms. Two fusion models have
been developed to classify the presence and absence of
heart disease. A comparative comparison was made to
see which model performs better. Here, three algorithms
have been used, and then two new decision level fusion
models were created by combining the three algorithms.
Both fused models gave a better performance than
separate algorithms, and between the two fused models,
model-2, which is the combination of DNN and LR,
performed better than model-1(DNN+DT). Model-2 has an
average accuracy of about 86%, where model-1 provided
85% accuracy with five-fold cross-validation. And for
ten-fold, model-1 gave an accuracy of 84%, and model-2
gave 87.12%. In terms of other parameters, both
models’ parameters improved. Both models’ performance
is almost the same for five-fold cross-validation, and in
ten-fold, model-2 performed much better than model-1.
And in both models, we obtained improved accuracy after
fusion, which was our main goal. The classifier can be
used for diferent datasets for other medical diagnoses in
the future, and the fusion model can be built with more
than two algorithms.</p>
      <p>
        Reseacrchers
I Tougui et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
R Birjais et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
S. Pouriyeh et al.[15]
      </p>
      <p>Y K Singh. et al [16]
S U Ghumbre et al. [17]</p>
      <p>Year
2020
2019
2017
2016
2012</p>
      <p>Approach</p>
      <p>LR</p>
      <p>LR
SVM +MLP
MLP</p>
      <p>Fold
number</p>
      <p>Accuracy</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Ayatollahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gholamhosseini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Salehi</surname>
          </string-name>
          ,
          <article-title>Predicting coronary artery disease: a comparison between two data mining algorithms</article-title>
          ,
          <source>BMC public health 19</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. M.</given-names>
            <surname>Summers</surname>
          </string-name>
          ,
          <article-title>Machine learning and ra- ray images</article-title>
          ,
          <source>Informatics in Medicine Unlocked 20 diology, Medical image analysis 16</source>
          (
          <year>2012</year>
          )
          <fpage>933</fpage>
          -
          <lpage>951</lpage>
          . (
          <year>2020</year>
          )
          <fpage>100391</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K.</given-names>
            <surname>Kourou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. P.</given-names>
            <surname>Exarchos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. P.</given-names>
            <surname>Exarchos</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. V.</surname>
          </string-name>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Dua</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. Graf,</surname>
          </string-name>
          <article-title>UCI machine learning repository</article-title>
          , Karamouzis,
          <string-name>
            <surname>D. I. Fotiadis</surname>
          </string-name>
          ,
          <source>Machine learning appli- 2017</source>
          . URL: http://archive.ics.uci.edu
          <article-title>/ml. cations in cancer prognosis and prediction</article-title>
          , Com- [13]
          <string-name>
            <given-names>H.</given-names>
            <surname>Naz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ahuja</surname>
          </string-name>
          ,
          <article-title>Deep learning approach for diaputational and structural biotechnology journal 13 betes prediction using pima indian dataset</article-title>
          ,
          <source>Jour</source>
          (
          <year>2015</year>
          )
          <fpage>8</fpage>
          -
          <lpage>17</lpage>
          . nal of Diabetes &amp;
          <source>Metabolic Disorders</source>
          <volume>19</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T.</given-names>
            <surname>Karayılan</surname>
          </string-name>
          , Ö. Kılıç,
          <source>Prediction of heart dis- 391-403</source>
          .
          <article-title>ease using neural network</article-title>
          , in: 2017 International [14]
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Cox</surname>
          </string-name>
          ,
          <article-title>The regression analysis of binary seConference on Computer Science and Engineering quences</article-title>
          ,
          <source>Journal of the Royal Statistical Society: (UBMK)</source>
          , IEEE,
          <year>2017</year>
          , pp.
          <fpage>719</fpage>
          -
          <lpage>723</lpage>
          . Series B (
          <year>Methodological</year>
          )
          <volume>20</volume>
          (
          <year>1958</year>
          )
          <fpage>215</fpage>
          -
          <lpage>232</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Matin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Mahmud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ahmed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Ejaz</surname>
          </string-name>
          , [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Pouriyeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vahid</surname>
          </string-name>
          , G. Sannino, G. De Pietro,
          <article-title>Weighted score level fusion of iris and face to iden- H.</article-title>
          <string-name>
            <surname>Arabnia</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gutierrez</surname>
          </string-name>
          ,
          <article-title>A comprehensive investitify an individual, in: 2017 International Confer- gation and comparison of machine learning techence on Electrical, Computer and Communication niques in the domain of heart disease</article-title>
          ,
          <source>in: 2017 IEEE Engineering (ECCE)</source>
          , IEEE,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . Symposium on Computers and Communications
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Christensen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Frandsen</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Glazier</surname>
          </string-name>
          , (ISCC), IEEE,
          <year>2017</year>
          , pp.
          <fpage>204</fpage>
          -
          <lpage>207</lpage>
          . J.
          <string-name>
            <surname>Humpherys</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Kartchner</surname>
            , Machine learn- [16]
            <given-names>Y. K.</given-names>
          </string-name>
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Sinha</surname>
            ,
            <given-names>S. K.</given-names>
          </string-name>
          <string-name>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Heart disease ing methods for disease prediction with claims prediction system using random forest</article-title>
          , in: Internadata, in: 2018
          <source>IEEE International Conference on tional Conference on Advances in Computing and Healthcare Informatics (ICHI)</source>
          , IEEE,
          <year>2018</year>
          , pp.
          <source>Data Sciences</source>
          , Springer,
          <year>2016</year>
          , pp.
          <fpage>613</fpage>
          -
          <lpage>623</lpage>
          .
          <fpage>467</fpage>
          -
          <lpage>4674</lpage>
          . [17]
          <string-name>
            <given-names>S. U.</given-names>
            <surname>Ghumbre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Ghatol</surname>
          </string-name>
          , Heart disease diagno-
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V.</given-names>
            <surname>Krishnaiah</surname>
          </string-name>
          , G. Narsimha,
          <string-name>
            <given-names>N. S.</given-names>
            <surname>Chandra</surname>
          </string-name>
          ,
          <article-title>Heart sis using machine learning algorithm, in: Proceeddisease prediction system using data mining tech- ings of the International Conference on Information niques and intelligent fuzzy approach: a review</article-title>
          ,
          <source>In- Systems Design and Intelligent Applications 2012 ternational Journal of Computer Applications 136 (INDIA</source>
          <year>2012</year>
          )
          <article-title>held in Visakhapatnam</article-title>
          , India, January (
          <year>2016</year>
          )
          <fpage>43</fpage>
          -
          <lpage>51</lpage>
          .
          <year>2012</year>
          , Springer,
          <year>2012</year>
          , pp.
          <fpage>217</fpage>
          -
          <lpage>225</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>I.</given-names>
            <surname>Tougui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jilbab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. El</given-names>
            <surname>Mhamdi</surname>
          </string-name>
          ,
          <article-title>Heart disease classification using data mining tools and machine learning techniques</article-title>
          ,
          <source>Health and Technology</source>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Dwivedi</surname>
          </string-name>
          ,
          <article-title>Performance evaluation of diferent machine learning techniques for prediction of heart disease</article-title>
          ,
          <source>Neural Computing and Applications</source>
          <volume>29</volume>
          (
          <year>2018</year>
          )
          <fpage>685</fpage>
          -
          <lpage>693</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>R.</given-names>
            <surname>Birjais</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Mourya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chauhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <article-title>Prediction and diagnosis of future diabetes risk: a machine learning approach</article-title>
          ,
          <source>SN Applied Sciences</source>
          <volume>1</volume>
          (
          <year>2019</year>
          )
          <fpage>1112</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bharati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Podder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. R. H.</given-names>
            <surname>Mondal</surname>
          </string-name>
          ,
          <article-title>Hybrid deep learning for detecting lung diseases from x-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>