HEALTH PREDICTION ANALYSIS USING DATA MINING

Ashish Salve
Ashish SalveEnginearing Student
Project presentation of
“ HEALTH PREDICTION ANALYSIS USING
DATA MINING “
Presented by
Name Roll
no
Kritika Ashok Rane. 28
Ashish Ravindra Salve. 30
Ashwini Dhananjay Sawant. 31
Under Guidance Of
Prof. J. P. Patil
 What is Need of data mining in healthcare.
1. The application of Data mining healthcare has a lot of positive and also life-saving outcomes.
2. Data mining refers to the vast quantities of information created by the digitization of everything, that gets consolidated and
analyzed by specific technologies.
3. The costs of treatments are much higher than they should be, and they have been rising for the past 20 years. Clearly, we need
some smart, data-driven thinking in this area.
 How it will affect on patient’s health and wealth.
1. Applied to healthcare, it will use specific health data of a population (or of a particular individual) and potentially help to
prevent epidemics, cure disease, cut down costs, etc.
2. Data mining has become an increasingly pervasive activity in all areas medical science research. Data mining has resulted in
tha discovery of useful hidden patterns from massive databases. By using data mining techniques finally physicians need to
know how quickly identify and diagnose potential cases.
Rural Areas get relatively less healthcare facilities and doctor
availability is very poor but there may be some people who might have
relatively sufficient knowledge about pharmaceuticals and they can
treat the patient in urgent basis using their knowledge of what may
happen to the patient . So we need something that predict what will
happen to the patient in less time and save patient’s life. So our main
moto of doing this project is to help the needy people.
 Hospital management
The ability to detect anomalous behaviour based on purchase, usage and other transactional behaviour information has made
data mining a key tool in variety of organizations to detect fraudulent claims, inappropriate prescriptions and other
abnormal behavioural patterns.
 Healthcare management
Healthcare industry today generates large amounts of complex data about patients, hospitals resources, disease diagnosis,
electronic patient records, medical devices etc. The large amounts of data is a key resource to be processed and analyzed for
knowledge extraction that enables support for cost-savings and decision making
 Pharmaceutical industry
When there is no dispositive evidence favouring a particular treatment option Based on patients’ profile, history, physical
examination, diagnosis and utilizing previous treatment patterns, new treatment plans can be effectively suggested
 Personalized treatment planning
Healthcare organizations make customer relationship management decisions, Physicians identify effective treatments and
best practices, and Patients receive better and more affordable healthcare services
 Prediction of diseases
 Monitor patient’s vital signs and many more….
 Personalized Medicine
One of the top goal is to create a personalised treatment plan based on individual biology.
 Predictive Analytics And Preventive Measures
Prevention is always better than cure. For the healthcare industry, it also happens to save a lot of
money.
 The Ultimate EHR ( electronic health record ) also referred as EMR (electronic medical record)
This precious file would contain every piece of information about patient’s health, would always be
up to date could be shared across any network.
 Disease Modelling and Mapping
One of the flashiest uses of data science in the past few years has been in tracking, finding ways ton
halt or prevent diseases.
 Reduce Fraud And Enhance Security
This particular industry is 200% more likely to experience data breaches than any other industry
because personal data is extremely valuable and profitable in black markets.
The application of Data Mining in healthcare has a lot of positive and
also life-saving outcomes. So we are going to develop a model which
predicts the health of the patient through the medical history of patient
stored in the database as EHR in the hospital or particular healthcare
organization so the specialists can predict the disease in less time and
should give the proper treatment to the patient.
HEALTH PREDICTION ANALYSIS USING DATA  MINING
“Application of big data in medical science Brings revolution in managing health Care of humans”
by Dr. Gagandeep Jagdev (2015)
Domain Big data
Task Performed
 Personalized treatment planning
 Assisted diagnosis
 Fraud detection
 Monitor patient vital signs
 Digitization of data
Technology Used
 First stage: mapping
 Intermediate stages: shuffling
 Final stage: reducing
Provide Information About
 Various disease
 Patient treatment
 Hospital management info
“Data Mining Applications in Healthcare Sector” by M. Sumanth
Domain Data mining
Task Performed
 Treatment management
 Healthcare management
 Customer relationship management
 Fraud and abuse
 Medical device industry
 Pharmaceutical industry
 System biology
 Hospital management
Technology Used --na--
Provide Information About
 Patient treatment
“Hybrid Approach for Heart Disease Detection Using Clustering and ANN”
by Neha Chikshe, Tejasweeta Dixit, Rashmi Gore, Prerana Akade (2016)
Domain Clustering and ANN
Task Performed Prediction Of heart Disease
Technology Used
 Clustering
 Neural networks navie bayes
 Decision tree
 K- nearest neighbour
Provide Information About Heart disease
“Analysis of Data mining techniques for healthcare decision support system using liver disorder dataset”
by Tapas Rajan Baitharu, Subhendu Kumar Pani (2016)
Domain Data mining, ANN
Task Performed Liver disease prediction Analysis
Technology Used
• Naïve Bayes
• Multiplier Perceptron
• ZeroR
Provide Information About
Comparison of various algorithms
 Hardware Requirement:
1. 1.5 gigahertz (GHz) dual-core C.P.U.
2. 4 GB RAM
3. 1024x768 minimum screen resolution
4. 10GB Of hard disk space
 Software Requirements:
1. Microsoft Windows 7+
2. Xampp web server
3. text editor (notepad)
4. Anaconda
We Are using following algorithms for implementation
of this project:
• Decision tree
• Logistic regression
• K-nearest neighbours
• Naive Bayes classifier
Decision trees are commonly used in operations research, specifically in
decision analysis, to help identify a strategy most likely to reach a goal, but
are also a popular tool in data mining.
Example:-
 It’s a classification algorithm, that is used where the response
variable is categorical. The idea of Logistic Regression is to find a
relationship between features and probability of particular outcome.
 Why we are using Logistic regression:
With binary classification, let ‘x’ be some feature and ‘y’ be the
output which can be either 0 or 1. So we can predict is the
patients records state that the person has the disease or not based
on training data.
A naive Bayes classifier is an algorithm that uses Bayes' theorem to classify objects.
Naive Bayes classifiers assume strong, or naive, independence between attributes of
data points. Naive Bayes is also known as simple Bayes or independence Bayes
Formula:-
K nearest neighbors is a simple algorithm that stores all available cases
and classifies new cases based on a similarity measure (e.g., distance
functions) KNN has been used in statistical estimation and pattern
recognition.
Example:-
 Programming Languages :-
1. HTML & CSS:- for designing the interface
2. PHP:- connecting user interface with database
3. Python:- for mining data and generating results
4. SQL:- for Database Management
 Python Libraries Required
1. Pandas:- for data manipulation and analysis
2. Seborn:- for data visualization
3. Sklearn:-for data mining
HEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA  MINING
 We used Statlog (Heart) Data Set from UCI Machine Learning
This data source contains 13 attributes
1. age
2. sex
3. chest pain type (4 values)
4. resting blood pressure
5. serum cholesterol in mg/dl
6. fasting blood sugar > 120 mg/dl
7. resting electrocardiographic results (values 0,1,2)
8. maximum heart rate achieved
9. exercise induced angina
10. oldpeak = ST depression induced by exercise relative to rest
11. the slope of the peak exercise ST segment
12. number of major vessels (0-3) colored by flourosopy
13. thal: 3 = normal; 6 = fixed defect; 7 = reversable defect
Real: 1,4,5,8,10,12
Ordered:11
Binary: 2,6,9
Nominal:7,3,13
Variable to be predicted
Absence (1) or presence (2) of heart disease
EHR creation interface
Doctor dashboard showing all
records created by doctor.
Doctor dashboard showing predictive result
of patient to the doctor including their
reports.
Patient dashboard showing predictive result
and report to patient
HEALTH PREDICTION ANALYSIS USING DATA  MINING
 we had observed that each algorithm has its own unique property on
which the accuracy is determined.
 So we had used election approach to state the results in which the
system is providing prediction based on mean of all results from
various algorithms which helps to get more accurate and appropriate
result which also help to make the application more robust.
 In this system, we used different data mining algorithms &
calculated their accuracy which is given above. In which we had
observed that each algorithm has its own unique property on
which the accuracy is determined. So the system is providing
prediction based on mean of all results from various algorithms
which helps to get more accurate and appropriate result .
 M. Sumanth. “Data Mining Applications in Healthcare Sector”.
 Neha Chikshe, Tejasweeta Dixit, Rashmi Gore Prerana Akade (2016). “Hybrid
Approach for Heart Disease Detection Using Clustering and ANN”. IJRITCC,JAN
2016
Volume 4 Issue 1.
 Dr. Gagandeep Jagdev, (2015).” Application Of Big Data In Medical Science Brings
Revolution In Managing Health Care Of Humans”. IJEEE,JAN 2015 Volume 2 SPl.
Issue 1.
 Tapas Ranjan Baitharu, Subhendu Kumar Pani (2016)”Analysis of Data Mining
Techniques For Healthcare Decision Support System Using Liver Disorder Dataset”.
Books:
Areth James, Daniela Witten ,Trevor Hastie , Robert Tibshirani ,”An
Introduction to Statistical Learning” By Springer Publications
Websites:
1. www.ijritcc.com/index.php/ijritcc/article/view/1718, accessed on 17/08/18
2. www.slideshare.net/madallapallisumanth/data mininginhealthcaresector, accessed
on 17/08/18
3. www.issuu.com/ijeeeapm/docs/id77, accessed on 17/08/18
4.www.immagic.com/eLibrary/ARCHIVES/GENERAL/WIKIPEDI/W1120615B.pdf,
accessed on 31/08/18
5. www.Wikipedia.com, accessed on 05/10/18
6. www.saedsayad.com, accessed on 10/10/18
7. www.scikit-learn.org/stable/modules/generated/sklearn.metrics.confusionmatrix.html,
accessed on 9/01/19
8.www.python.org, accessed on 15/01/19
9.www.archive.ics.uci.edu/ml/datasets/Heart + Disease,accessed on 28/01/19
1 de 34

Recomendados

HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM por
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHMHEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHMamiteshg
13.3K vistas15 diapositivas
DISEASE PREDICTION SYSTEM USING DATA MINING por
DISEASE PREDICTION SYSTEM USING  DATA MININGDISEASE PREDICTION SYSTEM USING  DATA MINING
DISEASE PREDICTION SYSTEM USING DATA MININGshivaniyadav112
590 vistas21 diapositivas
Machine Learning for Disease Prediction por
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease PredictionMustafa Oğuz
11.3K vistas36 diapositivas
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities por
Disease Prediction by Machine Learning Over Big Data From Healthcare CommunitiesDisease Prediction by Machine Learning Over Big Data From Healthcare Communities
Disease Prediction by Machine Learning Over Big Data From Healthcare CommunitiesKhulna University of Engineering & Tecnology
3.3K vistas14 diapositivas
Survey on data mining techniques in heart disease prediction por
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
13.3K vistas25 diapositivas
Big implications of Big Data in healthcare por
Big implications of Big Data in healthcareBig implications of Big Data in healthcare
Big implications of Big Data in healthcareGuires
1.1K vistas11 diapositivas

Más contenido relacionado

La actualidad más candente

Heart Attack Prediction using Machine Learning por
Heart Attack Prediction using Machine LearningHeart Attack Prediction using Machine Learning
Heart Attack Prediction using Machine Learningmohdshoaibuddin1
5.2K vistas24 diapositivas
Disease prediction and doctor recommendation system por
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemsabafarheen
1.1K vistas12 diapositivas
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce... por
Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...Health Catalyst
28.8K vistas20 diapositivas
BIG Data & Hadoop Applications in Healthcare por
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareSkillspeed
2K vistas16 diapositivas
Big Data Analytics for Healthcare por
Big Data Analytics for HealthcareBig Data Analytics for Healthcare
Big Data Analytics for HealthcareChandan Reddy
13.6K vistas46 diapositivas
Big data in healthcare por
Big data in healthcareBig data in healthcare
Big data in healthcareDeZyre
2.6K vistas21 diapositivas

La actualidad más candente(20)

Heart Attack Prediction using Machine Learning por mohdshoaibuddin1
Heart Attack Prediction using Machine LearningHeart Attack Prediction using Machine Learning
Heart Attack Prediction using Machine Learning
mohdshoaibuddin15.2K vistas
Disease prediction and doctor recommendation system por sabafarheen
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation system
sabafarheen1.1K vistas
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce... por Health Catalyst
Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
Health Catalyst28.8K vistas
BIG Data & Hadoop Applications in Healthcare por Skillspeed
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in Healthcare
Skillspeed2K vistas
Big Data Analytics for Healthcare por Chandan Reddy
Big Data Analytics for HealthcareBig Data Analytics for Healthcare
Big Data Analytics for Healthcare
Chandan Reddy13.6K vistas
Big data in healthcare por DeZyre
Big data in healthcareBig data in healthcare
Big data in healthcare
DeZyre 2.6K vistas
Heart disease prediction por Ariful Haque
Heart disease predictionHeart disease prediction
Heart disease prediction
Ariful Haque717 vistas
Heart Disease Identification Method Using Machine Learnin in E-healthcare. por SUJIT SHIBAPRASAD MAITY
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.
Three Approaches to Predictive Analytics in Healthcare por Health Catalyst
Three Approaches to Predictive Analytics in HealthcareThree Approaches to Predictive Analytics in Healthcare
Three Approaches to Predictive Analytics in Healthcare
Health Catalyst99.6K vistas
Deploying Predictive Analytics in Healthcare por Health Catalyst
Deploying Predictive Analytics in HealthcareDeploying Predictive Analytics in Healthcare
Deploying Predictive Analytics in Healthcare
Health Catalyst3.4K vistas
IRJET- Diabetes Diagnosis using Machine Learning Algorithms por IRJET Journal
IRJET- Diabetes Diagnosis using Machine Learning AlgorithmsIRJET- Diabetes Diagnosis using Machine Learning Algorithms
IRJET- Diabetes Diagnosis using Machine Learning Algorithms
IRJET Journal167 vistas
Heart disease prediction using machine learning algorithm por Kedar Damkondwar
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm
Kedar Damkondwar24.5K vistas
Healthcare AI Data & Ethics - a 2030 vision por Alex Vasey
Healthcare AI Data & Ethics - a 2030 visionHealthcare AI Data & Ethics - a 2030 vision
Healthcare AI Data & Ethics - a 2030 vision
Alex Vasey5.2K vistas
Android Based Questionnaires Application for Heart Disease Prediction System por ijtsrd
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
ijtsrd220 vistas
Big Data Analytics for Smart Health Care por Eshan Bhuiyan
Big Data Analytics for Smart Health CareBig Data Analytics for Smart Health Care
Big Data Analytics for Smart Health Care
Eshan Bhuiyan1.5K vistas
Big Data Solutions for Healthcare por Odinot Stanislas
Big Data Solutions for HealthcareBig Data Solutions for Healthcare
Big Data Solutions for Healthcare
Odinot Stanislas13.6K vistas

Similar a HEALTH PREDICTION ANALYSIS USING DATA MINING

Paper id 212014112 por
Paper id 212014112Paper id 212014112
Paper id 212014112IJRAT
261 vistas5 diapositivas
ppt for data science slideshare.pptx por
ppt for data science slideshare.pptxppt for data science slideshare.pptx
ppt for data science slideshare.pptxMangeshPatil358834
21 vistas14 diapositivas
Day 1: Real-World Data Panel por
Day 1: Real-World Data Panel Day 1: Real-World Data Panel
Day 1: Real-World Data Panel Canadian Organization for Rare Disorders
98 vistas35 diapositivas
prediction of heart disease using machine learning algorithms por
prediction of heart disease using machine learning algorithmsprediction of heart disease using machine learning algorithms
prediction of heart disease using machine learning algorithmsINFOGAIN PUBLICATION
161 vistas5 diapositivas
A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ... por
A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ...A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ...
A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ...Kristen Flores
10 vistas11 diapositivas
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH... por
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...ijdms
151 vistas9 diapositivas

Similar a HEALTH PREDICTION ANALYSIS USING DATA MINING(20)

Paper id 212014112 por IJRAT
Paper id 212014112Paper id 212014112
Paper id 212014112
IJRAT261 vistas
prediction of heart disease using machine learning algorithms por INFOGAIN PUBLICATION
prediction of heart disease using machine learning algorithmsprediction of heart disease using machine learning algorithms
prediction of heart disease using machine learning algorithms
A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ... por Kristen Flores
A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ...A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ...
A COMPUTER-BASED DISEASE PREDICTION AND MEDICINE RECOMMENDATION SYSTEM USING ...
Kristen Flores10 vistas
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH... por ijdms
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
ijdms151 vistas
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES por cscpconf
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUESPREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
cscpconf150 vistas
Comparing Data Mining Techniques used for Heart Disease Prediction por IRJET Journal
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 Journal151 vistas
Heart Disease Prediction Using Data Mining por IRJET Journal
Heart Disease Prediction Using Data MiningHeart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data Mining
IRJET Journal76 vistas
Data science in healthcare-Assignment 2.pptx por ArpitaDebnath20
Data science in healthcare-Assignment 2.pptxData science in healthcare-Assignment 2.pptx
Data science in healthcare-Assignment 2.pptx
ArpitaDebnath2047 vistas
DATA MINING CLASSIFICATION ALGORITHMS FOR KIDNEY DISEASE PREDICTION por IJCI JOURNAL
DATA MINING CLASSIFICATION ALGORITHMS FOR KIDNEY DISEASE PREDICTION DATA MINING CLASSIFICATION ALGORITHMS FOR KIDNEY DISEASE PREDICTION
DATA MINING CLASSIFICATION ALGORITHMS FOR KIDNEY DISEASE PREDICTION
IJCI JOURNAL433 vistas
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using... por IRJET Journal
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET Journal10 vistas
SMART HEALTH PREDICTION USING DATA MINING by Dr.Mahboob Khan Phd por Healthcare consultant
SMART HEALTH PREDICTION USING DATA MINING by Dr.Mahboob Khan PhdSMART HEALTH PREDICTION USING DATA MINING by Dr.Mahboob Khan Phd
SMART HEALTH PREDICTION USING DATA MINING by Dr.Mahboob Khan Phd
Healthcare consultant 10.3K vistas
Psdot 14 using data mining techniques in heart por ZTech Proje
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heart
ZTech Proje4.7K vistas
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning por IRJET Journal
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET Journal23 vistas
Use of data analytics in health care por Akanshabhushan
Use of data analytics in health careUse of data analytics in health care
Use of data analytics in health care
Akanshabhushan616 vistas
IRJET- Disease Prediction using Machine Learning por IRJET Journal
IRJET-  	  Disease Prediction using Machine LearningIRJET-  	  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine Learning
IRJET Journal242 vistas

Último

GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... por
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...James Anderson
66 vistas32 diapositivas
Spesifikasi Lengkap ASUS Vivobook Go 14 por
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14Dot Semarang
37 vistas1 diapositiva
Unit 1_Lecture 2_Physical Design of IoT.pdf por
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdfStephenTec
12 vistas36 diapositivas
virtual reality.pptx por
virtual reality.pptxvirtual reality.pptx
virtual reality.pptxG036GaikwadSnehal
11 vistas15 diapositivas
Data-centric AI and the convergence of data and model engineering: opportunit... por
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...Paolo Missier
39 vistas40 diapositivas
Igniting Next Level Productivity with AI-Infused Data Integration Workflows por
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Safe Software
257 vistas86 diapositivas

Último(20)

GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... por James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson66 vistas
Spesifikasi Lengkap ASUS Vivobook Go 14 por Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang37 vistas
Unit 1_Lecture 2_Physical Design of IoT.pdf por StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 vistas
Data-centric AI and the convergence of data and model engineering: opportunit... por Paolo Missier
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
Paolo Missier39 vistas
Igniting Next Level Productivity with AI-Infused Data Integration Workflows por Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software257 vistas
Empathic Computing: Delivering the Potential of the Metaverse por Mark Billinghurst
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the Metaverse
Mark Billinghurst476 vistas
Lilypad @ Labweek, Istanbul, 2023.pdf por Ally339821
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdf
Ally3398219 vistas
HTTP headers that make your website go faster - devs.gent November 2023 por Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn21 vistas
STPI OctaNE CoE Brochure.pdf por madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb13 vistas
Java Platform Approach 1.0 - Picnic Meetup por Rick Ossendrijver
Java Platform Approach 1.0 - Picnic MeetupJava Platform Approach 1.0 - Picnic Meetup
Java Platform Approach 1.0 - Picnic Meetup
Rick Ossendrijver27 vistas
Transcript: The Details of Description Techniques tips and tangents on altern... por BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada135 vistas
Case Study Copenhagen Energy and Business Central.pdf por Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana16 vistas
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! por sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 vistas
1st parposal presentation.pptx por i238212
1st parposal presentation.pptx1st parposal presentation.pptx
1st parposal presentation.pptx
i2382129 vistas
DALI Basics Course 2023 por Ivory Egg
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023
Ivory Egg16 vistas

HEALTH PREDICTION ANALYSIS USING DATA MINING

  • 1. Project presentation of “ HEALTH PREDICTION ANALYSIS USING DATA MINING “ Presented by Name Roll no Kritika Ashok Rane. 28 Ashish Ravindra Salve. 30 Ashwini Dhananjay Sawant. 31 Under Guidance Of Prof. J. P. Patil
  • 2.  What is Need of data mining in healthcare. 1. The application of Data mining healthcare has a lot of positive and also life-saving outcomes. 2. Data mining refers to the vast quantities of information created by the digitization of everything, that gets consolidated and analyzed by specific technologies. 3. The costs of treatments are much higher than they should be, and they have been rising for the past 20 years. Clearly, we need some smart, data-driven thinking in this area.  How it will affect on patient’s health and wealth. 1. Applied to healthcare, it will use specific health data of a population (or of a particular individual) and potentially help to prevent epidemics, cure disease, cut down costs, etc. 2. Data mining has become an increasingly pervasive activity in all areas medical science research. Data mining has resulted in tha discovery of useful hidden patterns from massive databases. By using data mining techniques finally physicians need to know how quickly identify and diagnose potential cases.
  • 3. Rural Areas get relatively less healthcare facilities and doctor availability is very poor but there may be some people who might have relatively sufficient knowledge about pharmaceuticals and they can treat the patient in urgent basis using their knowledge of what may happen to the patient . So we need something that predict what will happen to the patient in less time and save patient’s life. So our main moto of doing this project is to help the needy people.
  • 4.  Hospital management The ability to detect anomalous behaviour based on purchase, usage and other transactional behaviour information has made data mining a key tool in variety of organizations to detect fraudulent claims, inappropriate prescriptions and other abnormal behavioural patterns.  Healthcare management Healthcare industry today generates large amounts of complex data about patients, hospitals resources, disease diagnosis, electronic patient records, medical devices etc. The large amounts of data is a key resource to be processed and analyzed for knowledge extraction that enables support for cost-savings and decision making  Pharmaceutical industry When there is no dispositive evidence favouring a particular treatment option Based on patients’ profile, history, physical examination, diagnosis and utilizing previous treatment patterns, new treatment plans can be effectively suggested  Personalized treatment planning Healthcare organizations make customer relationship management decisions, Physicians identify effective treatments and best practices, and Patients receive better and more affordable healthcare services  Prediction of diseases  Monitor patient’s vital signs and many more….
  • 5.  Personalized Medicine One of the top goal is to create a personalised treatment plan based on individual biology.  Predictive Analytics And Preventive Measures Prevention is always better than cure. For the healthcare industry, it also happens to save a lot of money.  The Ultimate EHR ( electronic health record ) also referred as EMR (electronic medical record) This precious file would contain every piece of information about patient’s health, would always be up to date could be shared across any network.  Disease Modelling and Mapping One of the flashiest uses of data science in the past few years has been in tracking, finding ways ton halt or prevent diseases.  Reduce Fraud And Enhance Security This particular industry is 200% more likely to experience data breaches than any other industry because personal data is extremely valuable and profitable in black markets.
  • 6. The application of Data Mining in healthcare has a lot of positive and also life-saving outcomes. So we are going to develop a model which predicts the health of the patient through the medical history of patient stored in the database as EHR in the hospital or particular healthcare organization so the specialists can predict the disease in less time and should give the proper treatment to the patient.
  • 8. “Application of big data in medical science Brings revolution in managing health Care of humans” by Dr. Gagandeep Jagdev (2015) Domain Big data Task Performed  Personalized treatment planning  Assisted diagnosis  Fraud detection  Monitor patient vital signs  Digitization of data Technology Used  First stage: mapping  Intermediate stages: shuffling  Final stage: reducing Provide Information About  Various disease  Patient treatment  Hospital management info
  • 9. “Data Mining Applications in Healthcare Sector” by M. Sumanth Domain Data mining Task Performed  Treatment management  Healthcare management  Customer relationship management  Fraud and abuse  Medical device industry  Pharmaceutical industry  System biology  Hospital management Technology Used --na-- Provide Information About  Patient treatment
  • 10. “Hybrid Approach for Heart Disease Detection Using Clustering and ANN” by Neha Chikshe, Tejasweeta Dixit, Rashmi Gore, Prerana Akade (2016) Domain Clustering and ANN Task Performed Prediction Of heart Disease Technology Used  Clustering  Neural networks navie bayes  Decision tree  K- nearest neighbour Provide Information About Heart disease
  • 11. “Analysis of Data mining techniques for healthcare decision support system using liver disorder dataset” by Tapas Rajan Baitharu, Subhendu Kumar Pani (2016) Domain Data mining, ANN Task Performed Liver disease prediction Analysis Technology Used • Naïve Bayes • Multiplier Perceptron • ZeroR Provide Information About Comparison of various algorithms
  • 12.  Hardware Requirement: 1. 1.5 gigahertz (GHz) dual-core C.P.U. 2. 4 GB RAM 3. 1024x768 minimum screen resolution 4. 10GB Of hard disk space  Software Requirements: 1. Microsoft Windows 7+ 2. Xampp web server 3. text editor (notepad) 4. Anaconda
  • 13. We Are using following algorithms for implementation of this project: • Decision tree • Logistic regression • K-nearest neighbours • Naive Bayes classifier
  • 14. Decision trees are commonly used in operations research, specifically in decision analysis, to help identify a strategy most likely to reach a goal, but are also a popular tool in data mining. Example:-
  • 15.  It’s a classification algorithm, that is used where the response variable is categorical. The idea of Logistic Regression is to find a relationship between features and probability of particular outcome.  Why we are using Logistic regression: With binary classification, let ‘x’ be some feature and ‘y’ be the output which can be either 0 or 1. So we can predict is the patients records state that the person has the disease or not based on training data.
  • 16. A naive Bayes classifier is an algorithm that uses Bayes' theorem to classify objects. Naive Bayes classifiers assume strong, or naive, independence between attributes of data points. Naive Bayes is also known as simple Bayes or independence Bayes Formula:-
  • 17. K nearest neighbors is a simple algorithm that stores all available cases and classifies new cases based on a similarity measure (e.g., distance functions) KNN has been used in statistical estimation and pattern recognition. Example:-
  • 18.  Programming Languages :- 1. HTML & CSS:- for designing the interface 2. PHP:- connecting user interface with database 3. Python:- for mining data and generating results 4. SQL:- for Database Management  Python Libraries Required 1. Pandas:- for data manipulation and analysis 2. Seborn:- for data visualization 3. Sklearn:-for data mining
  • 25.  We used Statlog (Heart) Data Set from UCI Machine Learning This data source contains 13 attributes 1. age 2. sex 3. chest pain type (4 values) 4. resting blood pressure 5. serum cholesterol in mg/dl 6. fasting blood sugar > 120 mg/dl
  • 26. 7. resting electrocardiographic results (values 0,1,2) 8. maximum heart rate achieved 9. exercise induced angina 10. oldpeak = ST depression induced by exercise relative to rest 11. the slope of the peak exercise ST segment 12. number of major vessels (0-3) colored by flourosopy 13. thal: 3 = normal; 6 = fixed defect; 7 = reversable defect
  • 27. Real: 1,4,5,8,10,12 Ordered:11 Binary: 2,6,9 Nominal:7,3,13 Variable to be predicted Absence (1) or presence (2) of heart disease
  • 28. EHR creation interface Doctor dashboard showing all records created by doctor.
  • 29. Doctor dashboard showing predictive result of patient to the doctor including their reports. Patient dashboard showing predictive result and report to patient
  • 31.  we had observed that each algorithm has its own unique property on which the accuracy is determined.  So we had used election approach to state the results in which the system is providing prediction based on mean of all results from various algorithms which helps to get more accurate and appropriate result which also help to make the application more robust.
  • 32.  In this system, we used different data mining algorithms & calculated their accuracy which is given above. In which we had observed that each algorithm has its own unique property on which the accuracy is determined. So the system is providing prediction based on mean of all results from various algorithms which helps to get more accurate and appropriate result .
  • 33.  M. Sumanth. “Data Mining Applications in Healthcare Sector”.  Neha Chikshe, Tejasweeta Dixit, Rashmi Gore Prerana Akade (2016). “Hybrid Approach for Heart Disease Detection Using Clustering and ANN”. IJRITCC,JAN 2016 Volume 4 Issue 1.  Dr. Gagandeep Jagdev, (2015).” Application Of Big Data In Medical Science Brings Revolution In Managing Health Care Of Humans”. IJEEE,JAN 2015 Volume 2 SPl. Issue 1.  Tapas Ranjan Baitharu, Subhendu Kumar Pani (2016)”Analysis of Data Mining Techniques For Healthcare Decision Support System Using Liver Disorder Dataset”. Books: Areth James, Daniela Witten ,Trevor Hastie , Robert Tibshirani ,”An Introduction to Statistical Learning” By Springer Publications
  • 34. Websites: 1. www.ijritcc.com/index.php/ijritcc/article/view/1718, accessed on 17/08/18 2. www.slideshare.net/madallapallisumanth/data mininginhealthcaresector, accessed on 17/08/18 3. www.issuu.com/ijeeeapm/docs/id77, accessed on 17/08/18 4.www.immagic.com/eLibrary/ARCHIVES/GENERAL/WIKIPEDI/W1120615B.pdf, accessed on 31/08/18 5. www.Wikipedia.com, accessed on 05/10/18 6. www.saedsayad.com, accessed on 10/10/18 7. www.scikit-learn.org/stable/modules/generated/sklearn.metrics.confusionmatrix.html, accessed on 9/01/19 8.www.python.org, accessed on 15/01/19 9.www.archive.ics.uci.edu/ml/datasets/Heart + Disease,accessed on 28/01/19