SlideShare a Scribd company logo
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 Belief
+ Observation=
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 Bare events…
•P(A) and P(B) are the probabilities of A and Bwithout regard to each other.
•P(A | B), a conditional probability, is the probability of observing event A given that Bis true.
•P(B | A), is the probability of observing event Bgiven 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

Similar to presentation2-151215164213.pptx

Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...
Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...
Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...
cambridgeWD
 
NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...
NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...
NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...
European School of Oncology
 
Android Based Questionnaires Application for Heart Disease Prediction System
Android Based Questionnaires Application for Heart Disease Prediction SystemAndroid Based Questionnaires Application for Heart Disease Prediction System
Android Based Questionnaires Application for Heart Disease Prediction System
ijtsrd
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
Dr. C.V. Suresh Babu
 
csabin-bias.pdf
csabin-bias.pdfcsabin-bias.pdf
csabin-bias.pdf
maxchoy2
 
Oac guidelines
Oac guidelinesOac guidelines
Oac guidelines
Jonas Ranstam PhD
 
[Review] High-performance medicine: the convergence of human and artificial i...
[Review] High-performance medicine: the convergence of human and artificial i...[Review] High-performance medicine: the convergence of human and artificial i...
[Review] High-performance medicine: the convergence of human and artificial i...
Dongmin Choi
 
Bayesian decision making in clinical research
Bayesian decision making in clinical researchBayesian decision making in clinical research
Bayesian decision making in clinical research
Bhaswat Chakraborty
 
Spie 7627 46
Spie   7627   46Spie   7627   46
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
HOMERMe
 
Epistemic problems 12_18_15
Epistemic problems 12_18_15Epistemic problems 12_18_15
Epistemic problems 12_18_15
Scott aberegg
 
DiagnosEasy
DiagnosEasyDiagnosEasy
DiagnosEasy
MarcoKeppel
 
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
 
Biostatistics
BiostatisticsBiostatistics
Biostatistics
Larry Baum
 
Low risk chest pain
Low risk chest painLow risk chest pain
Low risk chest pain
Dr. Krishna Prasad. G
 
Understanding clinical trial's statistics
Understanding clinical trial's statisticsUnderstanding clinical trial's statistics
Understanding clinical trial's statistics
Magdy Khames Aly
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
Boston Institute of Analytics
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
Boston Institute of Analytics
 
Determine the survival of ICU patients
Determine the survival of ICU patientsDetermine the survival of ICU patients
Determine the survival of ICU patients
HWHwang_
 
Disease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation system
sabafarheen
 

Similar to presentation2-151215164213.pptx (20)

Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...
Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...
Clinical Trials Versus Health Outcomes Research: SAS/STAT Versus SAS Enterpri...
 
NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...
NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...
NY Prostate Cancer Conference - A. Vickers - Session 1: Traditional statistic...
 
Android Based Questionnaires Application for Heart Disease Prediction System
Android Based Questionnaires Application for Heart Disease Prediction SystemAndroid Based Questionnaires Application for Heart Disease Prediction System
Android Based Questionnaires Application for Heart Disease Prediction System
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
csabin-bias.pdf
csabin-bias.pdfcsabin-bias.pdf
csabin-bias.pdf
 
Oac guidelines
Oac guidelinesOac guidelines
Oac guidelines
 
[Review] High-performance medicine: the convergence of human and artificial i...
[Review] High-performance medicine: the convergence of human and artificial i...[Review] High-performance medicine: the convergence of human and artificial i...
[Review] High-performance medicine: the convergence of human and artificial i...
 
Bayesian decision making in clinical research
Bayesian decision making in clinical researchBayesian decision making in clinical research
Bayesian decision making in clinical research
 
Spie 7627 46
Spie   7627   46Spie   7627   46
Spie 7627 46
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Epistemic problems 12_18_15
Epistemic problems 12_18_15Epistemic problems 12_18_15
Epistemic problems 12_18_15
 
DiagnosEasy
DiagnosEasyDiagnosEasy
DiagnosEasy
 
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
 
Biostatistics
BiostatisticsBiostatistics
Biostatistics
 
Low risk chest pain
Low risk chest painLow risk chest pain
Low risk chest pain
 
Understanding clinical trial's statistics
Understanding clinical trial's statisticsUnderstanding clinical trial's statistics
Understanding clinical trial's statistics
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
Determine the survival of ICU patients
Determine the survival of ICU patientsDetermine the survival of ICU patients
Determine the survival of ICU patients
 
Disease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation system
 

Recently uploaded

Digital Marketing Performance Marketing Sample .pdf
Digital Marketing Performance Marketing  Sample .pdfDigital Marketing Performance Marketing  Sample .pdf
Digital Marketing Performance Marketing Sample .pdf
Vineet
 
PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)
PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)
PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)
Rebecca Bilbro
 
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Marlon Dumas
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
hqfek
 
Senior Engineering Sample EM DOE - Sheet1.pdf
Senior Engineering Sample EM DOE  - Sheet1.pdfSenior Engineering Sample EM DOE  - Sheet1.pdf
Senior Engineering Sample EM DOE - Sheet1.pdf
Vineet
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
Vietnam Cotton & Spinning Association
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
zsafxbf
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
Vietnam Cotton & Spinning Association
 
Namma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdf
Namma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdfNamma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdf
Namma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdf
22ad0301
 
一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理
一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理
一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理
eudsoh
 
Q4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slideQ4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slide
mukulupadhayay1
 
Sample Devops SRE Product Companies .pdf
Sample Devops SRE  Product Companies .pdfSample Devops SRE  Product Companies .pdf
Sample Devops SRE Product Companies .pdf
Vineet
 
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
hyfjgavov
 
Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)
GeorgiiSteshenko
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
oaxefes
 
Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
Márton Kodok
 
Module 1 ppt BIG DATA ANALYTICS NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS NOTES FOR MCAModule 1 ppt BIG DATA ANALYTICS NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS NOTES FOR MCA
yuvarajkumar334
 
SAP BW4HANA Implementagtion Content Document
SAP BW4HANA Implementagtion Content DocumentSAP BW4HANA Implementagtion Content Document
SAP BW4HANA Implementagtion Content Document
newdirectionconsulta
 
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
actyx
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
ywqeos
 

Recently uploaded (20)

Digital Marketing Performance Marketing Sample .pdf
Digital Marketing Performance Marketing  Sample .pdfDigital Marketing Performance Marketing  Sample .pdf
Digital Marketing Performance Marketing Sample .pdf
 
PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)
PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)
PyData London 2024: Mistakes were made (Dr. Rebecca Bilbro)
 
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
 
Senior Engineering Sample EM DOE - Sheet1.pdf
Senior Engineering Sample EM DOE  - Sheet1.pdfSenior Engineering Sample EM DOE  - Sheet1.pdf
Senior Engineering Sample EM DOE - Sheet1.pdf
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
 
Namma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdf
Namma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdfNamma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdf
Namma-Kalvi-11th-Physics-Study-Material-Unit-1-EM-221086.pdf
 
一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理
一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理
一比一原版马来西亚博特拉大学毕业证(upm毕业证)如何办理
 
Q4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slideQ4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slide
 
Sample Devops SRE Product Companies .pdf
Sample Devops SRE  Product Companies .pdfSample Devops SRE  Product Companies .pdf
Sample Devops SRE Product Companies .pdf
 
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
 
Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
 
Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
 
Module 1 ppt BIG DATA ANALYTICS NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS NOTES FOR MCAModule 1 ppt BIG DATA ANALYTICS NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS NOTES FOR MCA
 
SAP BW4HANA Implementagtion Content Document
SAP BW4HANA Implementagtion Content DocumentSAP BW4HANA Implementagtion Content Document
SAP BW4HANA Implementagtion Content Document
 
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
 

presentation2-151215164213.pptx

  • 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 Belief + Observation=
  • 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 Bare events… •P(A) and P(B) are the probabilities of A and Bwithout regard to each other. •P(A | B), a conditional probability, is the probability of observing event A given that Bis true. •P(B | A), is the probability of observing event Bgiven 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