SlideShare a Scribd company logo
AI & eHealth
Noor Orfahly
Overview
Definition
Forms of
eHealth
The 10 e’s in
eHealth
AI-Based
MDSS
Definition
eHealth is a new term dating back to 1999.
eHealth Strategy Office – UBC: Using modern information and
communications technologies in the areas of health services,
health education and health research.
The World Health Organization: The transfer of health resources and
health care by electronic means. E-health provides a new method for using
health resources – such as information, money, and medicines – and in
time should help to improve efficient use of these resources.
Health Canada: An overarching term used today to describe the application
of information and communications technologies in the health sector. It
encompasses a whole range of purposes from purely administrative
through to health care delivery.
Forms of eHealth
Primary care:
 The use of computer systems by general practitioners and
pharmacists for patient management, medical records and electronic
prescribing.
Hospital care:
 ePatient administration systems
 Laboratory & radiology information systems
 Electronic messaging systems
 Telemedicine
Home care:
 Teleconsults
 Remote vital signs monitoring systems used for diabetes medicine,
asthma monitoring and home dialysis systems
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
Increase efficiency in health care:
 Decreasing costs: avoiding
duplicative or unnecessary diagnostic.
 Therapeutic interventions: through
enhanced communication possibilities
between health care establishments,
and through patient involvement.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
E-health may enhance the quality of
health care for example by allowing
comparisons between different
providers, involving consumers as
additional power for quality assurance,
and directing patient streams to the
best quality providers.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
eHealth interventions should be
evidence-based in a sense that their
effectiveness and efficiency should not
be assumed but proven by rigorous
scientific evaluation.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
By making the knowledge bases of
medicine and personal electronic
records accessible to consumers over
the Internet, e-health opens new
avenues for patient-centered medicine,
and enables evidence-based patient
choice.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
Encouragement of a new relationship
between the patient and health
professional, towards a true
partnership, where decisions are made
in a shared manner.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
Education of physicians through online
sources (continuing medical education)
and consumers (health education,
tailored preventive information for
consumers).
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
Enabling information exchange and
communication in a standardized way
between health care establishments.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
Extending the scope of health care
beyond its conventional boundaries.
 Geographical sense: e-health enables
consumers to easily obtain health
services online from global providers.
 Conceptual sense: These services can
range from simple advice to more
complex interventions or products such
a pharmaceuticals.
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
 Online professional practice
 Informed consent
 Privacy
The 10 e’s in eHealth
efficiency
enhancing quality
evidence based
empowerment
encouragement
education
enabling
extending
ethics
equity
  Equitable health care is one of the
promises of e-health.
  People, who do not have the money,
skills, and access to computers and
networks, cannot use computers effectively.
 The digital divide currently runs between
 rural vs. urban
 rich vs. poor
 young vs. old
 male vs. female
 neglected/rare vs. common diseases.
A FRAMEWORK FOR AI-BASED
CLINICAL DECISION SUPPORT
Example
Enable medical decision making in the presence of partial information
AI-Based Clinical Decision Support Framework
Introduction
Medical decision support systems (MDSS) map patient
information to promising diagnostic and treatment paths.
Knowledge-based systems can suffer a significant loss of
performance when patient data is incomplete:
 Patients omit details
 Access restrictions prevent viewing of remote medical records
The output of learning-based systems cannot be easily explained.
Hybrid System
AI-Based Clinical Decision Support Framework
Knowledge Base
Patient
Records
Prescription
Protocol
Drug
Interaction
Registry
AI-Based Clinical Decision Support Framework
Patient
Records
 Insomnia treatment.
 Patient records drawn from the Center for Disease Control (CDC).
 Dataset: Behavioral Risk Factor Surveillance System (BRFSS)
telephone survey for 2010.
 BRFSS dataset contains:
 Respondent information: age, race, sex, and geographic location.
 Common medical conditions: cancer, asthma, mental illness,
and diabetes.
 Behavioral risk factors: alcohol consumption, drug use, and sleep
deprivation.
 BRFSS: 450,000 individuals.
 Relational database.
AI-Based Clinical Decision Support Framework
Patient
Records
AI-Based Clinical Decision Support Framework
Patient
Records
AI-Based Clinical Decision Support Framework
Prescription
Protocol
 Identify a subset of sleep aids and apply the Mayo clinic sleep aid
prescription protocol to identify the conditions under which each drug
should be prescribed.
 Inference Rules examples:
1. drug-to-drug interaction rule:
If a patient is currently taking an existing drug D1, and D1 cannot
be given with drug D2, then the patient cannot be given drug
D2.
2. drug-to-condition interaction rule:
If a patient has some existing medical condition C, and a drug D
has contraindication to the condition C, then the patient cannot be
given drug D.
3. drug-to-disease interaction rule:
If a patient has a disease E, and a drug D has contraindication to
the disease E, then the patient cannot be given drug D.
Drug
Interaction
Registry
AI-Based Clinical Decision Support Framework
Imputation
Bayesian multiple imputation
Assume a particular joint probability model over the feature values.
a1, a2, …, an , P(a1 = x, a2 = y, …, an = z) = prop., etc
Draw imputed datasets from the posterior distribution of the missing data
given the observed data.
Make multiple imputed datasets, then take the average of the imputed
values.
a1 a2 … an
id1 x y zz
id2 x yyy z
id3 xx yy zzzz
a1 a2 … an
id1 x y ?
id2 ? ? z
id3 ? yy zzzz
AI-Based Clinical Decision Support Framework
Experimental Comparison
Patients who should be given sleep aids were labeled as ‘positive’
exemplars and those who should not as ‘negative’ exemplars.
When a system labeled a patient correctly in response to a query, a
‘true positive’ (tp) or ‘true negative’ (tn) was produced.
Otherwise, a ‘false positive’ (fp) or ‘false negative’ (fn) was
produced.
The results were evaluated in terms of:
 Sensitivity: rate of positive exemplars labeled as positive.
 Specificity: rate of negative exemplars labeled as negative.
 Balanced accuracy: simple average of specificity and sensitivity.
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
Evaluate the impact of missing information on the performance of the
learning-based system by removing known values from the patient
records.
Defined e as the average number of attribute values removed from a
patient’s record.
For each value of e, train an AdaBoost-based classifier using 50 sets of
5000 exemplars from the partially-missing data.
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
AdaBoost
AdaBoost helps you combine multiple “weak classifiers” into a single
“strong classifier”.
A weak classifier is simply a classifier that performs poorly, but performs
better than random guessing (accuracy is greater than 50%).
AdaBoost can be applied to any classification algorithm.
What does AdaBoost do for you?
1. It helps you choose the training set for each new classifier that you train based
on the results of the previous classifier.
2. It determines how much weight should be given to each classifier’s proposed
answer when combining the results.
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
AdaBoost
Training Set Selection:
 Each weak classifier should be trained on a random subset of the total training set.
 The subsets can overlap.
 AdaBoost assigns a “weight” to each training example, which determines the probability that
each example should appear in the training set.
 After training a classifier, AdaBoost increases the weight on the misclassified examples so
that these examples will make up a larger part of the next classifiers training set, and
hopefully the next classifier trained will perform better on them.
Classifier Output Weights:
 After each classifier is trained, the classifier’s weight is calculated based on its accuracy.
 A classifier with 50% accuracy is given a weight of zero
 A classifier with less than 50% accuracy is given negative weight.
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
AdaBoost
Formal Definition:
 The equation for the final classifier:
No. of weak classifiers
Output of weak classifier
‘t’ {-1 , +1}
Weight applied to
classifier ‘t’We make our final decision simply
by looking at the sign of this sum
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
AdaBoost
Formal Definition:
 Weight of classifier:
 The first classifier (t = 1) is trained with equal probability given to all training
examples.
 After it’s trained, we compute the output weight (alpha) for that classifier.
 error rate (e_t ) is just the number of misclassifications over the training set divided
by the training set size.
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
AdaBoost
Formal Definition:
 Updating examples’ weights:
 If the predicted and actual output agree, y * h(x) will always be +1 (1*1 or -1*-1)
 If they disagree, y * h(x) will be negative.
 Misclassifications by a classifier with a positive alpha will cause this training example to be given a
larger weight. And vice versa.
 If a weak classifier misclassifies an input, we don’t take that as seriously as a strong classifier’s
mistake.
Vector of weights
Training example
number
Sum of all the weights
(normalization)
Correct output
predicted output
AI-Based Clinical Decision Support Framework
Experimental Comparison – Learning-based System
AI-Based Clinical Decision Support Framework
Experimental Comparison – Knowledge-based System
Use EulerSharp semantic reasoner for the knowledge-based reasoning
AI-Based Clinical Decision Support Framework
Conclusion
This approach of Integrating machine learning with ontological
reasoning makes use of the inherent advantages of both approaches in
order to offer the required accuracy for the medical domain.
This approach supports interoperability between different health
information systems. A decision making process should use all relevant
data from many distributed systems instead of a single data source to
maximize its effectiveness.
This approach provides a framework that is generic enough to be used
in other medical applications.
AI in eHealth

More Related Content

What's hot

Watson Health Closes Acquisition of Truven Health Analytics
Watson Health Closes Acquisition of Truven Health Analytics Watson Health Closes Acquisition of Truven Health Analytics
Watson Health Closes Acquisition of Truven Health Analytics
Sarah McAlpine, MA
 
Artificial intelligence and precision medicine does the health economist need...
Artificial intelligence and precision medicine does the health economist need...Artificial intelligence and precision medicine does the health economist need...
Artificial intelligence and precision medicine does the health economist need...
Augustin Terlinden
 
1440 batarseh share
1440 batarseh share1440 batarseh share
1440 batarseh share
Rising Media, Inc.
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
Ashish Salve
 
Ruthann Russo - Integrative Population Health Management - White Paper Part 2
Ruthann Russo - Integrative Population Health Management - White Paper Part 2Ruthann Russo - Integrative Population Health Management - White Paper Part 2
Ruthann Russo - Integrative Population Health Management - White Paper Part 2Ruthann Russo
 
Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...
Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...
Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...
Healthcare consultant
 
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
 
Machine learning in disease diagnosis
Machine learning in disease diagnosisMachine learning in disease diagnosis
Machine learning in disease diagnosis
SushrutaMishra1
 
Redesigning the healthcare with artificial intelligence, genomics & neuroscience
Redesigning the healthcare with artificial intelligence, genomics & neuroscienceRedesigning the healthcare with artificial intelligence, genomics & neuroscience
Redesigning the healthcare with artificial intelligence, genomics & neuroscience
Artivatic.ai
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
Ashish Salve
 
Big Data Analytics for Healthcare
Big Data Analytics for HealthcareBig Data Analytics for Healthcare
Big Data Analytics for Healthcare
Chandan Reddy
 
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
 
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
DrBonnie360
 
How to Use Data to Improve Patient Safety: Part 2
How to Use Data to Improve Patient Safety: Part 2How to Use Data to Improve Patient Safety: Part 2
How to Use Data to Improve Patient Safety: Part 2
Health Catalyst
 
Smart health disease prediction python django
Smart health disease prediction python djangoSmart health disease prediction python django
Smart health disease prediction python django
ShaikSalman28
 
Heart disease prediction system
Heart disease prediction systemHeart disease prediction system
Heart disease prediction system
SWAMI06
 
IRJET- Disease Prediction using Machine Learning
IRJET-  	  Disease Prediction using Machine LearningIRJET-  	  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine Learning
IRJET Journal
 
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
 
IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...
IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...
IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...
IRJET Journal
 
Clinical Analytics
Clinical AnalyticsClinical Analytics
Clinical Analytics
Michael Bice
 

What's hot (20)

Watson Health Closes Acquisition of Truven Health Analytics
Watson Health Closes Acquisition of Truven Health Analytics Watson Health Closes Acquisition of Truven Health Analytics
Watson Health Closes Acquisition of Truven Health Analytics
 
Artificial intelligence and precision medicine does the health economist need...
Artificial intelligence and precision medicine does the health economist need...Artificial intelligence and precision medicine does the health economist need...
Artificial intelligence and precision medicine does the health economist need...
 
1440 batarseh share
1440 batarseh share1440 batarseh share
1440 batarseh share
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
 
Ruthann Russo - Integrative Population Health Management - White Paper Part 2
Ruthann Russo - Integrative Population Health Management - White Paper Part 2Ruthann Russo - Integrative Population Health Management - White Paper Part 2
Ruthann Russo - Integrative Population Health Management - White Paper Part 2
 
Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...
Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...
Artificial intelligence in healthcare quality and its impact by Dr.Mahboob al...
 
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
 
Machine learning in disease diagnosis
Machine learning in disease diagnosisMachine learning in disease diagnosis
Machine learning in disease diagnosis
 
Redesigning the healthcare with artificial intelligence, genomics & neuroscience
Redesigning the healthcare with artificial intelligence, genomics & neuroscienceRedesigning the healthcare with artificial intelligence, genomics & neuroscience
Redesigning the healthcare with artificial intelligence, genomics & neuroscience
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
 
Big Data Analytics for Healthcare
Big Data Analytics for HealthcareBig Data Analytics for Healthcare
Big Data Analytics for Healthcare
 
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
 
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
 
How to Use Data to Improve Patient Safety: Part 2
How to Use Data to Improve Patient Safety: Part 2How to Use Data to Improve Patient Safety: Part 2
How to Use Data to Improve Patient Safety: Part 2
 
Smart health disease prediction python django
Smart health disease prediction python djangoSmart health disease prediction python django
Smart health disease prediction python django
 
Heart disease prediction system
Heart disease prediction systemHeart disease prediction system
Heart disease prediction system
 
IRJET- Disease Prediction using Machine Learning
IRJET-  	  Disease Prediction using Machine LearningIRJET-  	  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine Learning
 
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
 
IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...
IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...
IRJET- Human Heart Disease Prediction using Ensemble Learning and Particle Sw...
 
Clinical Analytics
Clinical AnalyticsClinical Analytics
Clinical Analytics
 

Similar to AI in eHealth

The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
Health Catalyst
 
mHealth for providers in India
mHealth for providers in IndiamHealth for providers in India
mHealth for providers in India
HELATHCURSOR CONSULTING GROUP
 
Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715
Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715
Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715Balaji Krishnapuram
 
5 ways better data management can help physicians meet the demands of the mod...
5 ways better data management can help physicians meet the demands of the mod...5 ways better data management can help physicians meet the demands of the mod...
5 ways better data management can help physicians meet the demands of the mod...
Unify
 
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEMAN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
ijaia
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
The Ohio State University Wexner Medical Center
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
The Ohio State University Wexner Medical Center
 
Sun==big data analytics for health care
Sun==big data analytics for health careSun==big data analytics for health care
Sun==big data analytics for health care
Aravindharamanan S
 
Achieving Outcomes for NZ using Health IT
Achieving Outcomes for NZ using Health IT Achieving Outcomes for NZ using Health IT
Achieving Outcomes for NZ using Health IT
Health Informatics New Zealand
 
Team Sol2 01 Health Care Informatics Power Point
Team Sol2 01 Health Care Informatics Power PointTeam Sol2 01 Health Care Informatics Power Point
Team Sol2 01 Health Care Informatics Power PointMessner Angie
 
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docxChapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
mccormicknadine86
 
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docxChapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
tiffanyd4
 
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...Sunil Nair
 
Delivering Value Through Evidence-Based PracticeMacias, Charles .docx
Delivering Value Through Evidence-Based PracticeMacias, Charles .docxDelivering Value Through Evidence-Based PracticeMacias, Charles .docx
Delivering Value Through Evidence-Based PracticeMacias, Charles .docx
cuddietheresa
 
013 Am09 Presentations Harris
013 Am09 Presentations  Harris013 Am09 Presentations  Harris
013 Am09 Presentations HarrisSimon Prince
 
Data visualization in Health related research
Data visualization in Health related researchData visualization in Health related research
Data visualization in Health related research
D Dutta Roy
 
Tailored Message NSF Final Presentation
Tailored Message NSF Final PresentationTailored Message NSF Final Presentation
Tailored Message NSF Final PresentationStanford University
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analytics
vivatechijri
 
Application of data science in healthcare
Application of data science in healthcareApplication of data science in healthcare
Application of data science in healthcare
ShreyaPai7
 

Similar to AI in eHealth (20)

The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
 
mHealth for providers in India
mHealth for providers in IndiamHealth for providers in India
mHealth for providers in India
 
Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715
Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715
Krishnapuram_TransformingHealth_HIMSS_CIO_Summit_100715
 
5 ways better data management can help physicians meet the demands of the mod...
5 ways better data management can help physicians meet the demands of the mod...5 ways better data management can help physicians meet the demands of the mod...
5 ways better data management can help physicians meet the demands of the mod...
 
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEMAN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
 
e-health
e-healthe-health
e-health
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
 
Sun==big data analytics for health care
Sun==big data analytics for health careSun==big data analytics for health care
Sun==big data analytics for health care
 
Achieving Outcomes for NZ using Health IT
Achieving Outcomes for NZ using Health IT Achieving Outcomes for NZ using Health IT
Achieving Outcomes for NZ using Health IT
 
Team Sol2 01 Health Care Informatics Power Point
Team Sol2 01 Health Care Informatics Power PointTeam Sol2 01 Health Care Informatics Power Point
Team Sol2 01 Health Care Informatics Power Point
 
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docxChapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
 
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docxChapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
Chapter 9 Patient Safety, Quality and ValueHarry Burke MD P.docx
 
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
 
Delivering Value Through Evidence-Based PracticeMacias, Charles .docx
Delivering Value Through Evidence-Based PracticeMacias, Charles .docxDelivering Value Through Evidence-Based PracticeMacias, Charles .docx
Delivering Value Through Evidence-Based PracticeMacias, Charles .docx
 
013 Am09 Presentations Harris
013 Am09 Presentations  Harris013 Am09 Presentations  Harris
013 Am09 Presentations Harris
 
Data visualization in Health related research
Data visualization in Health related researchData visualization in Health related research
Data visualization in Health related research
 
Tailored Message NSF Final Presentation
Tailored Message NSF Final PresentationTailored Message NSF Final Presentation
Tailored Message NSF Final Presentation
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analytics
 
Application of data science in healthcare
Application of data science in healthcareApplication of data science in healthcare
Application of data science in healthcare
 

Recently uploaded

GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 

Recently uploaded (20)

GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 

AI in eHealth

  • 2. Overview Definition Forms of eHealth The 10 e’s in eHealth AI-Based MDSS
  • 3. Definition eHealth is a new term dating back to 1999. eHealth Strategy Office – UBC: Using modern information and communications technologies in the areas of health services, health education and health research. The World Health Organization: The transfer of health resources and health care by electronic means. E-health provides a new method for using health resources – such as information, money, and medicines – and in time should help to improve efficient use of these resources. Health Canada: An overarching term used today to describe the application of information and communications technologies in the health sector. It encompasses a whole range of purposes from purely administrative through to health care delivery.
  • 4. Forms of eHealth Primary care:  The use of computer systems by general practitioners and pharmacists for patient management, medical records and electronic prescribing. Hospital care:  ePatient administration systems  Laboratory & radiology information systems  Electronic messaging systems  Telemedicine Home care:  Teleconsults  Remote vital signs monitoring systems used for diabetes medicine, asthma monitoring and home dialysis systems
  • 5. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity
  • 6. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity Increase efficiency in health care:  Decreasing costs: avoiding duplicative or unnecessary diagnostic.  Therapeutic interventions: through enhanced communication possibilities between health care establishments, and through patient involvement.
  • 7. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity E-health may enhance the quality of health care for example by allowing comparisons between different providers, involving consumers as additional power for quality assurance, and directing patient streams to the best quality providers.
  • 8. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity eHealth interventions should be evidence-based in a sense that their effectiveness and efficiency should not be assumed but proven by rigorous scientific evaluation.
  • 9. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity By making the knowledge bases of medicine and personal electronic records accessible to consumers over the Internet, e-health opens new avenues for patient-centered medicine, and enables evidence-based patient choice.
  • 10. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity Encouragement of a new relationship between the patient and health professional, towards a true partnership, where decisions are made in a shared manner.
  • 11. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity Education of physicians through online sources (continuing medical education) and consumers (health education, tailored preventive information for consumers).
  • 12. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity Enabling information exchange and communication in a standardized way between health care establishments.
  • 13. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity Extending the scope of health care beyond its conventional boundaries.  Geographical sense: e-health enables consumers to easily obtain health services online from global providers.  Conceptual sense: These services can range from simple advice to more complex interventions or products such a pharmaceuticals.
  • 14. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity  Online professional practice  Informed consent  Privacy
  • 15. The 10 e’s in eHealth efficiency enhancing quality evidence based empowerment encouragement education enabling extending ethics equity   Equitable health care is one of the promises of e-health.   People, who do not have the money, skills, and access to computers and networks, cannot use computers effectively.  The digital divide currently runs between  rural vs. urban  rich vs. poor  young vs. old  male vs. female  neglected/rare vs. common diseases.
  • 16. A FRAMEWORK FOR AI-BASED CLINICAL DECISION SUPPORT Example Enable medical decision making in the presence of partial information
  • 17. AI-Based Clinical Decision Support Framework Introduction Medical decision support systems (MDSS) map patient information to promising diagnostic and treatment paths. Knowledge-based systems can suffer a significant loss of performance when patient data is incomplete:  Patients omit details  Access restrictions prevent viewing of remote medical records The output of learning-based systems cannot be easily explained. Hybrid System
  • 18. AI-Based Clinical Decision Support Framework Knowledge Base Patient Records Prescription Protocol Drug Interaction Registry
  • 19. AI-Based Clinical Decision Support Framework Patient Records  Insomnia treatment.  Patient records drawn from the Center for Disease Control (CDC).  Dataset: Behavioral Risk Factor Surveillance System (BRFSS) telephone survey for 2010.  BRFSS dataset contains:  Respondent information: age, race, sex, and geographic location.  Common medical conditions: cancer, asthma, mental illness, and diabetes.  Behavioral risk factors: alcohol consumption, drug use, and sleep deprivation.  BRFSS: 450,000 individuals.  Relational database.
  • 20. AI-Based Clinical Decision Support Framework Patient Records
  • 21. AI-Based Clinical Decision Support Framework Patient Records
  • 22. AI-Based Clinical Decision Support Framework Prescription Protocol  Identify a subset of sleep aids and apply the Mayo clinic sleep aid prescription protocol to identify the conditions under which each drug should be prescribed.  Inference Rules examples: 1. drug-to-drug interaction rule: If a patient is currently taking an existing drug D1, and D1 cannot be given with drug D2, then the patient cannot be given drug D2. 2. drug-to-condition interaction rule: If a patient has some existing medical condition C, and a drug D has contraindication to the condition C, then the patient cannot be given drug D. 3. drug-to-disease interaction rule: If a patient has a disease E, and a drug D has contraindication to the disease E, then the patient cannot be given drug D. Drug Interaction Registry
  • 23. AI-Based Clinical Decision Support Framework Imputation Bayesian multiple imputation Assume a particular joint probability model over the feature values. a1, a2, …, an , P(a1 = x, a2 = y, …, an = z) = prop., etc Draw imputed datasets from the posterior distribution of the missing data given the observed data. Make multiple imputed datasets, then take the average of the imputed values. a1 a2 … an id1 x y zz id2 x yyy z id3 xx yy zzzz a1 a2 … an id1 x y ? id2 ? ? z id3 ? yy zzzz
  • 24. AI-Based Clinical Decision Support Framework Experimental Comparison Patients who should be given sleep aids were labeled as ‘positive’ exemplars and those who should not as ‘negative’ exemplars. When a system labeled a patient correctly in response to a query, a ‘true positive’ (tp) or ‘true negative’ (tn) was produced. Otherwise, a ‘false positive’ (fp) or ‘false negative’ (fn) was produced. The results were evaluated in terms of:  Sensitivity: rate of positive exemplars labeled as positive.  Specificity: rate of negative exemplars labeled as negative.  Balanced accuracy: simple average of specificity and sensitivity.
  • 25. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System Evaluate the impact of missing information on the performance of the learning-based system by removing known values from the patient records. Defined e as the average number of attribute values removed from a patient’s record. For each value of e, train an AdaBoost-based classifier using 50 sets of 5000 exemplars from the partially-missing data.
  • 26. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System AdaBoost AdaBoost helps you combine multiple “weak classifiers” into a single “strong classifier”. A weak classifier is simply a classifier that performs poorly, but performs better than random guessing (accuracy is greater than 50%). AdaBoost can be applied to any classification algorithm. What does AdaBoost do for you? 1. It helps you choose the training set for each new classifier that you train based on the results of the previous classifier. 2. It determines how much weight should be given to each classifier’s proposed answer when combining the results.
  • 27. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System AdaBoost Training Set Selection:  Each weak classifier should be trained on a random subset of the total training set.  The subsets can overlap.  AdaBoost assigns a “weight” to each training example, which determines the probability that each example should appear in the training set.  After training a classifier, AdaBoost increases the weight on the misclassified examples so that these examples will make up a larger part of the next classifiers training set, and hopefully the next classifier trained will perform better on them. Classifier Output Weights:  After each classifier is trained, the classifier’s weight is calculated based on its accuracy.  A classifier with 50% accuracy is given a weight of zero  A classifier with less than 50% accuracy is given negative weight.
  • 28. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System AdaBoost Formal Definition:  The equation for the final classifier: No. of weak classifiers Output of weak classifier ‘t’ {-1 , +1} Weight applied to classifier ‘t’We make our final decision simply by looking at the sign of this sum
  • 29. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System AdaBoost Formal Definition:  Weight of classifier:  The first classifier (t = 1) is trained with equal probability given to all training examples.  After it’s trained, we compute the output weight (alpha) for that classifier.  error rate (e_t ) is just the number of misclassifications over the training set divided by the training set size.
  • 30. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System AdaBoost Formal Definition:  Updating examples’ weights:  If the predicted and actual output agree, y * h(x) will always be +1 (1*1 or -1*-1)  If they disagree, y * h(x) will be negative.  Misclassifications by a classifier with a positive alpha will cause this training example to be given a larger weight. And vice versa.  If a weak classifier misclassifies an input, we don’t take that as seriously as a strong classifier’s mistake. Vector of weights Training example number Sum of all the weights (normalization) Correct output predicted output
  • 31. AI-Based Clinical Decision Support Framework Experimental Comparison – Learning-based System
  • 32. AI-Based Clinical Decision Support Framework Experimental Comparison – Knowledge-based System Use EulerSharp semantic reasoner for the knowledge-based reasoning
  • 33. AI-Based Clinical Decision Support Framework Conclusion This approach of Integrating machine learning with ontological reasoning makes use of the inherent advantages of both approaches in order to offer the required accuracy for the medical domain. This approach supports interoperability between different health information systems. A decision making process should use all relevant data from many distributed systems instead of a single data source to maximize its effectiveness. This approach provides a framework that is generic enough to be used in other medical applications.

Editor's Notes

  1. http://www.jmir.org/2001/2/e20/
  2. These rules were applied to all records to create a semantic knowledge-store of the BRFSS dataset.
  3. http://chrisjmccormick.wordpress.com/2013/12/13/adaboost-tutorial/
  4. 1. The classifier weight grows exponentially as the error approaches 0. Better classifiers are given exponentially more weight. 2. The classifier weight is zero if the error rate is 0.5. A classifier with 50% accuracy is no better than random guessing, so we ignore it. 3. The classifier weight grows exponentially negative as the error approaches 1. We give a negative weight to classifiers with worse worse than 50% accuracy. “Whatever that classifier says, do the opposite!”.
  5. The figure provides a performance comparison between the hybrid model and the knowledge-based model for the four highest levels of missingness (ǫ). We note that the hybrid decision making model experiences slight performance degradation in balanced accuracy as ǫ increases (an increase of 0.5 in ǫ causes a decrease in performance of less than 1 percentage point). However, the performance of the knowledge-based decision support model degrades substantially for the same range of ǫ (an increase of 0.5 in ǫ causes a decrease in performance of roughly 4 percentage points). Overall the hybrid model achieves excellent balanced accuracy, meaning that its recommendations for medical decision making are effective.