SlideShare a Scribd company logo
4
Most read
12
Most read
15
Most read
HEART
DISEASE PREDICTION USING
NAÏVE BAYES CLASSIFIER
PRESENTED BY:-
AMITESH GAURAV
ASHOK RAJAK
SHANU SONI
ABSTRACT
 The main objective of this research is to develop an Intelligent System using data mining
modeling technique, name, Naive Bayes.
 It is implemented as web based application in this user answers the predefined questions.
 It retrieves hidden data from stored database and compares the user values with trained
data set.
 It can answer complex queries for diagnosing heart disease and thus assist healthcare
practitioners to make intelligent clinical decisions which traditional decision support
systems cannot.
 By providing effective treatments, it also helps to reduce treatment costs.
INTRODUCTION
 The Bayes theorem was developed and named for THOMAS BAYES (1702-1761).
 “Naive” because it is based on independence assumption.
 Describes what makes something "evidence" and how much evidence it is.
 Bayesian Classifiers are statistical classifiers.
 They can predict the probability that a data item is a member of a particular class.
Original
Belief
+ = New BeliefObservation
EXAMPLE
• 1% of women at age forty who participate in routine screening have breast
cancer.
• 80% of women with breast cancer will get positive Mammographies.
• 9.6% of women without breast cancer will also get positive Mammographies.
A woman in this age group had a positive mammography in a routine
screening. What is the probability that she actually has breast cancer?
WITHOUT BAYES THEOREM
• Create a large sample size and use probabilities given in the problem to work out the
problem.
• Assume, for example, that 10,000 women participate in a routine screening for breast
cancer. 1%, or 100 women, have breast cancer. 80% of women with breast cancer, 80
women, will get positive mammographies. 9.6%,950 women, of the 9900 women who don’t
have breast cancer will also get positive mammographies.
• Create a table using the numbers obtained from the assumed sample size and determine
the answer.
WITHOUT BAYES THEOREM CONTD.
Out of the 1030 women who get positive mammographies only 80 actually have breast
cancer, therefore, the probability is 80/1030 or 7.767%
USING BAYES ALGORITHM
where A and B are events…
•P(A) and P(B) are the probabilities of A and B without regard to each other.
•P(A | B), a conditional probability, is the probability of observing event A given that B is true.
•P(B | A), is the probability of observing event B given that A is true.
USING BAYES ALGORITHM CONTD.
• 1% of women at age forty who participate in routine screening have breast cancer.
P(B)= 0.01
• 80% of women with breast cancer will get positive mammographies.
P(A│B) = 0.8
• 9.6% of women without breast cancer will also get positive mammographies.
P(A│B’) = 0.096
• A woman in this age group had a positive mammography in a routine screening. What is the
probability that she actually has breast cancer?
Find P(B│A) ?
USING BAYES ALGORITHM CONTD.
P(B│A) = P(A│B) P(B)
P(A)
P(B), P(A│B), and P(A│B’) are known. P(A) is needed to find P(B│A).
P(A) = P(A│B) P(B) + P(A│B’) P(B’)
P(A) = (0.8) ( 0.01) + (0.096) (0.99)
P(A) = 0.1030
P(B│A) = (0.8) (0.01)
(0.1030)
P(B│A) = 0.07767
WHY PREFER NAÏVE BAYES ALGORITHM ?
Naive Bayes or Bayes’ Rule is the basis for many machine learning and data mining methods. The rule
(algorithm) is used to create models with predictive capabilities. It provides new ways of exploring and
understanding data.
Why to prefer naive Bayes implementation :-
1) When the data is high.
2) When the attributes are independent of each other.
3) When we expect more efficient output, as compared to other methods output.
BAYES CLASSIFIER USES IN HEART DISEASE
PREDICTION
 Using medical profiles such as age, sex, blood pressure and blood sugar, chest pain, ECG graph etc.
 It can predict the likelihood of patients getting a heart disease.
 It will be implemented in PYTHON as an application which takes medical test’s parameter as an input.
 It can be used as a training tool to train nurses and medical students to diagnose patients with heart disease.
DATA SOURCE
 Predictable attribute:-
1. Diagnosis (value 0: <50% diameter narrowing (no heart disease); value 1: >50% diameter narrowing (has
heart disease))
 Input attributes:-
1. Age in Year
2. Sex (value 1: Male; value 0: Female)
3. Chest Pain Type (value 1:typical type1 angina, value 2:
typical type 2 angina, value 3:non-angina pain; value 4:
asymptomatic)
4. Fasting Blood Sugar (value 1: >120 mg/dl; value 0: <120
mg/dl)
5. Restecg – resting electrographic results (value 0:normal;
value 1: having ST-T wave abnormality; value 2: showing
probable or definite left ventricular hypertrophy)
6. Exang - exercise induced angina (value 1: yes; value 0: no)
7. Thalach – maximum heart rate achieved
8. Old peak – ST depression induced by exercise
9. Heart Disease Present - 0:No 1: Yes
IMPLEMENTATION OF BAYESIAN
CLASSIFICATION
 The Naïve Bayes Classifier technique is mainly applicable when the dimensionality of the inputs is high.
 Despite its simplicity, Naive Bayes can often outperform more sophisticated classification methods.
 Naïve Bayes model recognizes the characteristics of patients with heart disease.
 It shows the probability of each input attribute for the predictable state.
CONCLUSION
 Decision Support in Heart Disease Prediction System is developed using Naive Bayesian
Classification .
 The system extracts hidden knowledge from a historical heart disease database.
 This model could answer complex queries, each with its own strength with ease of model
interpretation and an easy access to detailed information and accuracy.
 The system is expandable in the sense that more number of records or attributes can be
incorporated and new significant rules can be generated using underlying Data Mining
technique.
 Presently the system has been using 9 attributes of medical diagnosis.
 It can also incorporate other data mining techniques and additional attributes for prediction.
PROJECT REFERENCES
 http://www.tutorialspoint.com/data_mining/dm_bayesian_classification.htm
 https://en.wikipedia.org/wiki/Statistical_classification
 jmlr.csail.mit.edu/proceedings/papers/v6/mani10a/mani10a.pdf
 http://www.cse.sc.edu/~rose/587/PPT/NaiveBayes
 http://ic.unicamp.br/~rocha/teaching/2011s2/.../naive-bayes-classifier.pdf

More Related Content

What's hot (20)

PDF
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
SUJIT SHIBAPRASAD MAITY
 
PDF
Heart Attack Prediction using Machine Learning
mohdshoaibuddin1
 
PPTX
Prediction of heart disease using machine learning.pptx
kumari36
 
PPT
Survey on data mining techniques in heart disease prediction
Sivagowry Shathesh
 
PPTX
Disease prediction and doctor recommendation system
sabafarheen
 
PPTX
Disease Prediction And Doctor Appointment system
KOYELMAJUMDAR1
 
PDF
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
ijtsrd
 
PPTX
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities
Khulna University of Engineering & Tecnology
 
PDF
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
IJDKP
 
PPTX
Credit card fraud detection using python machine learning
Sandeep Garg
 
PPTX
Quantum neural network
surat murthy
 
PPTX
Data science in health care
Chetan Khanzode
 
DOCX
Heart disease prediction system
SWAMI06
 
PPTX
Brain tumor detection using convolutional neural network
MD Abdullah Al Nasim
 
PDF
Heart Disease Prediction Using Data Mining Techniques
IJRES Journal
 
PDF
Text summarization
kareemhashem
 
PPTX
What is Big Data?
Bernard Marr
 
PPTX
Detection of heart diseases by data mining
Abheepsa Pattnaik
 
PPTX
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
khanam22
 
PPTX
Data science Big Data
sreekanthricky
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
SUJIT SHIBAPRASAD MAITY
 
Heart Attack Prediction using Machine Learning
mohdshoaibuddin1
 
Prediction of heart disease using machine learning.pptx
kumari36
 
Survey on data mining techniques in heart disease prediction
Sivagowry Shathesh
 
Disease prediction and doctor recommendation system
sabafarheen
 
Disease Prediction And Doctor Appointment system
KOYELMAJUMDAR1
 
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
ijtsrd
 
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities
Khulna University of Engineering & Tecnology
 
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
IJDKP
 
Credit card fraud detection using python machine learning
Sandeep Garg
 
Quantum neural network
surat murthy
 
Data science in health care
Chetan Khanzode
 
Heart disease prediction system
SWAMI06
 
Brain tumor detection using convolutional neural network
MD Abdullah Al Nasim
 
Heart Disease Prediction Using Data Mining Techniques
IJRES Journal
 
Text summarization
kareemhashem
 
What is Big Data?
Bernard Marr
 
Detection of heart diseases by data mining
Abheepsa Pattnaik
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
khanam22
 
Data science Big Data
sreekanthricky
 

Viewers also liked (20)

DOCX
Health Prediction System - an Artificial Intelligence Project 2015
Maruf Abdullah (Rion)
 
PDF
SMART HEALTH PREDICTION USING DATA MINING by Dr.Mahboob Khan Phd
Healthcare consultant
 
PDF
Psdot 14 using data mining techniques in heart
ZTech Proje
 
PDF
Data mining seminar report
mayurik19
 
PPT
1.PPT (1.PREDICTION OF DISEASES New)
Jashvant Shah
 
PDF
Survey on data mining techniques in heart disease prediction
Sivagowry Shathesh
 
PPTX
Smart health prediction using data mining by customsoft
Custom Soft
 
PDF
Ready project list final
Adz91 Digital Ads Pvt Ltd
 
PDF
Hybrid Technique for Associative Classification of Heart Diseases
Jagdeep Singh Malhi
 
PPTX
Big Data and Smart Healthcare
Sujan Perera
 
PPTX
Naive Bayes Presentation
Md. Enamul Haque Chowdhury
 
PPTX
Naive bayes
Ashraf Uddin
 
PPT
Data mining slides
smj
 
PDF
APHA Presentation: Using Predictive Analytics for West Nile Disease Prevention
Raed Mansour
 
PDF
50120140506011
IAEME Publication
 
PDF
GSduToit_MBA_Research_Report_2006
Gideon Stephanus du Toit
 
PPT
Secure shell protocol
Baspally Sai Anirudh
 
PPTX
Smart Prediction for Scalable Cloud Computing
Joarder Kamal
 
PPT
Medical data mining
Lars Juhl Jensen
 
PDF
Brochure Preview
Virogreen (Singapore) Pte Ltd
 
Health Prediction System - an Artificial Intelligence Project 2015
Maruf Abdullah (Rion)
 
SMART HEALTH PREDICTION USING DATA MINING by Dr.Mahboob Khan Phd
Healthcare consultant
 
Psdot 14 using data mining techniques in heart
ZTech Proje
 
Data mining seminar report
mayurik19
 
1.PPT (1.PREDICTION OF DISEASES New)
Jashvant Shah
 
Survey on data mining techniques in heart disease prediction
Sivagowry Shathesh
 
Smart health prediction using data mining by customsoft
Custom Soft
 
Ready project list final
Adz91 Digital Ads Pvt Ltd
 
Hybrid Technique for Associative Classification of Heart Diseases
Jagdeep Singh Malhi
 
Big Data and Smart Healthcare
Sujan Perera
 
Naive Bayes Presentation
Md. Enamul Haque Chowdhury
 
Naive bayes
Ashraf Uddin
 
Data mining slides
smj
 
APHA Presentation: Using Predictive Analytics for West Nile Disease Prevention
Raed Mansour
 
50120140506011
IAEME Publication
 
GSduToit_MBA_Research_Report_2006
Gideon Stephanus du Toit
 
Secure shell protocol
Baspally Sai Anirudh
 
Smart Prediction for Scalable Cloud Computing
Joarder Kamal
 
Medical data mining
Lars Juhl Jensen
 
Ad

Similar to HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM (20)

PDF
Heart disease prediction using Naïve Bayes
IRJET Journal
 
PDF
IRJET- The Prediction of Heart Disease using Naive Bayes Classifier
IRJET Journal
 
PDF
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
IRJET Journal
 
PDF
Android Based Questionnaires Application for Heart Disease Prediction System
ijtsrd
 
PDF
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
paperpublications3
 
PPTX
Npb naive bayes
vu
 
PDF
Decision Making Under Uncertainty - Predict the Chances of a Person Suffering...
ThinkInnovation
 
PDF
INTEGRATING NAIVE BAYES AND K-MEANS CLUSTERING WITH DIFFERENT INITIAL CENTROI...
cscpconf
 
PPT
Bayes Classification
sathish sak
 
PDF
Ascendable Clarification for Coronary Illness Prediction using Classification...
ijtsrd
 
PDF
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET Journal
 
PDF
Bayes 6
uddingias
 
PPTX
2.statistical DEcision makig.pptx
ImpanaR2
 
PDF
IRJET- Web-based Application to Detect Heart Attack using Machine Learning
IRJET Journal
 
PDF
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET Journal
 
PDF
Classification of Heart Diseases Patients using Data Mining Techniques
Lovely Professional University
 
PDF
E04733639
IOSR-JEN
 
PDF
IRJET- Heart Disease Prediction System
IRJET Journal
 
PPTX
heart disease predction using machiine learning
PODILAPRAVALLIKA0576
 
PDF
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
ijdmtaiir
 
Heart disease prediction using Naïve Bayes
IRJET Journal
 
IRJET- The Prediction of Heart Disease using Naive Bayes Classifier
IRJET Journal
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
IRJET Journal
 
Android Based Questionnaires Application for Heart Disease Prediction System
ijtsrd
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
paperpublications3
 
Npb naive bayes
vu
 
Decision Making Under Uncertainty - Predict the Chances of a Person Suffering...
ThinkInnovation
 
INTEGRATING NAIVE BAYES AND K-MEANS CLUSTERING WITH DIFFERENT INITIAL CENTROI...
cscpconf
 
Bayes Classification
sathish sak
 
Ascendable Clarification for Coronary Illness Prediction using Classification...
ijtsrd
 
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET Journal
 
Bayes 6
uddingias
 
2.statistical DEcision makig.pptx
ImpanaR2
 
IRJET- Web-based Application to Detect Heart Attack using Machine Learning
IRJET Journal
 
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET Journal
 
Classification of Heart Diseases Patients using Data Mining Techniques
Lovely Professional University
 
E04733639
IOSR-JEN
 
IRJET- Heart Disease Prediction System
IRJET Journal
 
heart disease predction using machiine learning
PODILAPRAVALLIKA0576
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
ijdmtaiir
 
Ad

Recently uploaded (20)

PPT
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
PDF
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PDF
3rd International Conference on Machine Learning and IoT (MLIoT 2025)
ClaraZara1
 
PPTX
How Industrial Project Management Differs From Construction.pptx
jamespit799
 
PPTX
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PDF
WD2(I)-RFQ-GW-1415_ Shifting and Filling of Sand in the Pond at the WD5 Area_...
ShahadathHossain23
 
PDF
Data structures notes for unit 2 in computer science.pdf
sshubhamsingh265
 
PPTX
MODULE 03 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
PDF
Electrical Engineer operation Supervisor
ssaruntatapower143
 
PPTX
What is Shot Peening | Shot Peening is a Surface Treatment Process
Vibra Finish
 
PPTX
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
PDF
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
PPTX
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
PPTX
Final Major project a b c d e f g h i j k l m
bharathpsnab
 
PPTX
Introduction to Internal Combustion Engines - Types, Working and Camparison.pptx
UtkarshPatil98
 
PDF
Submit Your Papers-International Journal on Cybernetics & Informatics ( IJCI)
IJCI JOURNAL
 
PDF
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
PPTX
Biosensors, BioDevices, Biomediccal.pptx
AsimovRiyaz
 
PDF
Halide Perovskites’ Multifunctional Properties: Coordination Engineering, Coo...
TaameBerhe2
 
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
3rd International Conference on Machine Learning and IoT (MLIoT 2025)
ClaraZara1
 
How Industrial Project Management Differs From Construction.pptx
jamespit799
 
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
WD2(I)-RFQ-GW-1415_ Shifting and Filling of Sand in the Pond at the WD5 Area_...
ShahadathHossain23
 
Data structures notes for unit 2 in computer science.pdf
sshubhamsingh265
 
MODULE 03 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
Electrical Engineer operation Supervisor
ssaruntatapower143
 
What is Shot Peening | Shot Peening is a Surface Treatment Process
Vibra Finish
 
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
Final Major project a b c d e f g h i j k l m
bharathpsnab
 
Introduction to Internal Combustion Engines - Types, Working and Camparison.pptx
UtkarshPatil98
 
Submit Your Papers-International Journal on Cybernetics & Informatics ( IJCI)
IJCI JOURNAL
 
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
Biosensors, BioDevices, Biomediccal.pptx
AsimovRiyaz
 
Halide Perovskites’ Multifunctional Properties: Coordination Engineering, Coo...
TaameBerhe2
 

HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM

  • 1. HEART DISEASE PREDICTION USING NAÏVE BAYES CLASSIFIER PRESENTED BY:- AMITESH GAURAV ASHOK RAJAK SHANU SONI
  • 2. ABSTRACT  The main objective of this research is to develop an Intelligent System using data mining modeling technique, name, Naive Bayes.  It is implemented as web based application in this user answers the predefined questions.  It retrieves hidden data from stored database and compares the user values with trained data set.  It can answer complex queries for diagnosing heart disease and thus assist healthcare practitioners to make intelligent clinical decisions which traditional decision support systems cannot.  By providing effective treatments, it also helps to reduce treatment costs.
  • 3. INTRODUCTION  The Bayes theorem was developed and named for THOMAS BAYES (1702-1761).  “Naive” because it is based on independence assumption.  Describes what makes something "evidence" and how much evidence it is.  Bayesian Classifiers are statistical classifiers.  They can predict the probability that a data item is a member of a particular class. Original Belief + = New BeliefObservation
  • 4. EXAMPLE • 1% of women at age forty who participate in routine screening have breast cancer. • 80% of women with breast cancer will get positive Mammographies. • 9.6% of women without breast cancer will also get positive Mammographies. A woman in this age group had a positive mammography in a routine screening. What is the probability that she actually has breast cancer?
  • 5. WITHOUT BAYES THEOREM • Create a large sample size and use probabilities given in the problem to work out the problem. • Assume, for example, that 10,000 women participate in a routine screening for breast cancer. 1%, or 100 women, have breast cancer. 80% of women with breast cancer, 80 women, will get positive mammographies. 9.6%,950 women, of the 9900 women who don’t have breast cancer will also get positive mammographies. • Create a table using the numbers obtained from the assumed sample size and determine the answer.
  • 6. WITHOUT BAYES THEOREM CONTD. Out of the 1030 women who get positive mammographies only 80 actually have breast cancer, therefore, the probability is 80/1030 or 7.767%
  • 7. USING BAYES ALGORITHM where A and B are events… •P(A) and P(B) are the probabilities of A and B without regard to each other. •P(A | B), a conditional probability, is the probability of observing event A given that B is true. •P(B | A), is the probability of observing event B given that A is true.
  • 8. USING BAYES ALGORITHM CONTD. • 1% of women at age forty who participate in routine screening have breast cancer. P(B)= 0.01 • 80% of women with breast cancer will get positive mammographies. P(A│B) = 0.8 • 9.6% of women without breast cancer will also get positive mammographies. P(A│B’) = 0.096 • A woman in this age group had a positive mammography in a routine screening. What is the probability that she actually has breast cancer? Find P(B│A) ?
  • 9. USING BAYES ALGORITHM CONTD. P(B│A) = P(A│B) P(B) P(A) P(B), P(A│B), and P(A│B’) are known. P(A) is needed to find P(B│A). P(A) = P(A│B) P(B) + P(A│B’) P(B’) P(A) = (0.8) ( 0.01) + (0.096) (0.99) P(A) = 0.1030 P(B│A) = (0.8) (0.01) (0.1030) P(B│A) = 0.07767
  • 10. WHY PREFER NAÏVE BAYES ALGORITHM ? Naive Bayes or Bayes’ Rule is the basis for many machine learning and data mining methods. The rule (algorithm) is used to create models with predictive capabilities. It provides new ways of exploring and understanding data. Why to prefer naive Bayes implementation :- 1) When the data is high. 2) When the attributes are independent of each other. 3) When we expect more efficient output, as compared to other methods output.
  • 11. BAYES CLASSIFIER USES IN HEART DISEASE PREDICTION  Using medical profiles such as age, sex, blood pressure and blood sugar, chest pain, ECG graph etc.  It can predict the likelihood of patients getting a heart disease.  It will be implemented in PYTHON as an application which takes medical test’s parameter as an input.  It can be used as a training tool to train nurses and medical students to diagnose patients with heart disease.
  • 12. DATA SOURCE  Predictable attribute:- 1. Diagnosis (value 0: <50% diameter narrowing (no heart disease); value 1: >50% diameter narrowing (has heart disease))  Input attributes:- 1. Age in Year 2. Sex (value 1: Male; value 0: Female) 3. Chest Pain Type (value 1:typical type1 angina, value 2: typical type 2 angina, value 3:non-angina pain; value 4: asymptomatic) 4. Fasting Blood Sugar (value 1: >120 mg/dl; value 0: <120 mg/dl) 5. Restecg – resting electrographic results (value 0:normal; value 1: having ST-T wave abnormality; value 2: showing probable or definite left ventricular hypertrophy) 6. Exang - exercise induced angina (value 1: yes; value 0: no) 7. Thalach – maximum heart rate achieved 8. Old peak – ST depression induced by exercise 9. Heart Disease Present - 0:No 1: Yes
  • 13. IMPLEMENTATION OF BAYESIAN CLASSIFICATION  The Naïve Bayes Classifier technique is mainly applicable when the dimensionality of the inputs is high.  Despite its simplicity, Naive Bayes can often outperform more sophisticated classification methods.  Naïve Bayes model recognizes the characteristics of patients with heart disease.  It shows the probability of each input attribute for the predictable state.
  • 14. CONCLUSION  Decision Support in Heart Disease Prediction System is developed using Naive Bayesian Classification .  The system extracts hidden knowledge from a historical heart disease database.  This model could answer complex queries, each with its own strength with ease of model interpretation and an easy access to detailed information and accuracy.  The system is expandable in the sense that more number of records or attributes can be incorporated and new significant rules can be generated using underlying Data Mining technique.  Presently the system has been using 9 attributes of medical diagnosis.  It can also incorporate other data mining techniques and additional attributes for prediction.
  • 15. PROJECT REFERENCES  http://www.tutorialspoint.com/data_mining/dm_bayesian_classification.htm  https://en.wikipedia.org/wiki/Statistical_classification  jmlr.csail.mit.edu/proceedings/papers/v6/mani10a/mani10a.pdf  http://www.cse.sc.edu/~rose/587/PPT/NaiveBayes  http://ic.unicamp.br/~rocha/teaching/2011s2/.../naive-bayes-classifier.pdf