SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2470
Genetically Optimized Neural Network for Heart Disease Classification
Snehal Patil1 Manish Patil2
1&2 Department of Electronics and Telecommunication Engineering, Gangamai College of Engineering, Nagaon,
Dhule, MS, India
----------------------------------------------------------------------***--------------------------------------------------------------------------
Abstract – This study seeks to implement and analyze a
methodology for Heart Disease (Cardiovascular disease)
detection using machine learning, based on quantitative
procedures, to assist in the diagnosis of individuals with
heart disease, through the investigation and selection of
variables that have a greater degree of importance in
determining this event. The diagnosis of heart disease is
performed using a model of Neural Networks after a
sequence of pre-treatment procedures and selection of
variables. Further neural network is optimized with
genetic algorithm to get better accuracy. Confusion matrix
is plotted for accuracy.
Keywords – Back Propagation; Cardiovascular disease;
Confusion Matrix; Genetic Algorithm; Neural Network.
1. INTRODUCTION
A sedentary lifestyle, high cholesterol and stress are
some of the heart's worst enemies. They fit within the
so-called modifiable factors, that is, they are repairable
from changes in the population's habits. Some people are
more likely to develop heart disease, especially given
their age and family history. But that doesn't mean
younger people shouldn't be worried.
However, despite the serious problem that
cardiovascular diseases currently pose, knowledge of
their main modifiable risk factors makes prevention
possible. The three most important modifiable
cardiovascular risk factors are smoking, hypertension
and hypercholesterolemia, followed by diabetes,
overweight/obesity, sedentary lifestyle and alcohol
abuse [1].
Artificial Intelligence (AI) applied to medicine is a
resource important in solving health care problems and
comes becoming an essential component of medical
informatics. Growing increase in challenges potentiated
by longer life expectancy, inadequate lifestyle, inequality
in access to health services, increased expenses and
shortage of professionals of health, demand
technological updates, with robust forecast values and
alternative scenarios that can map future health
problems and options to modify these trajectories [2].
With the growing demand for computational methods
that can contribute to diagnoses and optimize the time of
health professionals, several researches related to the
application of Machine Learning (ML) to health have
been developed [3]. ML is a sub-area of research in AI,
which aims to develop computational techniques on
learning, as well as the construction of systems capable
of acquiring knowledge automatically [4]. In addition, he
has the ability to learn from large volumes of data and
generate useful hypotheses [5], which can help the
health professional in the diagnosis, prevention and
search for more effective treatments. The ML model has
all the necessary information about a problem, such as,
what data constitute the analysis and also what it is
expected to produce as knowledge [6]. In addition, ML
can also potentially predict the likelihood that future
subjects will have Specific diseases, given early screening
from the data routine physical and laboratory
examinations.
In the context of the present research, learning
algorithms of machine can contribute to the prediction of
such diseases according to with the characteristics of the
individual. However, you must select among various
machine learning algorithms the one that best fits the
context of the problem. In view of this, the main the
objective of the research was the evaluation and
comparison of performance of different ML techniques
applied to the prediction of cardio metabolic diseases.
The main motivation of this work is the study of data
dimensionality reduction techniques in order to should
correspond with a reduction of those hospitalizations.
The objective of this study is to analyze the effect that
the preventive programs of the cardiovascular diseases
applied in primary care have on the avoidable
hospitalization specific of these diseases.
2. LITERATURE
In medicine, there are implementations of predictive
algorithms with techniques of Machine Learning and
Data Mining in different fields. There are investigations
and even several implementations to detect cancerous
tumours, classify the cancer of accompaniment to
different categories of diagnoses, even to detect the heart
diseases [7]. There are different algorithms that are used
for predictive systems and each one throws results with
different degrees of precision depending on the data
used and on them expected results.
There are 3 types of learning algorithms within Machine
Learning:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2471
Supervised, unsupervised and by semi supervised.
Depending on the needs from the problem to be solved,
the environment and what will develop and the factors
that will affect decision-making [8], each of these types
of learning in the offers a better approach.
The objective is to develop a predictive system to
determine patients who can be prone to suffering heart
diseases, through the use of the algorithms supervised,
Naive Bayesian [9] and Semi-Naive Bayesian and
compare these results with the existing Machine learning
techniques [10]. The idea is to train the system with real
patient data from which medical data are taken
(diabetes, etc.) and personal data (age, sex) to be able to
determine there, according to certain characteristics,
which people can be prone to suffer some type of illness
from heart diseases.
3. PROPOSED METHODOLOGY
The problem with risk factors related to heart disease is
that it includes many risk factors such as age, cigarette
use, blood cholesterol, fitness, blood pressure, stress and
so on and it is important as well as difficult task to
understand the importance of each and classify it. Also,
heart disease is often diagnosed when the patient has
reached an advanced stage of the disease. Therefore, risk
factors can be analyzed from different sources [9]-[10].
The dataset was composed of 12 important risk factors
which were sex, age, family history blood pressure,
Smoking Habit, alcohol consumption, physical inactivity,
diabetes, blood cholesterol, poor diet, obesity .The
system indicated whether the patient had risk of heart
disease or not. The data for 50 people was collected from
surveys done by the American Heart Association [10].
Most of the heart disease patients had many similarities
in the risk factors [11]. Table 4.1 shows the identified
important risk factors and the corresponding values and
their encoded values
In brackets, which were used as input to the system.
Table-1: Risk Factors Values and Their Encodings [12]
S. No. Risk Factors Values
1 Sex Male (1), Female (0)
2
Age (years)
20-34 (-2), 35-50 (-1), 51-60 (0),
61-79 (1) , >79 (2)
3
Blood
Cholesterol
Below 200 mg/dL - Low (-1)
200-239 mg/dL - Normal (0)
240 mg/dL and above - High (1)
4
Blood
Pressure
Below 120 mm Hg- Low (-1)
120 to 139 mm Hg- Normal (0)
Above 139 mm Hg- High (-1)
5 Hereditary
Family Member diagnosed with
HD -Yes (1) Otherwise –No (0)
6 Smoking Yes (1) or No (0)
7 Alcohol Intake Yes (1) or No (0)
8
Physical
Activity
Low (-1) , Normal (0) or High (-1)
9 Diabetes Yes (1) or No (0)
10 Diet Poor (-1), Normal (0) or Good (1)
11 Obesity Yes (1) or No (0)
12 Stress Yes (1) or No (0)
Output Heart Disease Yes (1) or No (0)
Data analysis has been carried out in order to transform
data into useful form, for this the values were encoded
mostly between a range [1, 1]. Data analysis also
removed the inconsistency and anomalies in the data.
This was needed. Data analysis was needed for correct
data pre-processing. The removal of missing and
incorrect inputs will help the neural network to
generalize well.
In this paper, genetically optimized Neural Network
approach is used to determine optimum number of
clusters in analyzed data. These methods are described
below.
A. Diagnosis using Genetically Optimized
Neural Network
In previous phase, Neural Network is trained using
back-propagation algorithm to find weight and bias
values. The proposed GA-NN approach uses Genetic
Algorithm to find weight and bias values. In this proposed
NN, the value of weight and bias are random and to
correct these values a fitness function is employed for
Genetic Algorithm.
B. Fitness Function
The fitness function is a function of weight and bias
with the objective of minimizing the mean square error
between the predicted and target classes of the training
data.
( ) ∑ [ ( )] (1)
Where, is input and is target output. Fitness
function in equation (1) is minimized using Genetic
Algorithm to optimized weight and bias values.
C. Neural Network
Artificial Neural Network (or simply "Neural Network")
is a distributed model composed of units (called
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2472
"neurons" in the literature) made up of non-linear
functions (typically sigmoid and hyperbolic tangents).
The combination of these units, through parameters
estimated from the data, is what gives this model the
ability to infer non-linear relationships of arbitrary
complexity. In the way used in this study, these units are
arranged in layers, including a hidden layer, which is not
directly connected to the model output. These
connections between units, or neurons, are called
weights (originally the terminology was "synaptic
weights"). These weights are the model parameters that
are adjusted by an iterative algorithm through the data.
Once the weights are adjusted, the network has the
ability to represent the relationship between the input
data and the output variable, in this case the diagnosis of
disease. The ability to learn from "examples" or data (in-
sample) and to generalize (out-of-sample) information
generated in complex non-linear environments is
undoubtedly the great advantage of Neural Networks.
The relevant and non-redundant variables are used as
input to the Neural Network, and, after the training
process, the diagnosis of heart disease is output from the
Network. Thus, in the training phase, the output of the
network assumes values 0 or 1 for each of two
possibilities, non-sick or sick, respectively. A sigmoid
activation function is used in the output unit so that the
Mains output always varies between 0 and 1, since this
function saturates these values. In the test phase, and
later in the use of the model, values close to 1 indicate a
high possibility of the individual being sick and close to 0
indicate a small possibility of being sick. The cut-off
point adopted to differentiate high from low possibility
was 0.5 and thus only two types of output were
considered, sick or non-sick, for values above 0.5 or
values below 0.5, respectively.
The relevant and non-redundant variables are used as
input to the Neural Network, and, after the training
process, the diagnosis of heart disease is output from the
Network. Thus, in the training phase, the output of the
network assumes values 0 or 1 for each of two
possibilities, non-sick or sick, respectively. A sigmoid
activation function is used in the output unit so that the
Mains output always varies between 0 and 1, since this
function saturates these values. In the test phase, and
later in the use of the model, values close to 1 indicate a
high possibility of the individual being sick and close to 0
indicate a small possibility of being sick. The cut-off
point adopted to differentiate high from low possibility
was 0.5 and thus only two types of output were
considered, sick or non-sick, for values above 0.5 or
values below 0.5, respectively.
D. Optimization of the Map Weights Set
In this approach, the application of the genetic
algorithm will be done using one of the fitness criteria
discussed here. From the formal model defined here for
Kohonen networks, we set: the set N of map positions, a
set of input vectors X, the topology T of the map and the
FA activation and Fw weight adjustment functions,
establishing low learning rates for this and initial and
final neighbourhood regions. We optimize the set of
initial weights of the network W (0); resulting in a
network with prior training. The data for risk factors
related to heart diseases collected from 50 peoples with
risk factor provided in Table 1.
E. Genetic Algorithms
Genetic algorithms (Goldberg, 1989), here also called GA,
are search methods based on the principles of natural
evolution and genetics. In this method, a population of
possible solutions to the problem in question evolves
under the application of probabilistic operators idealized
from biological processes. Thus, there is a tendency for
elements of the population become well and a better
approximation of the solution as the algorithm develops.
The individuals of the population are represented in a
coded way, being common the binary representation,
expressed by a string of bits called chromosome. The
positions in the chain are called gene and these normally
assume the binary values 0 and 1, called alleles. GAs are
iterative algorithms, with each iteration called a
generation. In most applications the initial population is
generated randomly.
GAs assigns to each member of the population a non-
negative value of an objective function to be optimized
called “fitness” or suitability. This value indicates the
quality of the individual in the population, being a
measure of its adaptability to the environment.
Individuals stronger, with better fitness, will have a
better chance of surviving and passing on to the next
generation. GA simple is composed of 3 basic operators:
selection, crossover or “crossover” and mutation. At
selection each individual “i” of the population is selected
or not according to a selection probability pi = Pfi where
fi is your “fitness”. The selected individuals are grouped
into pairs and subjected to the crossover operator. It
occurs according to a fixed probability Px, simulating
sexual reproduction, where chromosome fragments
(sub-bit strings) are exchanged.
The mutation occurs according to a probability Pm and
consists of selecting a position in the chain chromosome
and changes its binary value. The mutation introduces
new genetic material into the population and allows the
exploration of new regions in the parameter space. After
applying these operators a new population of possible
solutions is obtained. The process continues until some
stopping criterion. GAs only need information about the
value of an objective function, not requiring derivatives
or any other kind of knowledge. GAs can be applied to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2473
problems of global optimization, in multidimensional
spaces and with objective functions strongly not linear.
The row and column are the labels for detection and no
detection of heart disease from database. There are 2
sets of classes and each class having different set of
detection. Total 15 samples of Patients are taken out of
which 3 patients are classified correctly and none of the
samples were misclassified but in normal category 10
samples are classified correctly out of 15 samples and 2
samples are misclassified. The confusion plot indicates
the accuracy i.e. 90% for this approach.
Optimization of Weight Adjustment Parameters and Map
Topology
In this approach, the application of the genetic algorithm
will be done using one of the fitness criteria here
discussed. From the formal model defined for Kohonen
networks, we fix the following set N from map positions,
a set of X input vectors; the random set of initial weights
W(0); the network training time Tf; and the FA activation
and Fw weight adjustment functions, described in the
formal specification of the model. The parameters that
will be optimized are: the radius of initial and final
neighborhood, σi and σf; the initial and final learning
rate, αi and αf and the topology T of the map. In this
study, the line, grid and cube topologies are used,
respectively, forming uni, bi and three-dimensional
maps.
Fig -1: Genetic algorithm evolutionary cycle
4. SIMULATION AND RESULTS
The performance of proposed technique has been
studied by means of MATLAB simulation. The row and
column are the labels for detection and no detection of
heart disease from database. There are 2 sets of classes
and each class having different set of detection.
Fig- 3: Confusion matrix for NN method
Total 15 samples of patients are taken out of which 4
patients are classified correctly and none of the samples
were misclassified but in normal category 10 samples
are classified correctly out of 15 samples and 1 sample is
misclassified. The confusion plot indicates the accuracy
i.e. 93.3% for this approach.
 Population Size: 30
 Iteration: 500.
Fig- 4: Confusion matrix for GA-NN method
Simple Genetic Algorithm
{
t = 0;
Initialization (P (t));
Evaluation (P (t));
While not end to t =
t+1;
P'= select (P (t));
Recombining (P'(t);
Mutation (P'(t));
Evaluation (P '(t));
P = Survival (P, P'(t));
}
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2474
Fig-5: Training model of neural network
5. CONCLUSIONS
Adjusting the weight of the original neural network
model requires high computing costs because we adjust
all the weights of the map for each vector of the training
phase. So, the approach of adjusting the weight
adjustment parameters for each population generated by
the genetic algorithm, according to the desired fitness
function, is useful to identify which set of weight
adjustment parameters can be used in the conventional
model. It can be seen that the cultural algorithm gives
similar results to the GA-NN approach i.e. 93.3 but at the
lower iterations. Therefore, the Cultural algorithm based
approach is best among all three approaches.
REFERENCE
[1] Safdar, S., Zafar, S., Zafar, N., & Khan, N. F. (2018).
Machine learning based decision support systems
(DSS) for heart disease diagnosis: a review. Artificial
Intelligence Review, 50(4), 597-623.
[2] Al’Aref, S. J., Anchouche, K., Singh, G., Slomka, P. J.,
Kolli, K. K., Kumar, A., ... & Min, J. K. (2019). Clinical
applications of machine learning in cardiovascular
disease and its relevance to cardiac
imaging. European heart journal, 40(24), 1975-
1986.
[3] Otoom, A. F., Abdallah, E. E., Kilani, Y., Kefaye, A., &
Ashour, M. (2015). Effective diagnosis and
monitoring of heart disease. International Journal of
Software Engineering and Its Applications, 9(1),
143-156..
[4] Nagavelli, U., Samanta, D., & Chakraborty, P. (2022).
Machine Learning Technology-Based Heart Disease
Detection Models. Journal of Healthcare
Engineering, 2022.
[5] Alarsan, F. I., & Younes, M. (2019). Analysis and
classification of heart diseases using heartbeat
features and machine learning algorithms. Journal of
big data, 6(1), 1-15.
[6] World Health Organization, 2007. Prevention of
cardiovascular disease. World Health Organization.
[7] Cowie, M.R., Anker, S.D., Cleland, J.G., Felker, G.M.,
Filippatos, G., Jaarsma, T., Jourdain, P., Knight, E.,
Massie, B., Ponikowski, P. and López‐Sendón, J.,
2014. Improving care for patients with
[8] acute heart failure: before, during and after
hospitalization. ESC Heart Failure, 1(2), pp.110-145.
[9] Arabasadi, Z., Alizadehsani, R., Roshanzamir, M.,
Moosaei, H., & Yarifard, A. A. (2017). Computer aided
decision making for heart disease detection using
hybrid neural network-Genetic algorithm. Computer
methods and programs in biomedicine, 141, 19-26.
[10] Centre for Disease Control and Prevention, Online
available at:
http://www.cdc.gov/heartdisease/risk_factors.htm
[11] American Heart Association, Online availableat:
ttp://www.heart.org/HEARTORG/Conditions
[12] Truong, V. T., Nguyen, B. P., Nguyen-Vo, T. H.,
Mazur, W., Chung, E. S., Palmer, C., ... & Le, T. K.
(2022). Application of machine learning in screening
for congenital heart diseases using fetal
echocardiography. The International Journal of
Cardiovascular Imaging, 1-9.
[13] Syed Umar Amin, Kavita Agarwal, Dr. Rizwan Beg,
“Genetic Neural Network Based Data Mining in
Prediction of Heart Disease Using Risk Factors”,
Proceedings of IEEE Conference on Information and
Communication Technologies (ICT), pp. 1227–1231,
April 2013.

More Related Content

Similar to Genetically Optimized Neural Network for Heart Disease Classification

DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH
DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH
DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH cscpconf
 
Machine learning approach for predicting heart and diabetes diseases using da...
Machine learning approach for predicting heart and diabetes diseases using da...Machine learning approach for predicting heart and diabetes diseases using da...
Machine learning approach for predicting heart and diabetes diseases using da...IAESIJAI
 
Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.IRJET Journal
 
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
IRJET-  	  Predicting Diabetes Disease using Effective Classification TechniquesIRJET-  	  Predicting Diabetes Disease using Effective Classification Techniques
IRJET- Predicting Diabetes Disease using Effective Classification TechniquesIRJET Journal
 
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEMA COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEMIRJET Journal
 
IRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection AlgorithmsIRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection AlgorithmsIRJET Journal
 
IRJET- Prediction and Analysis of Heart Disease using SVM Algorithm
IRJET-  	  Prediction and Analysis of Heart Disease using SVM AlgorithmIRJET-  	  Prediction and Analysis of Heart Disease using SVM Algorithm
IRJET- Prediction and Analysis of Heart Disease using SVM AlgorithmIRJET Journal
 
Heart disease classification using Random Forest
Heart disease classification using Random ForestHeart disease classification using Random Forest
Heart disease classification using Random ForestIRJET Journal
 
Prediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A ReviewPrediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A ReviewIRJET Journal
 
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET Journal
 
Heart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data MiningHeart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data MiningIRJET Journal
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer SystemIRJET Journal
 
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONPREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONIRJET Journal
 
Heart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesHeart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesIRJET Journal
 
Multiple Disease Prediction System: A Review
Multiple Disease Prediction System: A ReviewMultiple Disease Prediction System: A Review
Multiple Disease Prediction System: A ReviewIRJET Journal
 
IRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET Journal
 
IRJET-Survey on Data Mining Techniques for Disease Prediction
IRJET-Survey on Data Mining Techniques for Disease PredictionIRJET-Survey on Data Mining Techniques for Disease Prediction
IRJET-Survey on Data Mining Techniques for Disease PredictionIRJET Journal
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningIRJET Journal
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction SystemIRJET Journal
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...mlaij
 

Similar to Genetically Optimized Neural Network for Heart Disease Classification (20)

DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH
DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH
DIAGNOSIS OF RHEUMATOID ARTHRITIS USING AN ENSEMBLE LEARNING APPROACH
 
Machine learning approach for predicting heart and diabetes diseases using da...
Machine learning approach for predicting heart and diabetes diseases using da...Machine learning approach for predicting heart and diabetes diseases using da...
Machine learning approach for predicting heart and diabetes diseases using da...
 
Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.
 
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
IRJET-  	  Predicting Diabetes Disease using Effective Classification TechniquesIRJET-  	  Predicting Diabetes Disease using Effective Classification Techniques
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
 
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEMA COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
 
IRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection AlgorithmsIRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
 
IRJET- Prediction and Analysis of Heart Disease using SVM Algorithm
IRJET-  	  Prediction and Analysis of Heart Disease using SVM AlgorithmIRJET-  	  Prediction and Analysis of Heart Disease using SVM Algorithm
IRJET- Prediction and Analysis of Heart Disease using SVM Algorithm
 
Heart disease classification using Random Forest
Heart disease classification using Random ForestHeart disease classification using Random Forest
Heart disease classification using Random Forest
 
Prediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A ReviewPrediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A Review
 
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
 
Heart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data MiningHeart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data Mining
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer System
 
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONPREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
 
Heart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesHeart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning Techniques
 
Multiple Disease Prediction System: A Review
Multiple Disease Prediction System: A ReviewMultiple Disease Prediction System: A Review
Multiple Disease Prediction System: A Review
 
IRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future Disease
 
IRJET-Survey on Data Mining Techniques for Disease Prediction
IRJET-Survey on Data Mining Techniques for Disease PredictionIRJET-Survey on Data Mining Techniques for Disease Prediction
IRJET-Survey on Data Mining Techniques for Disease Prediction
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine Learning
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction System
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 

Genetically Optimized Neural Network for Heart Disease Classification

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2470 Genetically Optimized Neural Network for Heart Disease Classification Snehal Patil1 Manish Patil2 1&2 Department of Electronics and Telecommunication Engineering, Gangamai College of Engineering, Nagaon, Dhule, MS, India ----------------------------------------------------------------------***-------------------------------------------------------------------------- Abstract – This study seeks to implement and analyze a methodology for Heart Disease (Cardiovascular disease) detection using machine learning, based on quantitative procedures, to assist in the diagnosis of individuals with heart disease, through the investigation and selection of variables that have a greater degree of importance in determining this event. The diagnosis of heart disease is performed using a model of Neural Networks after a sequence of pre-treatment procedures and selection of variables. Further neural network is optimized with genetic algorithm to get better accuracy. Confusion matrix is plotted for accuracy. Keywords – Back Propagation; Cardiovascular disease; Confusion Matrix; Genetic Algorithm; Neural Network. 1. INTRODUCTION A sedentary lifestyle, high cholesterol and stress are some of the heart's worst enemies. They fit within the so-called modifiable factors, that is, they are repairable from changes in the population's habits. Some people are more likely to develop heart disease, especially given their age and family history. But that doesn't mean younger people shouldn't be worried. However, despite the serious problem that cardiovascular diseases currently pose, knowledge of their main modifiable risk factors makes prevention possible. The three most important modifiable cardiovascular risk factors are smoking, hypertension and hypercholesterolemia, followed by diabetes, overweight/obesity, sedentary lifestyle and alcohol abuse [1]. Artificial Intelligence (AI) applied to medicine is a resource important in solving health care problems and comes becoming an essential component of medical informatics. Growing increase in challenges potentiated by longer life expectancy, inadequate lifestyle, inequality in access to health services, increased expenses and shortage of professionals of health, demand technological updates, with robust forecast values and alternative scenarios that can map future health problems and options to modify these trajectories [2]. With the growing demand for computational methods that can contribute to diagnoses and optimize the time of health professionals, several researches related to the application of Machine Learning (ML) to health have been developed [3]. ML is a sub-area of research in AI, which aims to develop computational techniques on learning, as well as the construction of systems capable of acquiring knowledge automatically [4]. In addition, he has the ability to learn from large volumes of data and generate useful hypotheses [5], which can help the health professional in the diagnosis, prevention and search for more effective treatments. The ML model has all the necessary information about a problem, such as, what data constitute the analysis and also what it is expected to produce as knowledge [6]. In addition, ML can also potentially predict the likelihood that future subjects will have Specific diseases, given early screening from the data routine physical and laboratory examinations. In the context of the present research, learning algorithms of machine can contribute to the prediction of such diseases according to with the characteristics of the individual. However, you must select among various machine learning algorithms the one that best fits the context of the problem. In view of this, the main the objective of the research was the evaluation and comparison of performance of different ML techniques applied to the prediction of cardio metabolic diseases. The main motivation of this work is the study of data dimensionality reduction techniques in order to should correspond with a reduction of those hospitalizations. The objective of this study is to analyze the effect that the preventive programs of the cardiovascular diseases applied in primary care have on the avoidable hospitalization specific of these diseases. 2. LITERATURE In medicine, there are implementations of predictive algorithms with techniques of Machine Learning and Data Mining in different fields. There are investigations and even several implementations to detect cancerous tumours, classify the cancer of accompaniment to different categories of diagnoses, even to detect the heart diseases [7]. There are different algorithms that are used for predictive systems and each one throws results with different degrees of precision depending on the data used and on them expected results. There are 3 types of learning algorithms within Machine Learning:
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2471 Supervised, unsupervised and by semi supervised. Depending on the needs from the problem to be solved, the environment and what will develop and the factors that will affect decision-making [8], each of these types of learning in the offers a better approach. The objective is to develop a predictive system to determine patients who can be prone to suffering heart diseases, through the use of the algorithms supervised, Naive Bayesian [9] and Semi-Naive Bayesian and compare these results with the existing Machine learning techniques [10]. The idea is to train the system with real patient data from which medical data are taken (diabetes, etc.) and personal data (age, sex) to be able to determine there, according to certain characteristics, which people can be prone to suffer some type of illness from heart diseases. 3. PROPOSED METHODOLOGY The problem with risk factors related to heart disease is that it includes many risk factors such as age, cigarette use, blood cholesterol, fitness, blood pressure, stress and so on and it is important as well as difficult task to understand the importance of each and classify it. Also, heart disease is often diagnosed when the patient has reached an advanced stage of the disease. Therefore, risk factors can be analyzed from different sources [9]-[10]. The dataset was composed of 12 important risk factors which were sex, age, family history blood pressure, Smoking Habit, alcohol consumption, physical inactivity, diabetes, blood cholesterol, poor diet, obesity .The system indicated whether the patient had risk of heart disease or not. The data for 50 people was collected from surveys done by the American Heart Association [10]. Most of the heart disease patients had many similarities in the risk factors [11]. Table 4.1 shows the identified important risk factors and the corresponding values and their encoded values In brackets, which were used as input to the system. Table-1: Risk Factors Values and Their Encodings [12] S. No. Risk Factors Values 1 Sex Male (1), Female (0) 2 Age (years) 20-34 (-2), 35-50 (-1), 51-60 (0), 61-79 (1) , >79 (2) 3 Blood Cholesterol Below 200 mg/dL - Low (-1) 200-239 mg/dL - Normal (0) 240 mg/dL and above - High (1) 4 Blood Pressure Below 120 mm Hg- Low (-1) 120 to 139 mm Hg- Normal (0) Above 139 mm Hg- High (-1) 5 Hereditary Family Member diagnosed with HD -Yes (1) Otherwise –No (0) 6 Smoking Yes (1) or No (0) 7 Alcohol Intake Yes (1) or No (0) 8 Physical Activity Low (-1) , Normal (0) or High (-1) 9 Diabetes Yes (1) or No (0) 10 Diet Poor (-1), Normal (0) or Good (1) 11 Obesity Yes (1) or No (0) 12 Stress Yes (1) or No (0) Output Heart Disease Yes (1) or No (0) Data analysis has been carried out in order to transform data into useful form, for this the values were encoded mostly between a range [1, 1]. Data analysis also removed the inconsistency and anomalies in the data. This was needed. Data analysis was needed for correct data pre-processing. The removal of missing and incorrect inputs will help the neural network to generalize well. In this paper, genetically optimized Neural Network approach is used to determine optimum number of clusters in analyzed data. These methods are described below. A. Diagnosis using Genetically Optimized Neural Network In previous phase, Neural Network is trained using back-propagation algorithm to find weight and bias values. The proposed GA-NN approach uses Genetic Algorithm to find weight and bias values. In this proposed NN, the value of weight and bias are random and to correct these values a fitness function is employed for Genetic Algorithm. B. Fitness Function The fitness function is a function of weight and bias with the objective of minimizing the mean square error between the predicted and target classes of the training data. ( ) ∑ [ ( )] (1) Where, is input and is target output. Fitness function in equation (1) is minimized using Genetic Algorithm to optimized weight and bias values. C. Neural Network Artificial Neural Network (or simply "Neural Network") is a distributed model composed of units (called
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2472 "neurons" in the literature) made up of non-linear functions (typically sigmoid and hyperbolic tangents). The combination of these units, through parameters estimated from the data, is what gives this model the ability to infer non-linear relationships of arbitrary complexity. In the way used in this study, these units are arranged in layers, including a hidden layer, which is not directly connected to the model output. These connections between units, or neurons, are called weights (originally the terminology was "synaptic weights"). These weights are the model parameters that are adjusted by an iterative algorithm through the data. Once the weights are adjusted, the network has the ability to represent the relationship between the input data and the output variable, in this case the diagnosis of disease. The ability to learn from "examples" or data (in- sample) and to generalize (out-of-sample) information generated in complex non-linear environments is undoubtedly the great advantage of Neural Networks. The relevant and non-redundant variables are used as input to the Neural Network, and, after the training process, the diagnosis of heart disease is output from the Network. Thus, in the training phase, the output of the network assumes values 0 or 1 for each of two possibilities, non-sick or sick, respectively. A sigmoid activation function is used in the output unit so that the Mains output always varies between 0 and 1, since this function saturates these values. In the test phase, and later in the use of the model, values close to 1 indicate a high possibility of the individual being sick and close to 0 indicate a small possibility of being sick. The cut-off point adopted to differentiate high from low possibility was 0.5 and thus only two types of output were considered, sick or non-sick, for values above 0.5 or values below 0.5, respectively. The relevant and non-redundant variables are used as input to the Neural Network, and, after the training process, the diagnosis of heart disease is output from the Network. Thus, in the training phase, the output of the network assumes values 0 or 1 for each of two possibilities, non-sick or sick, respectively. A sigmoid activation function is used in the output unit so that the Mains output always varies between 0 and 1, since this function saturates these values. In the test phase, and later in the use of the model, values close to 1 indicate a high possibility of the individual being sick and close to 0 indicate a small possibility of being sick. The cut-off point adopted to differentiate high from low possibility was 0.5 and thus only two types of output were considered, sick or non-sick, for values above 0.5 or values below 0.5, respectively. D. Optimization of the Map Weights Set In this approach, the application of the genetic algorithm will be done using one of the fitness criteria discussed here. From the formal model defined here for Kohonen networks, we set: the set N of map positions, a set of input vectors X, the topology T of the map and the FA activation and Fw weight adjustment functions, establishing low learning rates for this and initial and final neighbourhood regions. We optimize the set of initial weights of the network W (0); resulting in a network with prior training. The data for risk factors related to heart diseases collected from 50 peoples with risk factor provided in Table 1. E. Genetic Algorithms Genetic algorithms (Goldberg, 1989), here also called GA, are search methods based on the principles of natural evolution and genetics. In this method, a population of possible solutions to the problem in question evolves under the application of probabilistic operators idealized from biological processes. Thus, there is a tendency for elements of the population become well and a better approximation of the solution as the algorithm develops. The individuals of the population are represented in a coded way, being common the binary representation, expressed by a string of bits called chromosome. The positions in the chain are called gene and these normally assume the binary values 0 and 1, called alleles. GAs are iterative algorithms, with each iteration called a generation. In most applications the initial population is generated randomly. GAs assigns to each member of the population a non- negative value of an objective function to be optimized called “fitness” or suitability. This value indicates the quality of the individual in the population, being a measure of its adaptability to the environment. Individuals stronger, with better fitness, will have a better chance of surviving and passing on to the next generation. GA simple is composed of 3 basic operators: selection, crossover or “crossover” and mutation. At selection each individual “i” of the population is selected or not according to a selection probability pi = Pfi where fi is your “fitness”. The selected individuals are grouped into pairs and subjected to the crossover operator. It occurs according to a fixed probability Px, simulating sexual reproduction, where chromosome fragments (sub-bit strings) are exchanged. The mutation occurs according to a probability Pm and consists of selecting a position in the chain chromosome and changes its binary value. The mutation introduces new genetic material into the population and allows the exploration of new regions in the parameter space. After applying these operators a new population of possible solutions is obtained. The process continues until some stopping criterion. GAs only need information about the value of an objective function, not requiring derivatives or any other kind of knowledge. GAs can be applied to
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2473 problems of global optimization, in multidimensional spaces and with objective functions strongly not linear. The row and column are the labels for detection and no detection of heart disease from database. There are 2 sets of classes and each class having different set of detection. Total 15 samples of Patients are taken out of which 3 patients are classified correctly and none of the samples were misclassified but in normal category 10 samples are classified correctly out of 15 samples and 2 samples are misclassified. The confusion plot indicates the accuracy i.e. 90% for this approach. Optimization of Weight Adjustment Parameters and Map Topology In this approach, the application of the genetic algorithm will be done using one of the fitness criteria here discussed. From the formal model defined for Kohonen networks, we fix the following set N from map positions, a set of X input vectors; the random set of initial weights W(0); the network training time Tf; and the FA activation and Fw weight adjustment functions, described in the formal specification of the model. The parameters that will be optimized are: the radius of initial and final neighborhood, σi and σf; the initial and final learning rate, αi and αf and the topology T of the map. In this study, the line, grid and cube topologies are used, respectively, forming uni, bi and three-dimensional maps. Fig -1: Genetic algorithm evolutionary cycle 4. SIMULATION AND RESULTS The performance of proposed technique has been studied by means of MATLAB simulation. The row and column are the labels for detection and no detection of heart disease from database. There are 2 sets of classes and each class having different set of detection. Fig- 3: Confusion matrix for NN method Total 15 samples of patients are taken out of which 4 patients are classified correctly and none of the samples were misclassified but in normal category 10 samples are classified correctly out of 15 samples and 1 sample is misclassified. The confusion plot indicates the accuracy i.e. 93.3% for this approach.  Population Size: 30  Iteration: 500. Fig- 4: Confusion matrix for GA-NN method Simple Genetic Algorithm { t = 0; Initialization (P (t)); Evaluation (P (t)); While not end to t = t+1; P'= select (P (t)); Recombining (P'(t); Mutation (P'(t)); Evaluation (P '(t)); P = Survival (P, P'(t)); }
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2474 Fig-5: Training model of neural network 5. CONCLUSIONS Adjusting the weight of the original neural network model requires high computing costs because we adjust all the weights of the map for each vector of the training phase. So, the approach of adjusting the weight adjustment parameters for each population generated by the genetic algorithm, according to the desired fitness function, is useful to identify which set of weight adjustment parameters can be used in the conventional model. It can be seen that the cultural algorithm gives similar results to the GA-NN approach i.e. 93.3 but at the lower iterations. Therefore, the Cultural algorithm based approach is best among all three approaches. REFERENCE [1] Safdar, S., Zafar, S., Zafar, N., & Khan, N. F. (2018). Machine learning based decision support systems (DSS) for heart disease diagnosis: a review. Artificial Intelligence Review, 50(4), 597-623. [2] Al’Aref, S. J., Anchouche, K., Singh, G., Slomka, P. J., Kolli, K. K., Kumar, A., ... & Min, J. K. (2019). Clinical applications of machine learning in cardiovascular disease and its relevance to cardiac imaging. European heart journal, 40(24), 1975- 1986. [3] Otoom, A. F., Abdallah, E. E., Kilani, Y., Kefaye, A., & Ashour, M. (2015). Effective diagnosis and monitoring of heart disease. International Journal of Software Engineering and Its Applications, 9(1), 143-156.. [4] Nagavelli, U., Samanta, D., & Chakraborty, P. (2022). Machine Learning Technology-Based Heart Disease Detection Models. Journal of Healthcare Engineering, 2022. [5] Alarsan, F. I., & Younes, M. (2019). Analysis and classification of heart diseases using heartbeat features and machine learning algorithms. Journal of big data, 6(1), 1-15. [6] World Health Organization, 2007. Prevention of cardiovascular disease. World Health Organization. [7] Cowie, M.R., Anker, S.D., Cleland, J.G., Felker, G.M., Filippatos, G., Jaarsma, T., Jourdain, P., Knight, E., Massie, B., Ponikowski, P. and López‐Sendón, J., 2014. Improving care for patients with [8] acute heart failure: before, during and after hospitalization. ESC Heart Failure, 1(2), pp.110-145. [9] Arabasadi, Z., Alizadehsani, R., Roshanzamir, M., Moosaei, H., & Yarifard, A. A. (2017). Computer aided decision making for heart disease detection using hybrid neural network-Genetic algorithm. Computer methods and programs in biomedicine, 141, 19-26. [10] Centre for Disease Control and Prevention, Online available at: http://www.cdc.gov/heartdisease/risk_factors.htm [11] American Heart Association, Online availableat: ttp://www.heart.org/HEARTORG/Conditions [12] Truong, V. T., Nguyen, B. P., Nguyen-Vo, T. H., Mazur, W., Chung, E. S., Palmer, C., ... & Le, T. K. (2022). Application of machine learning in screening for congenital heart diseases using fetal echocardiography. The International Journal of Cardiovascular Imaging, 1-9. [13] Syed Umar Amin, Kavita Agarwal, Dr. Rizwan Beg, “Genetic Neural Network Based Data Mining in Prediction of Heart Disease Using Risk Factors”, Proceedings of IEEE Conference on Information and Communication Technologies (ICT), pp. 1227–1231, April 2013.