SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 373
THE PREDICTION OF HEART DISEASE USING NAIVE BAYES CLASSIFIER
S. Spino1, Dr. M. Mohamed Sathik2, Dr. S. Shajun Nisha3
1M.phil Research Scholar, PG & Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
2Principal, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India
3Assistant Professor & Head, PG & Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Data Mining is a fascinating field of research its
significant goal is to discover intriguing and useful patterns
from huge data sets. Nowadays, health diseasesareincreasing
day by day due to life style and hereditary. Especially, heart
diseases has become prevalent lately. Heart disease is ranked
as the major cause of death in the world accounting to about
17.3 million deaths per year. The heart disease records to be
the main source of death around the world. Data mining
Classification technique predicts the heart disease risk level of
each person based on attributes such as age, gender, Blood
pressure, cholesterol, pulserate. ThisPaper focusesaround the
prediction of heart disease accuracy value using the Naive
Bayes classification technique. Naive Bayes classifier is a
statistical based classifier which is based on Bayes Theory.
Key Words: Data mining, Heart Disease, Heart Disease
Dataset, Classification, Naive Bayes.
1. INTRODUCTION
The heart is an imperative organ of our body. The heart
functions as a pump in the circulatory system to provide
unceasing flow of blood throughout the body. This
movement consists of the system circulationtoandfrom the
body and the pulmonary circulation to and from the lungs.
Blood in the pulmonary circulation serve carbon dioxide for
oxygen in the lungs through the process of respiration. Ifthe
operation of a heart is not proper, it will influence other
parts of a human. Healthy life depends on effective working
of the heart. The term Heart disease alludes to disease of
heart and the blood vessel system within it. Cardiovascular
diseases are one of the most noteworthy flying infections of
the Modern world. There are number of elements which
increment the Heart disease such as Hyper pressure ,
Physical inertia , Corpulence, Hypertension, Cholesterol,
Family ancestry of heart disease, Smoking. In Classification
Algorithm the main objective is to predict the target class by
analysing the training dataset [4].Data mining tools have
been created for compelling investigation of medicinal data,
so as to help clinicians in improving their conclusion for the
treatment purposes. In heart disease research, data mining
strategy have played out a huge role. The Heart Disease
contains the screening clinical information of heart patients
[5].From the distinctive elucidation between the healthy
people and the heart ailing people. The effectively existing
medical data is an obvious and extraordinary methodology
in the investigation of heart related infection
characterization to discover the disguised medicinal data.
Building accurate and efficient classifiers for Medical
databases is one of the essential tasks of data mining and
machine learning research [7]. The aim of this paper is to
employ and analyzed the data mining Classification
technique to predict the heart disease risk level in a patient
through extraction of interesting patterns from the dataset
using vital parameters. Our work present the
implementation of Naive Bayes to predict the presence of
heart disease in a person. The efficiency of the model is
based on accuracy and time complexity.
1.1 Literature Review
Ritika Chandha [1] have defined a specific method that
precisely identifies the contingency of heart disease in a
patient. For this we have used three methodical algorithms
namely Artificial Neural Network, Decisiontree,NaiveBayes
.It takes Cleveland dataset as its input,thesedatasetcontains
8 attributes. ANN was advocated as an optimistic tool for
making decisions with regard to medical applications. The
data set is partitioned intotestingandtrainingdatasets.ANN
produced an accuracy of 100% with the provided Data set.
Naive Bayes produces a veracious percent of 85.86 08% in
foreboding the heart disease. ID3 is one of the effective
Decision tree algorithm, the accuracy produced by the ID3
algorithm of Decision tree is 88.0253%. The enumerated
results of each algorithms is analyzed to put forth that the
ANN renders the highest accuracy. Sujata Joshi[2] have
employed data mining technique in diagnosis of heart
disease, this research concentrates on using three
classification techniques called Decision Tree ,Naïve Bayes
and KNN, the datasets are acquired from the UCI Learning
Repository ,it consist of 14 attributes . The dataset analyzed
using the KNN algorithm produces a precision of 100%.The
decision tree technique of the Naive Bayes evaluates to
92.0792% of correctly classified instance .The Analogy of
these classification algorithms, resolves to bring forth the
KNN algorithm as a prominent method of predicting the
Heart diseases. K.Gomathi [3] have proposed a method in
which he interprets that an immense amount of heart
disease that are deadly to humans beings can be envisaged
through their initial symptoms, prior to its manifestation. It
would divulge the chanceof preventionandearlytreatments
.It is carried out using the Data Mining classification
technique. The Dataset played a critical role in diagnosis of
the heart disease, the provided dataset are evaluated by
three types of Classification techniques namely ANN,
Decision tree and Naive Bayes. The estimation donethrough
ANN produces an accuracy of 79.9043% whereas the Naive
Bayes generates a precision of 76.555%, and the accuracy
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 374
procured, through the estimation done by Decision tree is
97.033%. The enumerated results of each algorithms is
analyzed to put forth that the ANN renders the highest
accuracy.
1.2 Motivation and Justifications
Naive Bayes is an efficient eager learning classifier, which
classification techniques is particularly used for real time
applications since it is capable of producing instantaneous
results in a modest amount of time, it does notrequireslarge
set of data for analogy. The estimation of test data can be
carried out with a minimal amount of training data.
1.3 Outline of the Proposed Work:
Fig -1: Outline of the Proposed Work
2. METHODOLOGY:
2.1 Dataset:
The Heart Disease data set from theUCILearningRepository
is used for this study. The Heart disease data set is divided
into Training data and Testing Data .Training Data consists
of 457 records and 13 attributes. Testing Data Consistsof 88
records and 13 attributes. The Heart Disease contains the
screening clinical information of heart patients.
2.2 Naive Bayes Classifier
Naive Bayes classifier is a statistical based classifierwhichis
based on Bayes Theory. It assumes that attributes are
statistically independent. This classifier is based on
probabilities. Given two events A and B, P (A) is prior
probability and P (A|B) is posterior probability, then
according to Bayes theorem.
P (A|B) = P (B/A) P (A)/P (B) and P (B|A) is computed as
P (A ∩ B) =P (A)
These Bayesian probabilitiesareusedtodeterminethe most
likely next event for the given instance given all the training
data. Conditional probabilities are determined from the
training data. The Naive Bayes model is based on the
conditional independence model of each predictor give the
target class [6]. This classifier yields optimal prediction
(given the assumptions). It can also handle discrete or
numeric attribute values.
3. EXPERIMENTAL RESULT
3.1 Performance Metrics
3.1.1 True Positive Rate
The true positive rate also mention to sensitivity or recall,
is used to evaluate the rate of actual positives which are
precisely identified.
True Positive Rate =
3.1.2 False Positive Rate:
The false positive rate is used to evaluate the rate of actual
negative which are precisely identified.
False Positive Rate =
3.1.3Precision
Precision refers to how close rate from dissimilar samples
are to each other. For example the excellence error is a
measure of Precision. When the standard error is small,
estimates from dissimilar samples will be close in value.
Precision =
3.1.4 Recall
Recall is called sensitivity in binary classification. It can be
viewed as the probability that an applicable document is
retrieved by the query.
Recall =
3.1.5 F-Measure
The F-Measure (or F-score) examine both Precision and
recall of the test to compute the measure .The Precision P is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 375
the number of true positive outcome and the Recall R is the
number of true positive outcomedividedbythetruepositive
outcomes should have been returned. The F-Measure is the
Harmonic Mean of Precision and Recall.
F-Measure =
3.1.6 ROC Area
Receiver Operating Characteristic curve(ROC)isa plotofthe
correct positive rate opposed tothefalsepositiveratefor the
dissimilar feasible cut points of a diagnostic experiment.
3.1.7 Precision Recall Curve
PRC are a metric used to assess a classifier’sstatus,distinctly
when class are extremely variance.
3.1.8 Matthews Correlation Coefficient
The Mathews Correlation Coefficient (MCC) is used to
evaluate of the quality of binary classifications .It returns a
point between -1 to +1. A Coefficient of +1 indicates a refine
prediction, 0 indicates no perfect than randomforecastand-
1 represents total dissent between prediction and
examination.
3.1.9Kappa statistic:
Kappa Statistics is a standard benchmark, mainly used to
compare the observed accuracy values with the excepted
accuracy values, this statistical evaluation can be performed
on both single classifiers and multiple classifiers among
themselves.
k =
3.1.10 Mean absolute error (MAE):
The MAE is primarily used to ascertain the average error
magnitude of the forecast sets, excluding its direction. The
exactness of the continuous variable is measured using an
equation provided in library references.Expressedin words,
the MAE is the average over the verification sample of the
absolute values of the differences between forecast and the
corresponding observation. The MAE is a linear score which
means that all the individual differences are weighted
equally in the average.
MAE =
3.1.11 Root mean squared error (RMSE):
RMSE is termed as a quadratic scoring rule, it is utilized to
measure the errors average magnitude, the associated
equation for root mean squared error is give in a couple of
reference, either it is to express the formula in words or to
express the unassociativity between the forecast and
observed values, that are produced by averaging the sample
values. Ultimately the square root of theaverageisprovided.
RMSE =
3.1.12Relative Absolute Error:
The relative absolute error is alike the relative
squared error in the sense that it is also relatively to aneasy
predictor, which is just the average of the actual values. In
this case, though, the error is just the overall absolute
error instead of the total squared error.
RAE=
3.2 PERFORMANCE EVALUATION:
Table -1: Detailed Accuracy by Class (Training Data)
Hungary Switzerland VA Weighted
Average
TP Rate 0.993 1.000 0.869 0.963
FP Rate 0.012 0.035 0.003 0.013
Precision 0.993 0.800 0.989 0.969
Recall 0.0993 1.000 0.860 0.963
F-
Measure
0.993 0.889 0.920 0.969
MCC 0.981 0.879 0.901 0.950
ROC Area 1.000 1.000 0.998 1.000
PRC Area 1.0000 0.998 0.995 0.999
Chart -1: Detailed Accuracy by Class (Training Data)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 376
Table -2: Detailed Accuracy by Class (Testing Data)
Hungary Switzerland VA Weighted
Average
TP Rate 1.000 0.963 1.000 0.989
FP Rate 0.000 0.000 0.015 0.004
Precision 1.000 1.000 0.955 0.989
Recall 1.000 0.963 1.000 0.989
F-Measure 1.000 0.981 0.977 0.989
MCC 1.000 0.973 0.970 0.989
ROC Area 1.000 1.000 0.999 1.000
PRC Area 1.0000 1.000 0.989 0.999
Chart -2: Detailed Accuracy by Class (Testing Data)
Table -3: Dataset Classification Based On Its Properties
Training
Data
Testing
Data
Correctly Classified
Instances
17 1
Incorrectly
Classified Instance
0.9284 0.9823
Kappa Statistics 0.0251 0.0162
Mean absolute
error
0.1325 0.0957
Root absolute error 7.274% 3.783%
Relative absolute
error
31.9496% 20.6715%
Root squared
relative error
3.7199% 1.1364%
Loss 3.7199% 1.1364%
Accuracy 96.2801% 98.8636%
IV.CONCLUSION:
In this paper, Naive Bayes classification of Data Mining has
been discussed that can be used for predict the accuracy of
Cardiovascular disease. The accuracy or prediction rate of
Naive Bayes is 98.8636%.The inquiries are conducted with
WEKA tool and the Naive Bayes algorithm applied on the
heart dataset. An important challenge in Data Mining is to
build precise and computationally efficient classifiers for
Medical application.
References
[1] Ritika Chandha and Shubhankar Mayank, "Prediction of
heart disease using datamining techniques," Springer,
2016.
[2] Sujata Joshi and Mydhili k.Nair, "Prediction of Heart
Disease Using Classification Based Data Mining
Techniques," Springer, vol. 2, 2015.
[3] K.Gomathi and Dr.Shanmugapriyaa, "Heart Disease
Prediction Using Data Mining Classification,"
International Journal for Research in Applied Science &
Engineering Technology(IJRASET), vol.4,no.II,February
2016.
[4] Rishabha Saxena, Aakriti Johri, Vikas Deep and
Purushottam Sharma, "Heart Disease PresdictionSystem
Using CHC-TSS Evolutionary,KNN,and Decision Tree
Classification Algorithm," Springer, 2019.
[5] Purushottam, Pro.(Dr)Kanak Saxena and Richa Sharma,
"Efficiant Heart Disease PredictionSystem," Elsevier,
2016.
[6] Ajad Patel, Sonali Gandhi, Swetha Shetty and Prof.Bhanu
Tekwani, "Heart Disease Prediction Using Data Mining,"
International Research Journal of Engineering and
Technology(IRJET), vol. 04, no. 01, January 2017.
[7] A.Kathija, S.Shajun Nisha and Dr.Mohamed Sathik,
CLASSIFICATION OF BREAST CANCER DATA USINGC4.5
CLASSIFIER ALGORITHM," International Journal of
Recent EngineeringResearchandDevelopment(IJRERD),
vol. 2, no. 2.
BIOGRAPHIES
S.Spino, M.Phil Research scholar,currently
pursiung at sadakathullah appa college, I
had completed my PG at St.Mary’s
College(Autonomous), Manonmaniam
Sundaranar University Tirunelveli in
Computer Science and completed my B.Sc., Computer
Science at St.Mary’s College(Autonomous),
Manonmaniam Sundaranar University, Tirunelveli in
Computer Science. I had a certification of NPTELcourses.
My research area is in Data Mining.
Dr.M.Mohamed Sathik, Principal
Sadakathullah Appa college,Tirunelveli.He
has completed Ph.D(Computer science &
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 377
engineering) Ph.D(Computerscience),M.Phil.(Computer
Science),M.Tech(Computer Science and Information
Technology) in Manonmaniam Sundaranar University,
Tirunelveli. He has so far guided more than 40 research
scholars. He has published more than 100 papers in
International Journals and also two books. He is a
member of curriculum development committee of
various universities and autonomous colleges of Tamil
Nadu. He is a syndicate member Manonmaniam
Sundaranar University, Tirunelveli. His specializations
are VRML, Image Processing and Sensor Networks.
Dr.S.Shajun Nisha, Assistant Professor
and Head of the PG & Research
Department of Computer Science,
Sadakathullah Appa College, Tirunelveli.
She has completed M.Phil. (Computer
Science) M.Tech (Computer and
Information Technology) in Manonmaniam Sundaranar
University, Tirunelveli and She had completed Ph.D
(ComputerScience)inBharathiaruniversity,Coimbatore.
She has involved in various academic activities. She has
attended so many national and international seminars,
conferences and presented numerous research papers.
She is a member of ISTE and IEANG and her
specialization is Medical Image Processing and Neural
Networks

More Related Content

What's hot

IRJET- Heart Failure Risk Prediction using Trained Electronic Health Record
IRJET- Heart Failure Risk Prediction using Trained Electronic Health RecordIRJET- Heart Failure Risk Prediction using Trained Electronic Health Record
IRJET- Heart Failure Risk Prediction using Trained Electronic Health Record
IRJET Journal
 
Survey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSurvey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease prediction
Sivagowry Shathesh
 
Heart disease prediction
Heart disease predictionHeart disease prediction
Heart disease prediction
Ariful Haque
 
Heart disease prediction system
Heart disease prediction systemHeart disease prediction system
Heart disease prediction system
SWAMI06
 
Detection of heart diseases by data mining
Detection of heart diseases by data miningDetection of heart diseases by data mining
Detection of heart diseases by data mining
Abheepsa Pattnaik
 
Health care analytics
Health care analyticsHealth care analytics
Health care analytics
Gaurav Dubey
 
Survey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSurvey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSivagowry Shathesh
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
SUJIT SHIBAPRASAD MAITY
 
IRJET- A Literature Review on Heart and Alzheimer Disease Prediction
IRJET- A Literature Review on Heart and Alzheimer Disease PredictionIRJET- A Literature Review on Heart and Alzheimer Disease Prediction
IRJET- A Literature Review on Heart and Alzheimer Disease Prediction
IRJET Journal
 
A Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction TechniquesA Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction Techniques
ijtsrd
 
Disease Prediction And Doctor Appointment system
Disease Prediction And Doctor Appointment  systemDisease Prediction And Doctor Appointment  system
Disease Prediction And Doctor Appointment system
KOYELMAJUMDAR1
 
Classification of Heart Diseases Patients using Data Mining Techniques
Classification of Heart Diseases Patients using Data Mining TechniquesClassification of Heart Diseases Patients using Data Mining Techniques
Classification of Heart Diseases Patients using Data Mining Techniques
Lovely Professional University
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heart
ZTech Proje
 
Data mining techniques on heart failure diagnosis
Data mining techniques on heart failure diagnosisData mining techniques on heart failure diagnosis
Data mining techniques on heart failure diagnosis
Steve Iduye
 
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHMHEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
amiteshg
 
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 Journal
 
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
Sivagowry Shathesh
 
Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease prediction
KOYELMAJUMDAR1
 
Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm
Kedar Damkondwar
 

What's hot (20)

IRJET- Heart Failure Risk Prediction using Trained Electronic Health Record
IRJET- Heart Failure Risk Prediction using Trained Electronic Health RecordIRJET- Heart Failure Risk Prediction using Trained Electronic Health Record
IRJET- Heart Failure Risk Prediction using Trained Electronic Health Record
 
Survey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSurvey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease prediction
 
Heart disease prediction
Heart disease predictionHeart disease prediction
Heart disease prediction
 
Heart disease prediction system
Heart disease prediction systemHeart disease prediction system
Heart disease prediction system
 
Detection of heart diseases by data mining
Detection of heart diseases by data miningDetection of heart diseases by data mining
Detection of heart diseases by data mining
 
Health care analytics
Health care analyticsHealth care analytics
Health care analytics
 
Survey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSurvey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease prediction
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
 
IRJET- A Literature Review on Heart and Alzheimer Disease Prediction
IRJET- A Literature Review on Heart and Alzheimer Disease PredictionIRJET- A Literature Review on Heart and Alzheimer Disease Prediction
IRJET- A Literature Review on Heart and Alzheimer Disease Prediction
 
A Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction TechniquesA Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction Techniques
 
Disease Prediction And Doctor Appointment system
Disease Prediction And Doctor Appointment  systemDisease Prediction And Doctor Appointment  system
Disease Prediction And Doctor Appointment system
 
Classification of Heart Diseases Patients using Data Mining Techniques
Classification of Heart Diseases Patients using Data Mining TechniquesClassification of Heart Diseases Patients using Data Mining Techniques
Classification of Heart Diseases Patients using Data Mining Techniques
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heart
 
Data mining techniques on heart failure diagnosis
Data mining techniques on heart failure diagnosisData mining techniques on heart failure diagnosis
Data mining techniques on heart failure diagnosis
 
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHMHEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
 
Final ppt
Final pptFinal ppt
Final ppt
 
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
 
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
 
Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease prediction
 
Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm
 

Similar to IRJET- The Prediction of Heart Disease using Naive Bayes Classifier

IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET Journal
 
IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...
IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...
IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...
IRJET Journal
 
Comparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease PredictionComparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease Prediction
IRJET Journal
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
mlaij
 
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
 
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET Journal
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...
IRJET Journal
 
Heart disease classification using Random Forest
Heart disease classification using Random ForestHeart disease classification using Random Forest
Heart disease classification using Random Forest
IRJET Journal
 
Heart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningHeart Disease Prediction using Data Mining
Heart Disease Prediction using Data Mining
IRJET Journal
 
javed_prethesis2608 on predcition of heart disease
javed_prethesis2608 on predcition of heart diseasejaved_prethesis2608 on predcition of heart disease
javed_prethesis2608 on predcition of heart disease
javed75
 
Heart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
IRJET Journal
 
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISAN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AIRCC Publishing Corporation
 
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISAN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
ijcsit
 
Ascendable Clarification for Coronary Illness Prediction using Classification...
Ascendable Clarification for Coronary Illness Prediction using Classification...Ascendable Clarification for Coronary Illness Prediction using Classification...
Ascendable Clarification for Coronary Illness Prediction using Classification...
ijtsrd
 
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET-  	  Role of Different Data Mining Techniques for Predicting Heart DiseaseIRJET-  	  Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET 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 Algorithms
IRJET Journal
 
A hybrid approach to medical decision-making: diagnosis of heart disease wit...
A hybrid approach to medical decision-making: diagnosis of  heart disease wit...A hybrid approach to medical decision-making: diagnosis of  heart disease wit...
A hybrid approach to medical decision-making: diagnosis of heart disease wit...
IJECEIAES
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
IRJET Journal
 
A Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision TreeA Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision Tree
IOSR Journals
 
IRJET- Disease Prediction and Doctor Recommendation System
IRJET-  	  Disease Prediction and Doctor Recommendation SystemIRJET-  	  Disease Prediction and Doctor Recommendation System
IRJET- Disease Prediction and Doctor Recommendation System
IRJET Journal
 

Similar to IRJET- The Prediction of Heart Disease using Naive Bayes Classifier (20)

IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
 
IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...
IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...
IRJET- Genetic Algorithm for Feature Selection to Improve Heart Disease Predi...
 
Comparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease PredictionComparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease Prediction
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
 
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...
 
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...
 
Heart disease classification using Random Forest
Heart disease classification using Random ForestHeart disease classification using Random Forest
Heart disease classification using Random Forest
 
Heart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningHeart Disease Prediction using Data Mining
Heart Disease Prediction using Data Mining
 
javed_prethesis2608 on predcition of heart disease
javed_prethesis2608 on predcition of heart diseasejaved_prethesis2608 on predcition of heart disease
javed_prethesis2608 on predcition of heart disease
 
Heart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
 
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISAN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
 
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISAN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
 
Ascendable Clarification for Coronary Illness Prediction using Classification...
Ascendable Clarification for Coronary Illness Prediction using Classification...Ascendable Clarification for Coronary Illness Prediction using Classification...
Ascendable Clarification for Coronary Illness Prediction using Classification...
 
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET-  	  Role of Different Data Mining Techniques for Predicting Heart DiseaseIRJET-  	  Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
 
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
 
A hybrid approach to medical decision-making: diagnosis of heart disease wit...
A hybrid approach to medical decision-making: diagnosis of  heart disease wit...A hybrid approach to medical decision-making: diagnosis of  heart disease wit...
A hybrid approach to medical decision-making: diagnosis of heart disease wit...
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
 
A Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision TreeA Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision Tree
 
IRJET- Disease Prediction and Doctor Recommendation System
IRJET-  	  Disease Prediction and Doctor Recommendation SystemIRJET-  	  Disease Prediction and Doctor Recommendation System
IRJET- Disease Prediction and Doctor Recommendation System
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 

Recently uploaded (20)

Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 

IRJET- The Prediction of Heart Disease using Naive Bayes Classifier

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 373 THE PREDICTION OF HEART DISEASE USING NAIVE BAYES CLASSIFIER S. Spino1, Dr. M. Mohamed Sathik2, Dr. S. Shajun Nisha3 1M.phil Research Scholar, PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India 2Principal, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India 3Assistant Professor & Head, PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Data Mining is a fascinating field of research its significant goal is to discover intriguing and useful patterns from huge data sets. Nowadays, health diseasesareincreasing day by day due to life style and hereditary. Especially, heart diseases has become prevalent lately. Heart disease is ranked as the major cause of death in the world accounting to about 17.3 million deaths per year. The heart disease records to be the main source of death around the world. Data mining Classification technique predicts the heart disease risk level of each person based on attributes such as age, gender, Blood pressure, cholesterol, pulserate. ThisPaper focusesaround the prediction of heart disease accuracy value using the Naive Bayes classification technique. Naive Bayes classifier is a statistical based classifier which is based on Bayes Theory. Key Words: Data mining, Heart Disease, Heart Disease Dataset, Classification, Naive Bayes. 1. INTRODUCTION The heart is an imperative organ of our body. The heart functions as a pump in the circulatory system to provide unceasing flow of blood throughout the body. This movement consists of the system circulationtoandfrom the body and the pulmonary circulation to and from the lungs. Blood in the pulmonary circulation serve carbon dioxide for oxygen in the lungs through the process of respiration. Ifthe operation of a heart is not proper, it will influence other parts of a human. Healthy life depends on effective working of the heart. The term Heart disease alludes to disease of heart and the blood vessel system within it. Cardiovascular diseases are one of the most noteworthy flying infections of the Modern world. There are number of elements which increment the Heart disease such as Hyper pressure , Physical inertia , Corpulence, Hypertension, Cholesterol, Family ancestry of heart disease, Smoking. In Classification Algorithm the main objective is to predict the target class by analysing the training dataset [4].Data mining tools have been created for compelling investigation of medicinal data, so as to help clinicians in improving their conclusion for the treatment purposes. In heart disease research, data mining strategy have played out a huge role. The Heart Disease contains the screening clinical information of heart patients [5].From the distinctive elucidation between the healthy people and the heart ailing people. The effectively existing medical data is an obvious and extraordinary methodology in the investigation of heart related infection characterization to discover the disguised medicinal data. Building accurate and efficient classifiers for Medical databases is one of the essential tasks of data mining and machine learning research [7]. The aim of this paper is to employ and analyzed the data mining Classification technique to predict the heart disease risk level in a patient through extraction of interesting patterns from the dataset using vital parameters. Our work present the implementation of Naive Bayes to predict the presence of heart disease in a person. The efficiency of the model is based on accuracy and time complexity. 1.1 Literature Review Ritika Chandha [1] have defined a specific method that precisely identifies the contingency of heart disease in a patient. For this we have used three methodical algorithms namely Artificial Neural Network, Decisiontree,NaiveBayes .It takes Cleveland dataset as its input,thesedatasetcontains 8 attributes. ANN was advocated as an optimistic tool for making decisions with regard to medical applications. The data set is partitioned intotestingandtrainingdatasets.ANN produced an accuracy of 100% with the provided Data set. Naive Bayes produces a veracious percent of 85.86 08% in foreboding the heart disease. ID3 is one of the effective Decision tree algorithm, the accuracy produced by the ID3 algorithm of Decision tree is 88.0253%. The enumerated results of each algorithms is analyzed to put forth that the ANN renders the highest accuracy. Sujata Joshi[2] have employed data mining technique in diagnosis of heart disease, this research concentrates on using three classification techniques called Decision Tree ,Naïve Bayes and KNN, the datasets are acquired from the UCI Learning Repository ,it consist of 14 attributes . The dataset analyzed using the KNN algorithm produces a precision of 100%.The decision tree technique of the Naive Bayes evaluates to 92.0792% of correctly classified instance .The Analogy of these classification algorithms, resolves to bring forth the KNN algorithm as a prominent method of predicting the Heart diseases. K.Gomathi [3] have proposed a method in which he interprets that an immense amount of heart disease that are deadly to humans beings can be envisaged through their initial symptoms, prior to its manifestation. It would divulge the chanceof preventionandearlytreatments .It is carried out using the Data Mining classification technique. The Dataset played a critical role in diagnosis of the heart disease, the provided dataset are evaluated by three types of Classification techniques namely ANN, Decision tree and Naive Bayes. The estimation donethrough ANN produces an accuracy of 79.9043% whereas the Naive Bayes generates a precision of 76.555%, and the accuracy
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 374 procured, through the estimation done by Decision tree is 97.033%. The enumerated results of each algorithms is analyzed to put forth that the ANN renders the highest accuracy. 1.2 Motivation and Justifications Naive Bayes is an efficient eager learning classifier, which classification techniques is particularly used for real time applications since it is capable of producing instantaneous results in a modest amount of time, it does notrequireslarge set of data for analogy. The estimation of test data can be carried out with a minimal amount of training data. 1.3 Outline of the Proposed Work: Fig -1: Outline of the Proposed Work 2. METHODOLOGY: 2.1 Dataset: The Heart Disease data set from theUCILearningRepository is used for this study. The Heart disease data set is divided into Training data and Testing Data .Training Data consists of 457 records and 13 attributes. Testing Data Consistsof 88 records and 13 attributes. The Heart Disease contains the screening clinical information of heart patients. 2.2 Naive Bayes Classifier Naive Bayes classifier is a statistical based classifierwhichis based on Bayes Theory. It assumes that attributes are statistically independent. This classifier is based on probabilities. Given two events A and B, P (A) is prior probability and P (A|B) is posterior probability, then according to Bayes theorem. P (A|B) = P (B/A) P (A)/P (B) and P (B|A) is computed as P (A ∩ B) =P (A) These Bayesian probabilitiesareusedtodeterminethe most likely next event for the given instance given all the training data. Conditional probabilities are determined from the training data. The Naive Bayes model is based on the conditional independence model of each predictor give the target class [6]. This classifier yields optimal prediction (given the assumptions). It can also handle discrete or numeric attribute values. 3. EXPERIMENTAL RESULT 3.1 Performance Metrics 3.1.1 True Positive Rate The true positive rate also mention to sensitivity or recall, is used to evaluate the rate of actual positives which are precisely identified. True Positive Rate = 3.1.2 False Positive Rate: The false positive rate is used to evaluate the rate of actual negative which are precisely identified. False Positive Rate = 3.1.3Precision Precision refers to how close rate from dissimilar samples are to each other. For example the excellence error is a measure of Precision. When the standard error is small, estimates from dissimilar samples will be close in value. Precision = 3.1.4 Recall Recall is called sensitivity in binary classification. It can be viewed as the probability that an applicable document is retrieved by the query. Recall = 3.1.5 F-Measure The F-Measure (or F-score) examine both Precision and recall of the test to compute the measure .The Precision P is
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 375 the number of true positive outcome and the Recall R is the number of true positive outcomedividedbythetruepositive outcomes should have been returned. The F-Measure is the Harmonic Mean of Precision and Recall. F-Measure = 3.1.6 ROC Area Receiver Operating Characteristic curve(ROC)isa plotofthe correct positive rate opposed tothefalsepositiveratefor the dissimilar feasible cut points of a diagnostic experiment. 3.1.7 Precision Recall Curve PRC are a metric used to assess a classifier’sstatus,distinctly when class are extremely variance. 3.1.8 Matthews Correlation Coefficient The Mathews Correlation Coefficient (MCC) is used to evaluate of the quality of binary classifications .It returns a point between -1 to +1. A Coefficient of +1 indicates a refine prediction, 0 indicates no perfect than randomforecastand- 1 represents total dissent between prediction and examination. 3.1.9Kappa statistic: Kappa Statistics is a standard benchmark, mainly used to compare the observed accuracy values with the excepted accuracy values, this statistical evaluation can be performed on both single classifiers and multiple classifiers among themselves. k = 3.1.10 Mean absolute error (MAE): The MAE is primarily used to ascertain the average error magnitude of the forecast sets, excluding its direction. The exactness of the continuous variable is measured using an equation provided in library references.Expressedin words, the MAE is the average over the verification sample of the absolute values of the differences between forecast and the corresponding observation. The MAE is a linear score which means that all the individual differences are weighted equally in the average. MAE = 3.1.11 Root mean squared error (RMSE): RMSE is termed as a quadratic scoring rule, it is utilized to measure the errors average magnitude, the associated equation for root mean squared error is give in a couple of reference, either it is to express the formula in words or to express the unassociativity between the forecast and observed values, that are produced by averaging the sample values. Ultimately the square root of theaverageisprovided. RMSE = 3.1.12Relative Absolute Error: The relative absolute error is alike the relative squared error in the sense that it is also relatively to aneasy predictor, which is just the average of the actual values. In this case, though, the error is just the overall absolute error instead of the total squared error. RAE= 3.2 PERFORMANCE EVALUATION: Table -1: Detailed Accuracy by Class (Training Data) Hungary Switzerland VA Weighted Average TP Rate 0.993 1.000 0.869 0.963 FP Rate 0.012 0.035 0.003 0.013 Precision 0.993 0.800 0.989 0.969 Recall 0.0993 1.000 0.860 0.963 F- Measure 0.993 0.889 0.920 0.969 MCC 0.981 0.879 0.901 0.950 ROC Area 1.000 1.000 0.998 1.000 PRC Area 1.0000 0.998 0.995 0.999 Chart -1: Detailed Accuracy by Class (Training Data)
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 376 Table -2: Detailed Accuracy by Class (Testing Data) Hungary Switzerland VA Weighted Average TP Rate 1.000 0.963 1.000 0.989 FP Rate 0.000 0.000 0.015 0.004 Precision 1.000 1.000 0.955 0.989 Recall 1.000 0.963 1.000 0.989 F-Measure 1.000 0.981 0.977 0.989 MCC 1.000 0.973 0.970 0.989 ROC Area 1.000 1.000 0.999 1.000 PRC Area 1.0000 1.000 0.989 0.999 Chart -2: Detailed Accuracy by Class (Testing Data) Table -3: Dataset Classification Based On Its Properties Training Data Testing Data Correctly Classified Instances 17 1 Incorrectly Classified Instance 0.9284 0.9823 Kappa Statistics 0.0251 0.0162 Mean absolute error 0.1325 0.0957 Root absolute error 7.274% 3.783% Relative absolute error 31.9496% 20.6715% Root squared relative error 3.7199% 1.1364% Loss 3.7199% 1.1364% Accuracy 96.2801% 98.8636% IV.CONCLUSION: In this paper, Naive Bayes classification of Data Mining has been discussed that can be used for predict the accuracy of Cardiovascular disease. The accuracy or prediction rate of Naive Bayes is 98.8636%.The inquiries are conducted with WEKA tool and the Naive Bayes algorithm applied on the heart dataset. An important challenge in Data Mining is to build precise and computationally efficient classifiers for Medical application. References [1] Ritika Chandha and Shubhankar Mayank, "Prediction of heart disease using datamining techniques," Springer, 2016. [2] Sujata Joshi and Mydhili k.Nair, "Prediction of Heart Disease Using Classification Based Data Mining Techniques," Springer, vol. 2, 2015. [3] K.Gomathi and Dr.Shanmugapriyaa, "Heart Disease Prediction Using Data Mining Classification," International Journal for Research in Applied Science & Engineering Technology(IJRASET), vol.4,no.II,February 2016. [4] Rishabha Saxena, Aakriti Johri, Vikas Deep and Purushottam Sharma, "Heart Disease PresdictionSystem Using CHC-TSS Evolutionary,KNN,and Decision Tree Classification Algorithm," Springer, 2019. [5] Purushottam, Pro.(Dr)Kanak Saxena and Richa Sharma, "Efficiant Heart Disease PredictionSystem," Elsevier, 2016. [6] Ajad Patel, Sonali Gandhi, Swetha Shetty and Prof.Bhanu Tekwani, "Heart Disease Prediction Using Data Mining," International Research Journal of Engineering and Technology(IRJET), vol. 04, no. 01, January 2017. [7] A.Kathija, S.Shajun Nisha and Dr.Mohamed Sathik, CLASSIFICATION OF BREAST CANCER DATA USINGC4.5 CLASSIFIER ALGORITHM," International Journal of Recent EngineeringResearchandDevelopment(IJRERD), vol. 2, no. 2. BIOGRAPHIES S.Spino, M.Phil Research scholar,currently pursiung at sadakathullah appa college, I had completed my PG at St.Mary’s College(Autonomous), Manonmaniam Sundaranar University Tirunelveli in Computer Science and completed my B.Sc., Computer Science at St.Mary’s College(Autonomous), Manonmaniam Sundaranar University, Tirunelveli in Computer Science. I had a certification of NPTELcourses. My research area is in Data Mining. Dr.M.Mohamed Sathik, Principal Sadakathullah Appa college,Tirunelveli.He has completed Ph.D(Computer science &
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 377 engineering) Ph.D(Computerscience),M.Phil.(Computer Science),M.Tech(Computer Science and Information Technology) in Manonmaniam Sundaranar University, Tirunelveli. He has so far guided more than 40 research scholars. He has published more than 100 papers in International Journals and also two books. He is a member of curriculum development committee of various universities and autonomous colleges of Tamil Nadu. He is a syndicate member Manonmaniam Sundaranar University, Tirunelveli. His specializations are VRML, Image Processing and Sensor Networks. Dr.S.Shajun Nisha, Assistant Professor and Head of the PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli. She has completed M.Phil. (Computer Science) M.Tech (Computer and Information Technology) in Manonmaniam Sundaranar University, Tirunelveli and She had completed Ph.D (ComputerScience)inBharathiaruniversity,Coimbatore. She has involved in various academic activities. She has attended so many national and international seminars, conferences and presented numerous research papers. She is a member of ISTE and IEANG and her specialization is Medical Image Processing and Neural Networks