The Good News. More storage capacity allows information to be saved Economic and social forces creating more aggregation of data

Size: px
Start display at page:

Download "The Good News. More storage capacity allows information to be saved Economic and social forces creating more aggregation of data"

Transcription

1 The Good News Capacity to gather medically significant data growing quickly Better instrumentation (e.g., MRI machines, ambulatory monitors, cameras) generates more information/patient More storage capacity allows information to be saved Economic and social forces creating more aggregation of data

2 The Bad News Clinicians spending ever more time: Studying data about their patients And still ignoring most of the data Tracking onslaught of new medical data And not keeping up One of many contributors to waste in healthcare system

3 Waste In the U.S. Healthcare System Inst. of Medicine

4 Predictive Models Can Help Input: Information about an individual, environment, treatment Output: Probability of an event (good or bad) occurring Information about why that is the probability Uses Improved outcomes Earlier detection Matching treatments to patients Optimization of processes Resource allocation Clinical trials Hypotheses about causality

5 Building Predictive Models Patient data Clinical predictive models

6 What Is Machine Learning? Modern statistics meets optimization

7 How Are Things Learned? Memorization Accumulation of individual facts Limited by Time to observe facts Memory to store facts Generalization Deduce new facts from old facts Limited by accuracy of deduction process Essentially a predictive activity Assumes that the past predicts the future

8 Machine Learning Methods Many different ones, all try to learn a model that is a generalization of examples Supervised: given a set of feature/label pairs, find a rule that predicts the label associated with a previously unseen input Unsupervised: given a set of feature vectors (without labels) group them into natural clusters All have four components Training data and evaluation method Representation of the features Objective function and constraints Optimization method for learning the model

9 Some Considerations in Machine Learning Choosing training data and evaluation method, e.g., Holdout set or cross validation Representation of the features, e.g., How to represent an ECG signal Objective function and constraints, e.g., Maximize AUROC Optimization method for learning the model, e.g., E.g., logistic regression. SVM, deep learning

10 Machine Learning: the Big Data Challenge Too Fast The data arrives in volume each day Fields, distributions, etc. constantly changing Models need to adaptive Too Hard Multiple modalities Always incomplete, often incorrect, outcomes ambiguous Ground truth often hard to come by Site-to-site variation Too Big: images, videos, signals 10 s of millions of patients, billions of bits/patient Learning needs to parallelized, use sub-linear algorithms,

11 The Big Data Challenge Too Fast The data arrives in volume each day Fields, distributions, etc. constantly changing Too Hard Multiple modalities Always incomplete, often incorrect, outcomes ambiguous Ground truth often hard to come by Site-to-site variation Too Small Never enough obviously relevant data

12 An Example: Predicting Chronic Kidney Disease Total patients : 3.5 million patients 1 CKD patients : 44,000 patients w/ hypertension and/or diabetes : 10,000 patients Other Inclusion criteria: 1. Early stage CKD, 2. At least 2 years of medical history Final population size : 6400 patients

13 To Make it Worse: Missing and Misleading Data Uneven sampling Inaccurate coding Varying levels of abstraction (beware of ICD-10) Underlying condition: Acute Systolic Heart Failure Recorded information: Heart Failure No ground truth for labels Diagnoses can be wrong or missed Most tests not ordered 428 Heart failure Congestive heart failure Left heart failure Systolic heart failure."."."" Unspecified Acute Systolic heart failure Chronic Systolic heart failure.".".""

14 Dealing with Not Enough Data Novel approaches to feature engineering Reducing dimensionality Finding the right levels of abstraction Computational biomarkers E.g., to convert 100 s samples/sec. to useful data Making productive use of data from other sources Different features Different outcomes Different conditional distributions Novel machine learning techniques

15 Computationally-Generated Biomarkers Biomarker (broadly defined) A characteristic that can be objectively measured and provides an indicator of normal or pathological processes or expected responses to a therapeutic intervention Computationally-Generated Biomarker A biomarker generated by applying computation to medical data

16 Cardiovascular Risk Stratification Acute coronary syndrome (ACS) common: ~1.25M/year in U.S. 15% - 20% of these people will suffer cardiac-related death within 4 years Have lots of good treatments Eat better Get an ICD Choosing who should get which (or any) is hard Fine-grained risk stratification the key

17 Approaches to Identifying High Risk Cases Clinical characteristics E.g., gender or high blood pressure Traditional biomarkers E.g., cholesterol levels Echocardiography E.g., LVEF Electrocardiography (ECG) We combine all of these Innovation on use of ECG Jason Grow/The Human Face of Big Data

18 Morphological Variability Detect signs of small and transient electrical instability in myocardium by detecting minor differences in shape of normal appearing heart beats Invisible to human eye Patient (died)! (MV > 2 x high risk threshold)! Patient 1593 (survived)! (MV < 1/2 x high risk threshold)!

19 Data from MERLIN TIMI-36 dataset (~1B beats) About 4,500 ACS patients 1 year follow-up for cardiovascular death (193 events)

20 MV and Other Risk Variables Multivariate Analysis of Patients with LVEF > 40%* Parameter Adjusted Hazard Ratio (*) 95% Confidence Interval P Value MV BNP BMI CrCl * Also adjusted for age, hypertension, diabetes, hypercholesterolemia, prior MI, prior angina, ST changes, cardiac markers

21 Using Advanced ML to Tame HAIs Medicare Shift Fails to Cut Hospital Infections -- Oct. 10 th 2012 Hospitals Fail to Take Simple Measures to Thwart Deadly Infections, Survey Says -- April 8 th, 2013 More Aggressive Action Urged to Curb Hospital Infections -- May 29 th, 2013

22 Health Care Associated Infections

23 Example: Predicting Clostridium difficile Bacteria that takes over the gut Transmitted through the mouth Causes severe diarrhea, intestinal diseases Treatment: metronidazole and oral vancomycin 20% of cases relapse within 60-days 178,000/year in U.S. Approx. same as invasive breast cancer

24 The Data Hospital A: ~180 beds and ~10,000 admissions per year Hospital B: ~250 beds and 15,000 admissions per year Hospital C: >900 beds and >40,000 admissions per year Hospitals have different patient mixes, related to incidence of C. diff.

25 Risk Factors Time Invariant Collected at the time of admission e.g., admission complaint, previous admissions, home meds Time Varying Changes during the hospitalization e.g., current meds, current procedures, current location, hospital conditions PATIENT RISK

26 Feature Spaces e.g., assigned location: 2NE e.g., lives in city X e.g., history of vancomycin Hospital A Hospital B Hospital C 1. Specific to A : Specific to B : Specific to C : Common to A,B & C : Common to A & B(only) : Common to A & C (only) : Common B & C (only) : 11

27 Incorporating Time Typical Approaches in Clinical Literature Calculate risk using only a snapshot of patient s state a. At time of admission [Tanner et al., 2009] b. n days before index event [Dubberke et al., 2011] Our Approach Calculate risk using the entire evolving risk profile 1a Estimated Risk 2 Time (days) 1b Index Event

28 Evaluating the Model Actual Class Applied to a held-out validation set of 25,000 admissions to a single hospital, from a single year, the model achieved an AUC=0.81 (95%CI ) Positive Negative Predicted Class High Risk Low Risk ,151 23,006 Fraction of Identified Cases An ~6X improvement! Predicted at least X days in advance

29 Technology Transition IRB for clinical study at MGH approved this week!

30 Taking My MIT Hat Off

31 Material omitted

32 Wrapping Up Exciting times at the intersection of Medicine and data analytics Data analysis has transformed many fields Biology from molecules to genetics to systems Sports Moneyball looks old fashioned Finance it takes a computer to lose $10,000,000/minute Medicine is just starting We have the opportunity to truly change the practice of medicine and the health care industry

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018 Introduction to Machine Learning Katherine Heller Deep Learning Summer School 2018 Outline Kinds of machine learning Linear regression Regularization Bayesian methods Logistic Regression Why we do this

More information

Supplemental Material

Supplemental Material Supplemental Material Supplemental Results The baseline patient characteristics for all subgroups analyzed are shown in Table S1. Tables S2-S6 demonstrate the association between ECG metrics and cardiovascular

More information

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Dhouha Grissa, Mélanie Pétéra, Marion Brandolini, Amedeo Napoli, Blandine Comte and Estelle Pujos-Guillot

More information

TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS)

TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS) TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS) AUTHORS: Tejas Prahlad INTRODUCTION Acute Respiratory Distress Syndrome (ARDS) is a condition

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle   holds various files of this Leiden University dissertation Cover Page The handle http://hdl.handle.net/1887/22997 holds various files of this Leiden University dissertation Author: Wilden, Gwendolyn M. van der Title: The value of surgical treatment in abdominal

More information

Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal

Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal 1 Simranjeet Kaur, 2 Navneet Kaur Panag 1 Student, 2 Assistant Professor 1 Electrical Engineering

More information

OBSERVATIONAL MEDICAL OUTCOMES PARTNERSHIP

OBSERVATIONAL MEDICAL OUTCOMES PARTNERSHIP OBSERVATIONAL Patient-centered observational analytics: New directions toward studying the effects of medical products Patrick Ryan on behalf of OMOP Research Team May 22, 2012 Observational Medical Outcomes

More information

An Improved Patient-Specific Mortality Risk Prediction in ICU in a Random Forest Classification Framework

An Improved Patient-Specific Mortality Risk Prediction in ICU in a Random Forest Classification Framework An Improved Patient-Specific Mortality Risk Prediction in ICU in a Random Forest Classification Framework Soumya GHOSE, Jhimli MITRA 1, Sankalp KHANNA 1 and Jason DOWLING 1 1. The Australian e-health and

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network International Journal of Electronics Engineering, 3 (1), 2011, pp. 55 58 ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network Amitabh Sharma 1, and Tanushree Sharma 2

More information

The Biomechanical Approach to Heart Disease

The Biomechanical Approach to Heart Disease Transcript Details This is a transcript of an educational program accessible on the ReachMD network. Details about the program and additional media formats for the program are accessible by visiting: https://reachmd.com/programs/medical-breakthroughs-from-penn-medicine/the-biomechanicalapproach-to-heart-disease/3912/

More information

Saving the Healthcare System

Saving the Healthcare System Majid Sarrafzadeh Professor of Computer Science (Electrical Engineering, courtesy) Co-Director Wireless Health Institute (WHI) Saving the Healthcare System NORTH AMERICA Airline Million Flights Fatal Event

More information

Carotid Ultrasound Scans for Assessing Cardiovascular Risk

Carotid Ultrasound Scans for Assessing Cardiovascular Risk Transcript Details This is a transcript of an educational program accessible on the ReachMD network. Details about the program and additional media formats for the program are accessible by visiting: https://reachmd.com/programs/lipid-luminations/carotid-ultrasound-scans-for-assessing-cardiovascularrisk/4004/

More information

Does Machine Learning. In a Learning Health System?

Does Machine Learning. In a Learning Health System? Does Machine Learning Have a Place In a Learning Health System? Grand Rounds: Rethinking Clinical Research Friday, December 15, 2017 Michael J. Pencina, PhD Professor of Biostatistics and Bioinformatics,

More information

Application of AI in Healthcare. Alistair Erskine MD MBA Chief Informatics Officer

Application of AI in Healthcare. Alistair Erskine MD MBA Chief Informatics Officer Application of AI in Healthcare Alistair Erskine MD MBA Chief Informatics Officer 1 Overview Why AI in Healthcare topic matters Is AI just another shiny objects? Geisinger AI collaborations Categories

More information

Biomedical Instrumentation E. Blood Pressure

Biomedical Instrumentation E. Blood Pressure Biomedical Instrumentation E. Blood Pressure Dr Gari Clifford Adapted from slides by Prof. Lionel Tarassenko Blood pressure Blood is pumped around the body by the heart. It makes its way around the body

More information

Panel: Machine Learning in Surgery and Cancer

Panel: Machine Learning in Surgery and Cancer Panel: Machine Learning in Surgery and Cancer Professor Dimitris Bertsimas, SM 87, PhD 88, Boeing Leaders for Global Operations Professor of Management; Professor of Operations Research; Co-Director, Operations

More information

EXTENDING ASSOCIATION RULE CHARACTERIZATION TECHNIQUES TO ASSESS THE RISK OF DIABETES MELLITUS

EXTENDING ASSOCIATION RULE CHARACTERIZATION TECHNIQUES TO ASSESS THE RISK OF DIABETES MELLITUS EXTENDING ASSOCIATION RULE CHARACTERIZATION TECHNIQUES TO ASSESS THE RISK OF DIABETES MELLITUS M.Lavanya 1, Mrs.P.M.Gomathi 2 Research Scholar, Head of the Department, P.K.R. College for Women, Gobi. Abstract

More information

Next-Generation Remote Patient Monitoring for Heart Failure March 3, 2016

Next-Generation Remote Patient Monitoring for Heart Failure March 3, 2016 Next-Generation Remote Patient Monitoring for Heart Failure March 3, 2016 Raj Khandwalla, MD Cedars-Sinai Medical Center Martin S. Kohn, MD, Sentrian Conflict of Interest Raj Khandwalla, M.D. M.A. FACC

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

Chapter 6: Medicare Expenditures for CKD

Chapter 6: Medicare Expenditures for CKD Chapter 6: Medicare Expenditures for CKD Introduction Determining the economic impact of chronic kidney disease (CKD) on the health care system is challenging on several levels. There is, for instance,

More information

Predicting Breast Cancer Survival Using Treatment and Patient Factors

Predicting Breast Cancer Survival Using Treatment and Patient Factors Predicting Breast Cancer Survival Using Treatment and Patient Factors William Chen wchen808@stanford.edu Henry Wang hwang9@stanford.edu 1. Introduction Breast cancer is the leading type of cancer in women

More information

Assessing Functional Neural Connectivity as an Indicator of Cognitive Performance *

Assessing Functional Neural Connectivity as an Indicator of Cognitive Performance * Assessing Functional Neural Connectivity as an Indicator of Cognitive Performance * Brian S. Helfer 1, James R. Williamson 1, Benjamin A. Miller 1, Joseph Perricone 1, Thomas F. Quatieri 1 MIT Lincoln

More information

Following the health of half a million participants

Following the health of half a million participants Following the health of half a million participants Cathie Sudlow UK Biobank Scientific Conference London, June 2018 Follow-up of participants in very large prospective cohorts Aim: identify a wide range

More information

Prediction of Malignant and Benign Tumor using Machine Learning

Prediction of Malignant and Benign Tumor using Machine Learning Prediction of Malignant and Benign Tumor using Machine Learning Ashish Shah Department of Computer Science and Engineering Manipal Institute of Technology, Manipal University, Manipal, Karnataka, India

More information

more intense treatments are needed to get rid of the infection.

more intense treatments are needed to get rid of the infection. What Is Clostridium Difficile (C. Diff)? Clostridium difficile, or C. diff for short, is an infection from a bacterium that can grow in your intestines and cause bad GI symptoms. The main risk of getting

More information

Using Big Data to Prevent Infections

Using Big Data to Prevent Infections Using Big Data to Prevent Infections A thought paper by Scalable Health Big Data Analytics Reduces Infections in Hospitals Healthcare Associated Infections (HAIs) are developed while patients are receiving

More information

Abby Woods, DNP, FNP Southern Illinois Healthcare Supportive Care Program END OF LIFE ISSUES IN THE CARE OF CARDIAC PATIENTS

Abby Woods, DNP, FNP Southern Illinois Healthcare Supportive Care Program END OF LIFE ISSUES IN THE CARE OF CARDIAC PATIENTS Abby Woods, DNP, FNP Southern Illinois Healthcare Supportive Care Program END OF LIFE ISSUES IN THE CARE OF CARDIAC PATIENTS Objectives Describe a team approach in the setting of critical illness Differentiate

More information

Lecture 13: Finding optimal treatment policies

Lecture 13: Finding optimal treatment policies MACHINE LEARNING FOR HEALTHCARE 6.S897, HST.S53 Lecture 13: Finding optimal treatment policies Prof. David Sontag MIT EECS, CSAIL, IMES (Thanks to Peter Bodik for slides on reinforcement learning) Outline

More information

DEVELOPMENT OF AN EXPERT SYSTEM ALGORITHM FOR DIAGNOSING CARDIOVASCULAR DISEASE USING ROUGH SET THEORY IMPLEMENTED IN MATLAB

DEVELOPMENT OF AN EXPERT SYSTEM ALGORITHM FOR DIAGNOSING CARDIOVASCULAR DISEASE USING ROUGH SET THEORY IMPLEMENTED IN MATLAB DEVELOPMENT OF AN EXPERT SYSTEM ALGORITHM FOR DIAGNOSING CARDIOVASCULAR DISEASE USING ROUGH SET THEORY IMPLEMENTED IN MATLAB Aaron Don M. Africa Department of Electronics and Communications Engineering,

More information

POC Brain Tumor Segmentation. vlife Use Case

POC Brain Tumor Segmentation. vlife Use Case Brain Tumor Segmentation vlife Use Case 1 Automatic Brain Tumor Segmentation using CNN Background Brain tumor segmentation seeks to separate healthy tissue from tumorous regions such as the advancing tumor,

More information

International Journal of Advance Engineering and Research Development PREDICTIVE ANALYSIS USING BIG DATA IN HEALTHCARE SECTOR

International Journal of Advance Engineering and Research Development PREDICTIVE ANALYSIS USING BIG DATA IN HEALTHCARE SECTOR Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 10, October -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 PREDICTIVE

More information

Reducing Readmissions and Improving Outcomes at OhioHealth Mansfield Hospital:

Reducing Readmissions and Improving Outcomes at OhioHealth Mansfield Hospital: Reducing Readmissions and Improving Outcomes at OhioHealth Mansfield Hospital: Eugenio H. Zabaleta, Ph.D. Clinical Chemist OhioHealth Mansfield Hospital Reducing Readmissions and Improving Outcomes at

More information

6/7/2017. MeDSS: a Data-Driven Tool for Pain Management. Presentation Abstract. The Extent of the Opioid Problem. 200% increase in opioidrelated

6/7/2017. MeDSS: a Data-Driven Tool for Pain Management. Presentation Abstract. The Extent of the Opioid Problem. 200% increase in opioidrelated 1 MeDSS: a Data-Driven Tool for Pain Management Jaya Tripathi Scott Weiner, MD, MPH The International Conference on Opioids, June 11, 2017 2 Presentation Abstract Appropriate pain medication management

More information

Improving Type 2 Diabetes Therapy Adherence and Persistence in the United States

Improving Type 2 Diabetes Therapy Adherence and Persistence in the United States July 2016 Improving Type 2 Diabetes Therapy Adherence and Persistence in the United States Appendix PATIENT ACTIVATION Introduction This Appendix document provides supporting material for the report entitled

More information

HEART FAILURE PATIENT MANAGEMENT. To The Power of 2!

HEART FAILURE PATIENT MANAGEMENT. To The Power of 2! HEART FAILURE PATIENT MANAGEMENT To The Power of 2! Put The Power of 2 To Work For You! THE PRESAGE ST2 ASSAY is a simple blood test that aids physicians in risk assessment of heart failure patients. Elevated

More information

Summary, conclusions and future perspectives

Summary, conclusions and future perspectives Summary, conclusions and future perspectives Summary The general introduction (Chapter 1) of this thesis describes aspects of sudden cardiac death (SCD), ventricular arrhythmias, substrates for ventricular

More information

USRDS UNITED STATES RENAL DATA SYSTEM

USRDS UNITED STATES RENAL DATA SYSTEM USRDS UNITED STATES RENAL DATA SYSTEM Chapter 6: Medicare Expenditures for Persons With CKD Medicare spending for patients with CKD aged 65 and older exceeded $50 billion in 2013, representing 20% of all

More information

Why did the network make this prediction?

Why did the network make this prediction? Why did the network make this prediction? Ankur Taly (Google Inc.) Joint work with Mukund Sundararajan and Qiqi Yan Some Deep Learning Successes Source: https://www.cbsinsights.com Deep Neural Networks

More information

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 ( The story so far.

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (  The story so far. Medical Electronics Dr Neil Townsend Michaelmas Term 2001 (wwwrobotsoxacuk/~neil/teaching/lectures/med_elec) Blood Pressure has been measured (in some way) for centuries However, clinical interpretation

More information

Chapter 6: Healthcare Expenditures for Persons with CKD

Chapter 6: Healthcare Expenditures for Persons with CKD Chapter 6: Healthcare Expenditures for Persons with CKD In this 2017 Annual Data Report (ADR), we introduce information from the Optum Clinformatics DataMart for persons with Medicare Advantage and commercial

More information

Heart Disease (Coronary Artery Disease)

Heart Disease (Coronary Artery Disease) Heart Disease (Coronary Artery Disease) Understanding how the heart works To understand heart disease, you must first know how the heart works. The heart is like any other muscle, requiring blood to supply

More information

THE FUTURE OF OR. Dimitris Bertsimas MIT

THE FUTURE OF OR. Dimitris Bertsimas MIT THE FUTURE OF OR Dimitris Bertsimas MIT The future of OR Optimization Power Improvements in Software and hardware have accelerated Mixed Integer Optimization 2.2 Trillion times! This forces to rethink

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Behavioral training.

Nature Neuroscience: doi: /nn Supplementary Figure 1. Behavioral training. Supplementary Figure 1 Behavioral training. a, Mazes used for behavioral training. Asterisks indicate reward location. Only some example mazes are shown (for example, right choice and not left choice maze

More information

Background Information

Background Information Background Information Erlangen, November 26, 2017 RSNA 2017 in Chicago: South Building, Hall A, Booth 1937 Artificial intelligence: Transforming data into knowledge for better care Inspired by neural

More information

Understanding Hierarchical Condition Categories (HCC)

Understanding Hierarchical Condition Categories (HCC) Understanding Hierarchical Condition Categories (HCC) How hierarchical condition category coding will impact your practice and how you can use these codes to increase quality, improve the patient experience,

More information

Heart Health C M Y K. Fotolia

Heart Health C M Y K. Fotolia Heart Health C M Y K Fotolia PAGE 2 HEART HEALTH RECOVERY Life After Heart Attack O vercoming a heart attack may seem like an overwhelming feat. While it will be a lifelong recovery, you can still live

More information

Feeling. Thinking. My Result: My Result: My Result: My Result:

Feeling. Thinking. My Result: My Result: My Result: My Result: Source of Energy [P]erception of Info [J]udgment of Info External Lifestyle Where You Process How You Inform How You Make How Others See Your Decision-Making Extraverted intuitive Feeling Judging Introvert

More information

Le linee guida Sincope 2018 della Società Europea di Cardiologia La Syncope Unit Multidisciplinare. Andrea Ungar, MD, PhD, FESC

Le linee guida Sincope 2018 della Società Europea di Cardiologia La Syncope Unit Multidisciplinare. Andrea Ungar, MD, PhD, FESC Le linee guida Sincope 2018 della Società Europea di Cardiologia La Syncope Unit Multidisciplinare Andrea Ungar, MD, PhD, FESC Syncope Unit, Hypertension Centre Geriatric and Intensive care Medicine University

More information

2/20/2019. Source: Source:

2/20/2019. Source:   Source: The misuse of and addiction to opioids including prescription pain relievers, heroin, and synthetic opioids such as fentanyl is a serious national crisis that affects public health as well as social and

More information

Palliative Care A Tool for Transformation

Palliative Care A Tool for Transformation Palliative Care A Tool for Transformation Rae Seitz, MD Kokua Mau Summit November 10, 2011 Today s Summit: A Call to Action Our healthcare systems requires change We, all of us, are the change agents Palliative

More information

Weak Supervision. Vincent Chen and Nish Khandwala

Weak Supervision. Vincent Chen and Nish Khandwala Weak Supervision Vincent Chen and Nish Khandwala Outline Motivation We want more labels! We want to program our data! #Software2.0 Weak Supervision Formulation Landscape of Noisy Labeling Schemes Snorkel

More information

Patient Risk Stratification with Time-Varying Parameters: A Multitask Learning Approach

Patient Risk Stratification with Time-Varying Parameters: A Multitask Learning Approach Journal of Machine Learning Research 17 (2016) 1-23 Submitted 5/15; Revised 3/16; Published 4/16 Patient Risk Stratification with Time-Varying Parameters: A Multitask Learning Approach Jenna Wiens Computer

More information

Team members: Felix Krainski, Besiana Liti, William Lane Duvall (ASNC member)

Team members: Felix Krainski, Besiana Liti, William Lane Duvall (ASNC member) ASNC Choosing Wisely Challenge 2016 An outpatient pathway for chest pain visits to the emergency department reduces length of stay, radiation exposure, and is patient-centered, safe and cost-effective.

More information

Artificial Neural Networks (Ref: Negnevitsky, M. Artificial Intelligence, Chapter 6)

Artificial Neural Networks (Ref: Negnevitsky, M. Artificial Intelligence, Chapter 6) Artificial Neural Networks (Ref: Negnevitsky, M. Artificial Intelligence, Chapter 6) BPNN in Practice Week 3 Lecture Notes page 1 of 1 The Hopfield Network In this network, it was designed on analogy of

More information

Measuring impact. William Parienté UC Louvain J PAL Europe. povertyactionlab.org

Measuring impact. William Parienté UC Louvain J PAL Europe. povertyactionlab.org Measuring impact William Parienté UC Louvain J PAL Europe povertyactionlab.org Course overview 1. What is evaluation? 2. Measuring impact 3. Why randomize? 4. How to randomize 5. Sampling and Sample Size

More information

Module 4 Introduction

Module 4 Introduction Module 4 Introduction Recall the Big Picture: We begin a statistical investigation with a research question. The investigation proceeds with the following steps: Produce Data: Determine what to measure,

More information

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies Research plan submitted for approval as a PhD thesis Submitted by: Refael Vivanti Supervisor: Professor Leo Joskowicz School of Engineering and Computer Science, The Hebrew University of Jerusalem Computer

More information

Determining MS-DRGs. Kimberly Cunningham CPC, CIC, CCS. Copyright/Disclaimer text

Determining MS-DRGs. Kimberly Cunningham CPC, CIC, CCS. Copyright/Disclaimer text Determining MS-DRGs Kimberly Cunningham CPC, CIC, CCS Copyright/Disclaimer text No part of this presentation may be reproduced or transmitted in any form or by any means (graphically, electronically, or

More information

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter

More information

WP9: CVD RISK IN OBESE CHILDREN AND ADOLESCENTS

WP9: CVD RISK IN OBESE CHILDREN AND ADOLESCENTS WP9: CVD RISK IN OBESE CHILDREN AND ADOLESCENTS MD-Paedigree EU Review Olivier Pauly, Siemens Healthineers Our vision: a screening approach for identifying obese children with high cardiovascular risk

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

NATIONAL INSTITUTE FOR HEALTH AND CLINICAL EXCELLENCE Centre for Clinical Practice

NATIONAL INSTITUTE FOR HEALTH AND CLINICAL EXCELLENCE Centre for Clinical Practice NATIONAL INSTITUTE FOR HEALTH AND CLINICAL EXCELLENCE Centre for Clinical Practice Review consultation document Review of Clinical Guideline (CG95) Chest pain of recent onset: Assessment and diagnosis

More information

Practical Bayesian Optimization of Machine Learning Algorithms. Jasper Snoek, Ryan Adams, Hugo LaRochelle NIPS 2012

Practical Bayesian Optimization of Machine Learning Algorithms. Jasper Snoek, Ryan Adams, Hugo LaRochelle NIPS 2012 Practical Bayesian Optimization of Machine Learning Algorithms Jasper Snoek, Ryan Adams, Hugo LaRochelle NIPS 2012 ... (Gaussian Processes) are inadequate for doing speech and vision. I still think they're

More information

Introduction to Applied Research in Economics

Introduction to Applied Research in Economics Introduction to Applied Research in Economics Dr. Kamiljon T. Akramov IFPRI, Washington, DC, USA Regional Training Course on Applied Econometric Analysis June 12-23, 2017, WIUT, Tashkent, Uzbekistan Why

More information

Computational Neuroscience. Instructor: Odelia Schwartz

Computational Neuroscience. Instructor: Odelia Schwartz Computational Neuroscience 2017 1 Instructor: Odelia Schwartz From the NIH web site: Committee report: Brain 2025: A Scientific Vision (from 2014) #1. Discovering diversity: Identify and provide experimental

More information

A Survey on Prediction of Diabetes Using Data Mining Technique

A Survey on Prediction of Diabetes Using Data Mining Technique A Survey on Prediction of Diabetes Using Data Mining Technique K.Priyadarshini 1, Dr.I.Lakshmi 2 PG.Scholar, Department of Computer Science, Stella Maris College, Teynampet, Chennai, Tamil Nadu, India

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

Overview of the Synthetic Derivative

Overview of the Synthetic Derivative Overview of the Synthetic Derivative April 22, 2009 Melissa Basford, MBA Program Manager, BioVU and Synthetic Derivative What is BioVU? A biobank intended to support a broad view of biology Currently contains

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Performance Analysis of Brain MRI Using Multiple Method Shroti Paliwal *, Prof. Sanjay Chouhan * Department of Electronics & Communication

More information

Patient Safety in the Age of Big Data

Patient Safety in the Age of Big Data CIRMS 2018 Patient Safety in the Age of Big Data Machine Learning, Measurements, and Standards for Making Radiation Treatments Safer Christopher Berlind, PhD Co-founder and Chief Technology Officer, Oncora

More information

Assignment 4: True or Quasi-Experiment

Assignment 4: True or Quasi-Experiment Assignment 4: True or Quasi-Experiment Objectives: After completing this assignment, you will be able to Evaluate when you must use an experiment to answer a research question Develop statistical hypotheses

More information

Predicting Breast Cancer Recurrence Using Machine Learning Techniques

Predicting Breast Cancer Recurrence Using Machine Learning Techniques Predicting Breast Cancer Recurrence Using Machine Learning Techniques Umesh D R Department of Computer Science & Engineering PESCE, Mandya, Karnataka, India Dr. B Ramachandra Department of Electrical and

More information

MeDSS: a Data-Driven Tool for Pain Management

MeDSS: a Data-Driven Tool for Pain Management 1 MeDSS: a Data-Driven Tool for Pain Management Jaya Tripathi Scott Weiner, MD, MPH The International Conference on Opioids, Jun 11, 2017 2 Presentation Abstract Appropriate pain medication management

More information

Heart failure (HF) is a complex clinical syndrome that results in the. impairment of the heart s ability to fill or to pump out blood.

Heart failure (HF) is a complex clinical syndrome that results in the. impairment of the heart s ability to fill or to pump out blood. Introduction: Heart failure (HF) is a complex clinical syndrome that results in the impairment of the heart s ability to fill or to pump out blood. As of 2013, an estimated 5.8 million people in the United

More information

Re: ENSC 370 Project Gerbil Functional Specifications

Re: ENSC 370 Project Gerbil Functional Specifications Simon Fraser University Burnaby, BC V5A 1S6 trac-tech@sfu.ca February, 16, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370 Project Gerbil Functional

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

1 Pattern Recognition 2 1

1 Pattern Recognition 2 1 1 Pattern Recognition 2 1 3 Perceptrons by M.L. Minsky and S.A. Papert (1969) Books: 4 Pattern Recognition, fourth Edition (Hardcover) by Sergios Theodoridis, Konstantinos Koutroumbas Publisher: Academic

More information

CVD risk assessment using risk scores in primary and secondary prevention

CVD risk assessment using risk scores in primary and secondary prevention CVD risk assessment using risk scores in primary and secondary prevention Raul D. Santos MD, PhD Heart Institute-InCor University of Sao Paulo Brazil Disclosure Honoraria for consulting and speaker activities

More information

Epidemiologic Methods I & II Epidem 201AB Winter & Spring 2002

Epidemiologic Methods I & II Epidem 201AB Winter & Spring 2002 DETAILED COURSE OUTLINE Epidemiologic Methods I & II Epidem 201AB Winter & Spring 2002 Hal Morgenstern, Ph.D. Department of Epidemiology UCLA School of Public Health Page 1 I. THE NATURE OF EPIDEMIOLOGIC

More information

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (www.robots.ox.ac.uk/~neil/teaching/lectures/med_elec) The story so far

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (www.robots.ox.ac.uk/~neil/teaching/lectures/med_elec) The story so far Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (www.robots.ox.ac.uk/~neil/teaching/lectures/med_elec) The story so far The heart pumps blood around the body. It has four chambers which contact

More information

AI for Health: A Partnership between Clinician, Patient & Data

AI for Health: A Partnership between Clinician, Patient & Data AI for Health: A Partnership between Clinician, Patient & Data Morris Wellman Assistant Professor of CSE University of Michigan, Ann Arbor Machine Learning for Healthcare diagnoses medications vitals procedures

More information

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE Proceedings of the 3rd INFORMS Workshop on Data Mining and Health Informatics (DM-HI 2008) J. Li, D. Aleman, R. Sikora, eds. AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES

More information

Individual Participant Data (IPD) Meta-analysis of prediction modelling studies

Individual Participant Data (IPD) Meta-analysis of prediction modelling studies Individual Participant Data (IPD) Meta-analysis of prediction modelling studies Thomas Debray, PhD Julius Center for Health Sciences and Primary Care Utrecht, The Netherlands March 7, 2016 Prediction

More information

HST-582J/6.555J/16.456J-Biomedical Signal and Image Processing-Spring Laboratory Project 1 The Electrocardiogram

HST-582J/6.555J/16.456J-Biomedical Signal and Image Processing-Spring Laboratory Project 1 The Electrocardiogram HST-582J/6.555J/16.456J-Biomedical Signal and Image Processing-Spring 2007 DUE: 3/8/07 Laboratory Project 1 The Electrocardiogram 1 Introduction The electrocardiogram (ECG) is a recording of body surface

More information

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1335-1341 International Research Publications House http://www. irphouse.com A Fuzzy Improved

More information

CONSTELLATIONS AND LVT

CONSTELLATIONS AND LVT CONSTELLATIONS AND LVT Constellations appears in our comparative grid as innovation in natural systems, associated with emergence and self-organisation. It is based on ideas of natural harmony and relates

More information

Predictive and Similarity Analytics for Healthcare

Predictive and Similarity Analytics for Healthcare Predictive and Similarity Analytics for Healthcare Paul Hake, MSPA IBM Smarter Care Analytics 1 Disease Progression & Cost of Care Health Status Health care spending Healthy / Low Risk At Risk High Risk

More information

Deep learning approaches to medical applications

Deep learning approaches to medical applications Deep learning approaches to medical applications Joseph Paul Cohen Postdoctoral Fellow at Montreal Institute for Learning Algorithms Friend of the Farlow Fellow at Harvard University U.S. National Science

More information

Living Better with Life s Simple 7 TM

Living Better with Life s Simple 7 TM TM 1 What if you had a guide To guarantee you a longer life? To prevent heart disease? To feel stronger and healthier now and later? To provide a better quality of life as you invest in your relationships

More information

PROBIOTICS: BENEFICIAL BACTERIA FOR HEALTH AND LONGEVITY

PROBIOTICS: BENEFICIAL BACTERIA FOR HEALTH AND LONGEVITY PROBIOTICS: BENEFICIAL BACTERIA FOR HEALTH AND LONGEVITY by Dennis Clark, Ph.D. Table of Contents Why Read This Book? 1 Chapter 1. The Probiotic Decision: A Personal Story 2 Development of a Health Disaster

More information

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 *

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Department of CSE, Kurukshetra University, India 1 upasana_jdkps@yahoo.com Abstract : The aim of this

More information

Know Your Numbers. The Life Saving Numbers You Need To Know

Know Your Numbers. The Life Saving Numbers You Need To Know Know Your Numbers The Life Saving Numbers You Need To Know Take Charge of Your! You may have heard that you need to Know Your Numbers, which refers to key markers of heart health like blood pressure, waist

More information

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Data Mining Techniques to Predict Cancer Diseases

More information

Chapter 2: Identification and Care of Patients With Chronic Kidney Disease

Chapter 2: Identification and Care of Patients With Chronic Kidney Disease Chapter 2: Identification and Care of Patients With Chronic Kidney Disease Introduction The examination of care in patients with chronic kidney disease (CKD) is a significant challenge, as most large datasets

More information

THE ANALYTICS EDGE. Intelligence, Happiness, and Health x The Analytics Edge

THE ANALYTICS EDGE. Intelligence, Happiness, and Health x The Analytics Edge THE ANALYTICS EDGE Intelligence, Happiness, and Health 15.071x The Analytics Edge Data is Powerful and Everywhere 2.7 Zettabytes of electronic data exist in the world today 2,700,000,000,000,000,000,000

More information

How do Categories Work?

How do Categories Work? Presentations Logistics Think about what you want to do Thursday we ll informally sign up, see if we can reach consensus. Topics Linear representations of classes Non-linear representations of classes

More information

BIOE 301. Lecture Fourteen

BIOE 301. Lecture Fourteen BIOE 301 Lecture Fourteen Win $1000 http://www.smartglobalhealth.org/pages/ essay-signup Four Questions What are the major health problems worldwide? Who pays to solve problems in health care?

More information

Deep Learning Analytics for Predicting Prognosis of Acute Myeloid Leukemia with Cytogenetics, Age, and Mutations

Deep Learning Analytics for Predicting Prognosis of Acute Myeloid Leukemia with Cytogenetics, Age, and Mutations Deep Learning Analytics for Predicting Prognosis of Acute Myeloid Leukemia with Cytogenetics, Age, and Mutations Andy Nguyen, M.D., M.S. Medical Director, Hematopathology, Hematology and Coagulation Laboratory,

More information

Since 1980, obesity has more than doubled worldwide, and in 2008 over 1.5 billion adults aged 20 years were overweight.

Since 1980, obesity has more than doubled worldwide, and in 2008 over 1.5 billion adults aged 20 years were overweight. Impact of metabolic comorbidity on the association between body mass index and health-related quality of life: a Scotland-wide cross-sectional study of 5,608 participants Dr. Zia Ul Haq Doctoral Research

More information

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information