SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
Introduction to
Machine Learning
in Healthcare
A Tsunami of
Information
Introduction by Ian McCrae / Orion Health Founder and CEO
15 minutes. That’s how long your doctor has to see
you, assess your complaint, diagnose a solution, and
see you out the door—hopefully on the path back to
wellness.
This isn’t much time when you consider the wealth
of information that he or she has to consider: your
patient record, the medical research relevant to your
complaint, the answers about your condition that you
provide, and the basic examination (“say aaaaaaah”)
that is carried out.
So how will your doctor cope when faced with the
tsunami of healthcare information that will occur when
it is routine for your patient record to include data
about your genome, your microbiome (microorganisms
in your body), and your fitness regime?
Your electronic health record is fast becoming the
most powerful tool in the medical toolkit. All the
information will be stored in the cloud. It will have to
be, because the size of the electronic file containing
your complete patient record is estimated to be as
much as six terabytes. That’s a quarter of the whole of
Wikipedia!
A data file that large is required to enable the practice
of precision medicine. This is a new revolution in
healthcare. It is the ability to target healthcare
treatment specifically for an individual.
In addition to improving health outcomes, precision
medicine will save vital health dollars because it is
enabled by unique data insights that lead to more
targeted treatments.
For example, when I had my genome mapped I found
out that ibuprofen doesn’t work for me. The only effect
that drug has is on my wallet—that is, what it costs me
to buy the pills.
So how will a doctor process all this new information
in the short time in which they see their patient?
The truth is they can’t. It will require high-powered
computing that uses insights from machine learning—
a type of artificial intelligence that enables computers
to find hidden insights without being programmed.
Algorithms will scan vast data sets and identify
recommended treatment plans tailored to individuals.
There are two things required for the successful
application of machine learning in healthcare—
intelligent algorithms and rich data sets.
Orion Health is at the forefront of developing both
areas. We have invested in the Precision Driven Health
initiative, a world-leading, multi-million-dollar research
program that is investigating how the application of
machine learning will enable new healthcare solutions
that are more precisely tailored to a person’s unique
characteristics. And since our software manages over
100 million patient records globally, we believe we’re
one of the few health software companies in the world
capable of carrying out machine learning analysis.
We have produced this brief introduction to machine
learning because this is an exciting time to be part of
the global healthcare sector. As a discipline, health is
transforming into a mathematical science, but at its
heart, it will always be about enabling the perfect care
for everyone, anywhere in the world.
Factors Influencing Health
McGinnis et. al. Human Affairs, Vol. 22 (2)
42+32+10+16Behavioral
Choices
42%
Genetics
32%
Healthcare
10%
Social
Circumstances
16%
Social Data
Personal circumstances, such as living situation
and income
Exposome
Impact of the external environment, such as pollution
and tobacco smoke, etc.
Device Data
Information collected from apps that measure
fitness and sleeping, electronic inhalers, etc.
Transcriptome
Messages created from DNA to form the
template (mRNA) of proteins
Proteome
System of proteins, including enzymes, which
are the building blocks of the body
Epigenetic (Methylome)
The set of nucleric and methylation
modifications in a human genome
Metabolome
Chemicals which are created, modified, and
broken down by bodily processes, such as
enzymatic reactions
Microbiome
Collective name for 100 trillion
microorganisms living inside us
Genome
Patient's complete set of genes “written” in DNA
Imaging
Medical images, such as x-rays, scans,
ultrasounds, etc.
Clinical Data
Patient's medical record
Useful Data for the Practice of Precision Medicine
A Short Introduction
to Machine Learning
By Dr. Kathryn Hempstalk / Senior Data Scientist, Precision Driven Health
Self-driving cars, Siri, and websites that recommend
items based on the purchasing decisions of other
people: what do these have in common? They are
all real-world examples of machine learning.
Machine learning is when a computer uses an
algorithm to understand the data it has been given and
recognizes patterns.
We call the process of learning “training,” and the
output that this process produces is called a “model.”
A model can be provided new data and reason against
it based on what the model has previously learned.
Machine learning models determine a set of rules
using vast amounts of computing power that a human
brain would be incapable of processing. The more data
a machine learning model is fed, the more complex the
rules and the more accurate the predictions.
Whereas a statistical model is likely to have an inherent
logic that can be understood by most people, the rules
created by machine learning are often beyond human
comprehension because our brains are incapable of
digesting and analyzing enormous data sets.
In the following section, we will look at three types
of models used in machine learning—classification,
clustering, and regression—and review the concept of
deep learning.
Classification
The purpose of the classification model is to determine
a label or category—it is either one thing or the other.
We train the model using a set of labeled data.
As an example, if we wanted to predict whether a
person’s mole is cancerous or not, we would create
a model using a data set of mole scans from 1,000
patients that a doctor has already examined for
cancer. We would also feed the model lots of other
data, such as a patient’s age, gender, ethnicity, and
place of residence.
We would then create a model which will enable us to
decide whether it depicts cancer.
The graph (Fig. 1) is an example of a classification
model. The dotted line is the rule determined by the
model that best separates the positive and negative
results, based on the data provided during training.
If we were using our mole scan example, then
in this graph the circles are the mole scans that
show that cancer is likely, and the squares are
the mole scans that show that cancer is unlikely.
Each time we train the algorithm with additional data,
it should improve the accuracy of the prediction.
Classification Model (Fig. 1)
data showing
positive result
data showing
negative result
Dotted line is the
rule determined
by the algorithm
Clustering
We would create a clustering model if we had a whole
bunch of data, didn’t have a determined outcome,
and just wanted to see if there were any distinctive
patterns.
An example might be that of a primary care provider—
in an effort to see if there is a pattern to the type of
complaints she has seen in the past year—creating a
model based on a year’s worth of patient data. The
model might show that people living in a certain area
have higher rates of cancer, which would warrant
further examination (e.g., is there an issue with the
water supply? Is there pollution from a nearby factory?).
The graph (Fig. 2) shows the rules (dotted lines)
determined by the algorithm using the data set. The
patient files are clustered into various groups, but a
human must label each group.
Clustering Model (Fig. 2)
Dotted lines are the
rules determined by
the algorithm
Regression
A regression model is created when we want to find
out a number (e.g., how many days before a patient
discharged from the hospital with a chronic condition
such as diabetes will return).
We start with a data set that is already labeled with
numbers (e.g., how many days before each patient
returns to the hospital) and feed this and the patient’s
other data (e.g., age, gender, etc.) into the model. The
model tries to learn a pattern that describes how long
before a patient returns to the hospital.
The graph (Fig. 3) plots various patients against
the number of days between hospitalizations, and
the dotted line is the model that best predicts the
outcome. This regression model predicts the time
before rehospitalization for a new patient.
Regression Model (Fig. 3)
Data set plotted to
find out a number
(e.g., how many
days before a
patient returns to
the hospital)
Deep Learning
“Deep learning” is an often-misused buzzphrase
that refers to a special case of a machine learning
algorithm: the artificial neural network.
A neural network is an algorithm inspired by the way
a brain works. It involves many nodes (or neurons)
that are often connected together in layers to form a
network. A neural network must have at least
two layers—a layer of inputs and a layer of outputs.
There may be many “hidden” layers between the input
and output layers, and these are used to extract more
information by exploiting structure in the data. A
network is considered “deep” if it has more than one
hidden layer (see the “Deep Learning Neural Network”
diagram [opposite], which illustrates the complexity of
a neural network). Neural networks are great at solving
problems where the data is highly structured—like
an image of a brain scan—but they are “black box”
algorithms. In other words, it is hard to describe to a
human being the patterns found by neural networks.
Despite being around for over 50 years, neural
networks have only become popular and feasible in
the last 10 years thanks to advances in both algorithm
design and computing power.
1 2
34
Pixels taken from an image and mapped as inputs
Partially
connected
Fully
connected
Prediction
INPUT
HIDDEN
OUTPUT
Layers
IMAGE
1 2 3 4
Data is Critical
Many major advances in machine learning actually occur from data sets, not algorithms. When IBM’s Deep
Blue defeated chess grandmaster Garry Kasperov, the algorithm was 14 years old, but the data set was
only six years old. Google learned to translate Chinese to English using a 17-year-old algorithm and data
they collected in 2015. On average, the time it takes for a major breakthrough to be made is 18 years for
algorithms, but only three years for data sets.
Deep Learning
Neural Network
Missing section
While the healthcare sector is being transformed by
the ability to record massive amounts of information
about patients, the enormous volume of data being
collected is impossible for human beings to analyze.
Machine learning provides a way to find patterns
and reason about data, which enables healthcare
professionals to move to personalized care known as
precision medicine.
There are many possibilities for how machine learning
can be used in healthcare, and all of them depend on
having sufficient data and permission to use it.
Previously, alerts and recommendations for a
medical practice have been developed based on
external studies, and hard-coded into their software.
However, that can limit the accuracy of that data
because it might come from different populations
Applying Machine
Learning to Healthcare
By Dr. Kevin Ross / Research Director, Precision Driven Health
and environments. Machine learning, on the other
hand, can be refined using data that is available in
that particular environment (e.g., anonymized patient
information from a hospital and the area it serves).
An example of how healthcare providers can take
advantage of machine learning is offering the ability
to predict hospital readmission for chronically ill
patients.
Identifying those patients most at risk of being
readmitted makes it possible for providers to offer
better post-discharge support. By lowering the
rate of readmission, it not only improves the lives
of those most at risk, it also helps save precious
healthcare dollars, which can be used for wellness
and prevention programs.
As an example, we undertook preliminary research on
a publicly available data set of 100,000 anonymized
diabetic patient records from 130 U.S. hospitals.
The analysis showed that machine learning
approaches were 20 percent better at assessing the
readmission risk of patients than the standard
LACE risk-scoring approach currently used by U.S.
healthcare providers. LACE is calculated based on
the patient’s Length of stay, Acute admission through
emergency, Comorbidities (other illnesses), and
Emergency department visits in the past six months.
The machine learning models achieved a greater
accuracy because they were able to explore patient
and disease-specific factors—in addition to the
factors already considered by LACE.
Those patients determined by tools such as LACE
to be at the highest risk of readmission receive
the greatest amount of post-acute care. The more
accurate the tool for identifying at-risk patients, the
more targeted healthcare intervention can be in order
to reduce readmission rates and lower costs.
We calculated that the potential savings from the
machine learning models were four times higher than
those from LACE.
Predicting the risk of readmission following a hospital
stay is just one example of how machine learning can
be applied to solve some of the most pressing issues in
healthcare delivery. Other examples include:
•	 Finding combinations of drugs that should not be
taken together
•	 Classifying imagery, such as mole scans, to
identify disease
•	 Assisting with decisions about what condition a
patient might have, or what treatment might work
the best
This is an exciting field that seeks to assist healthcare
providers—whether practicing in the hospital or in the
community—in creating better health outcomes for
their patients. We have only just begun to explore
the possibilities.
Machine Learning
Timeline
1805 1946 1956 1965 1980 1993
Kunikho Fukushima
proposes Necognitron,
an artificial neural
network that later
inspires convolutional
neural networks.
R statistical language.
The first version is released by
Auckland University in NZ.
WEKA machine
learning software.
The first version is released by
Waikato University in NZ.
Arthur Samuel creates the
world’s first self-learning
program
run on IBM’s first stored-program
computer—the 701—for computer
checkers, with alpha-beta pruning
for a scoring function.
James William Cooley
and John Tukey
co-develop Fast Fourier
Transform, an algorithm
widely used in engineering,
science, and mathematics.
Adrien-Marie Legendre
describes the “method
des moindres carres,”
known in English as the “least
squares method,” used widely
in data fitting.
John Von Neumann,
Electronic
Numerical Integrator
& Computer (ENIAC),
prompts Alan Turing to
design his Turing Test.
1995 2010 2011 2012 2015 2016
Google’s AlphaGo program
becomes the first Computer
Go program to beat an
unhandicapped professional
human player by using a
combination of machine learning
and tree-search techniques.
Machine learning
becomes widespread.
Evans Data’s Big Data and Advanced
Analytics Survey finds that more
than one-third of developers say
they’re using machine learning
technologies in their big data and
advanced analytics projects.
IBM Watson
defeats two human challengers
on Jeopardy! It uses a
combination of machine
learning, natural language
processing, and information
retrieval techniques.
Andrew Ng and Jeff Dean
create a neural network
that learns to recognize
cats by watching unlabeled
images taken from frames of
YouTube videos.
Kaggle,
a website that serves as
a platform for machine
learning competitions, is
launched.
Tin Kam Ho
creates the first
algorithm for random
decision forests to
enable better prediction
performance.
Artificial Intelligence
Intelligence exhibited by machines. In computer
science, the ideal “intelligent” machine is a flexible
rational agent that perceives its environment and
takes actions that maximize its chance of success
at some goal.
Augmented Reality
A live or direct view of the physical world,
supplemented by computer-generated sensory input
(e.g., sound, video, graphics, or GPS data).
Big Data
Large and complex data sets that may be analyzed
computationally to reveal patterns, trends, and
associations. Structured, unstructured, and
semi-structured data can be mined for learning.
Glossary
Key Ideas Associated with Machine Learning
To use machine learning and artificial intelligence
effectively, having a large data set is crucial.
Computational Techniques
Different approaches and methods to solving problems
using systems/techniques that are mathematical or
can be engineered and inputted into a computer.
Computer Learning
Another name for machine learning. It describes the
process of how computers are “learning” through human
input and training.
Data Mining
Can be considered a superset of many different
methods to extract insights from data. It might involve
traditional statistical methods and machine learning.
Deep Learning
A term coined by Geoffrey Hinton in 2006. It combines
advances in computing power and special types of
neural networks to learn complicated patterns in large
amounts of data. It is a branch of machine learning.
Internet of Things
An increase in machine-to-machine communication
and development of the Internet in which everyday
objects have network connectivity. This will allow for
constant instantaneous connection and data sending/
receiving in real-time.
Machine Learning
Another name for computer learning. The goal of
machine learning is to understand the structure of
data so that accurate predictions can be made based
on the properties of that data.
Operational Intelligence
A category of real-time, dynamic business
analytics—delivers insight into day-to-day business
operations. It offers an understanding of IT systems
and technology structure within the business to allow
informed decisions.
Precision Medicine
A medical model that proposes the customization
of healthcare, with treatments, products, medical
decisions, and practices being tailored to each patient.
Predictive Analytics
An area of data mining that deals with extracting
information from data and using the information to
predict trends and behavior patterns. It is used to
make predictions about unknown future events.
To learn more about the work of
Precision Driven Health
precisiondrivenhealth.com
@healthprecision
Precision medicine starts here
Orion Health is embedding machine learning analysis
into its clinical suite of solutions, which are delivered
as part of its ground-breaking precision medicine
platform, Amadeus. The company provides technology
solutions that capture, store, and analyze patient
health records. Its software manages over 100 million
patient records worldwide. Orion Health employs over
1,200 people globally and is dedicated to continual
innovation and investment to cement its position at the
forefront of precision medicine.
orionhealth.com

Weitere ähnliche Inhalte

Was ist angesagt?

Big data chicago v2 5 14 14
Big data chicago v2 5 14 14Big data chicago v2 5 14 14
Big data chicago v2 5 14 14
Tim Gilchrist
 

Was ist angesagt? (20)

Big Data Analytics for Smart Health Care
Big Data Analytics for Smart Health CareBig Data Analytics for Smart Health Care
Big Data Analytics for Smart Health Care
 
The big data revolution in healthcare
The big data revolution in healthcareThe big data revolution in healthcare
The big data revolution in healthcare
 
Digital healthcare show - How will Artificial Intelligence in healthcare will...
Digital healthcare show - How will Artificial Intelligence in healthcare will...Digital healthcare show - How will Artificial Intelligence in healthcare will...
Digital healthcare show - How will Artificial Intelligence in healthcare will...
 
How artificial intelligence ai assist in medicine, an example of diffrent dev...
How artificial intelligence ai assist in medicine, an example of diffrent dev...How artificial intelligence ai assist in medicine, an example of diffrent dev...
How artificial intelligence ai assist in medicine, an example of diffrent dev...
 
AI Is Accelerating Healthcare Transformation
AI Is Accelerating Healthcare TransformationAI Is Accelerating Healthcare Transformation
AI Is Accelerating Healthcare Transformation
 
Artificial Intelligence in Pharmaceutical Industry
Artificial Intelligence in Pharmaceutical IndustryArtificial Intelligence in Pharmaceutical Industry
Artificial Intelligence in Pharmaceutical Industry
 
BIG HEALTH APPLICATION SYSTEM BASED ON HEALTHINTERNET OF THINGS AND BIG DATA
 BIG HEALTH APPLICATION SYSTEM BASED ON HEALTHINTERNET OF THINGS AND BIG DATA BIG HEALTH APPLICATION SYSTEM BASED ON HEALTHINTERNET OF THINGS AND BIG DATA
BIG HEALTH APPLICATION SYSTEM BASED ON HEALTHINTERNET OF THINGS AND BIG DATA
 
Big data analytics and large-scale computers
Big data analytics and large-scale computersBig data analytics and large-scale computers
Big data analytics and large-scale computers
 
Artificial Intelligence and Anaesthesia
Artificial Intelligence and AnaesthesiaArtificial Intelligence and Anaesthesia
Artificial Intelligence and Anaesthesia
 
Big data chicago v2 5 14 14
Big data chicago v2 5 14 14Big data chicago v2 5 14 14
Big data chicago v2 5 14 14
 
Big Data & Analytics - What is it and How does it matter to Insurance?
Big Data & Analytics - What is it and How does it matter to Insurance?Big Data & Analytics - What is it and How does it matter to Insurance?
Big Data & Analytics - What is it and How does it matter to Insurance?
 
APPLICATION OF ARTIFICIAL INTELLIGENCE TO TRACK PLANT DISEASES
APPLICATION OF ARTIFICIAL INTELLIGENCE TO TRACK PLANT DISEASESAPPLICATION OF ARTIFICIAL INTELLIGENCE TO TRACK PLANT DISEASES
APPLICATION OF ARTIFICIAL INTELLIGENCE TO TRACK PLANT DISEASES
 
Big data, little data, whatever
Big data, little data, whateverBig data, little data, whatever
Big data, little data, whatever
 
Anti covid 19 pandemic using internet of things (io t) technology with machin...
Anti covid 19 pandemic using internet of things (io t) technology with machin...Anti covid 19 pandemic using internet of things (io t) technology with machin...
Anti covid 19 pandemic using internet of things (io t) technology with machin...
 
Using ai in advance science venkat vajradhar - medium
Using ai in advance science   venkat vajradhar - mediumUsing ai in advance science   venkat vajradhar - medium
Using ai in advance science venkat vajradhar - medium
 
Quantified Self and Citizen Science breakout session mj - 12th may 2013
Quantified Self and Citizen Science   breakout session mj - 12th may 2013Quantified Self and Citizen Science   breakout session mj - 12th may 2013
Quantified Self and Citizen Science breakout session mj - 12th may 2013
 
The big data revolution in healthcare
The big data revolution in healthcareThe big data revolution in healthcare
The big data revolution in healthcare
 
Can Big Data Save Lives?
Can Big Data Save Lives?Can Big Data Save Lives?
Can Big Data Save Lives?
 
Big data in pharmaceutical industry
Big data in pharmaceutical industryBig data in pharmaceutical industry
Big data in pharmaceutical industry
 
Big data revolution in healthcare
Big data revolution in healthcare Big data revolution in healthcare
Big data revolution in healthcare
 

Ähnlich wie Introduction to machine_learning_us

Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
Editor IJARCET
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
The use of colective intelligence algorithms in clinical data mining
The use of colective intelligence algorithms in clinical data miningThe use of colective intelligence algorithms in clinical data mining
The use of colective intelligence algorithms in clinical data mining
José Román Fernández Engo
 

Ähnlich wie Introduction to machine_learning_us (20)

Machine Learning and the Value of Health Technologies
Machine Learning and the Value of Health TechnologiesMachine Learning and the Value of Health Technologies
Machine Learning and the Value of Health Technologies
 
Big Data & ML for Clinical Data
Big Data & ML for Clinical DataBig Data & ML for Clinical Data
Big Data & ML for Clinical Data
 
AAPM Foster July 2009
AAPM Foster July 2009AAPM Foster July 2009
AAPM Foster July 2009
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Case Study: Advanced analytics in healthcare using unstructured data
Case Study: Advanced analytics in healthcare using unstructured dataCase Study: Advanced analytics in healthcare using unstructured data
Case Study: Advanced analytics in healthcare using unstructured data
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
 
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
 
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 and machine learning: opportunità per la medicina di precisione e i ...
Big data and machine learning: opportunità per la medicina di precisione e i ...Big data and machine learning: opportunità per la medicina di precisione e i ...
Big data and machine learning: opportunità per la medicina di precisione e i ...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Rise of the Machines
Rise of the Machines  Rise of the Machines
Rise of the Machines
 
Slima paper smartcities and ehealth
Slima paper smartcities and ehealthSlima paper smartcities and ehealth
Slima paper smartcities and ehealth
 
Slima paper smartcities and ehealth for cmu ver 1 july 2018
Slima paper smartcities and ehealth for  cmu ver 1 july 2018Slima paper smartcities and ehealth for  cmu ver 1 july 2018
Slima paper smartcities and ehealth for cmu ver 1 july 2018
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
The use of colective intelligence algorithms in clinical data mining
The use of colective intelligence algorithms in clinical data miningThe use of colective intelligence algorithms in clinical data mining
The use of colective intelligence algorithms in clinical data mining
 
Improving EMRs 2009
Improving EMRs 2009Improving EMRs 2009
Improving EMRs 2009
 
Big Data in Healthcare and Medical Devices
Big Data in Healthcare and Medical DevicesBig Data in Healthcare and Medical Devices
Big Data in Healthcare and Medical Devices
 
Frankie Rybicki slide set for Deep Learning in Radiology / Medicine
Frankie Rybicki slide set for Deep Learning in Radiology / MedicineFrankie Rybicki slide set for Deep Learning in Radiology / Medicine
Frankie Rybicki slide set for Deep Learning in Radiology / Medicine
 
Heart Attack Prediction using Machine Learning
Heart Attack Prediction using Machine LearningHeart Attack Prediction using Machine Learning
Heart Attack Prediction using Machine Learning
 
C0344023028
C0344023028C0344023028
C0344023028
 

Kürzlich hochgeladen

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Kürzlich hochgeladen (20)

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

Introduction to machine_learning_us

  • 2.
  • 3.
  • 4.
  • 5. A Tsunami of Information Introduction by Ian McCrae / Orion Health Founder and CEO 15 minutes. That’s how long your doctor has to see you, assess your complaint, diagnose a solution, and see you out the door—hopefully on the path back to wellness. This isn’t much time when you consider the wealth of information that he or she has to consider: your patient record, the medical research relevant to your complaint, the answers about your condition that you provide, and the basic examination (“say aaaaaaah”) that is carried out. So how will your doctor cope when faced with the tsunami of healthcare information that will occur when it is routine for your patient record to include data about your genome, your microbiome (microorganisms in your body), and your fitness regime? Your electronic health record is fast becoming the most powerful tool in the medical toolkit. All the information will be stored in the cloud. It will have to be, because the size of the electronic file containing your complete patient record is estimated to be as much as six terabytes. That’s a quarter of the whole of Wikipedia! A data file that large is required to enable the practice of precision medicine. This is a new revolution in healthcare. It is the ability to target healthcare treatment specifically for an individual. In addition to improving health outcomes, precision medicine will save vital health dollars because it is enabled by unique data insights that lead to more targeted treatments.
  • 6. For example, when I had my genome mapped I found out that ibuprofen doesn’t work for me. The only effect that drug has is on my wallet—that is, what it costs me to buy the pills. So how will a doctor process all this new information in the short time in which they see their patient? The truth is they can’t. It will require high-powered computing that uses insights from machine learning— a type of artificial intelligence that enables computers to find hidden insights without being programmed. Algorithms will scan vast data sets and identify recommended treatment plans tailored to individuals. There are two things required for the successful application of machine learning in healthcare— intelligent algorithms and rich data sets. Orion Health is at the forefront of developing both areas. We have invested in the Precision Driven Health initiative, a world-leading, multi-million-dollar research program that is investigating how the application of machine learning will enable new healthcare solutions that are more precisely tailored to a person’s unique characteristics. And since our software manages over 100 million patient records globally, we believe we’re one of the few health software companies in the world capable of carrying out machine learning analysis. We have produced this brief introduction to machine learning because this is an exciting time to be part of the global healthcare sector. As a discipline, health is transforming into a mathematical science, but at its heart, it will always be about enabling the perfect care for everyone, anywhere in the world. Factors Influencing Health McGinnis et. al. Human Affairs, Vol. 22 (2) 42+32+10+16Behavioral Choices 42% Genetics 32% Healthcare 10% Social Circumstances 16%
  • 7. Social Data Personal circumstances, such as living situation and income Exposome Impact of the external environment, such as pollution and tobacco smoke, etc. Device Data Information collected from apps that measure fitness and sleeping, electronic inhalers, etc. Transcriptome Messages created from DNA to form the template (mRNA) of proteins Proteome System of proteins, including enzymes, which are the building blocks of the body Epigenetic (Methylome) The set of nucleric and methylation modifications in a human genome Metabolome Chemicals which are created, modified, and broken down by bodily processes, such as enzymatic reactions Microbiome Collective name for 100 trillion microorganisms living inside us Genome Patient's complete set of genes “written” in DNA Imaging Medical images, such as x-rays, scans, ultrasounds, etc. Clinical Data Patient's medical record Useful Data for the Practice of Precision Medicine
  • 8. A Short Introduction to Machine Learning By Dr. Kathryn Hempstalk / Senior Data Scientist, Precision Driven Health Self-driving cars, Siri, and websites that recommend items based on the purchasing decisions of other people: what do these have in common? They are all real-world examples of machine learning. Machine learning is when a computer uses an algorithm to understand the data it has been given and recognizes patterns. We call the process of learning “training,” and the output that this process produces is called a “model.” A model can be provided new data and reason against it based on what the model has previously learned. Machine learning models determine a set of rules using vast amounts of computing power that a human brain would be incapable of processing. The more data a machine learning model is fed, the more complex the rules and the more accurate the predictions. Whereas a statistical model is likely to have an inherent logic that can be understood by most people, the rules created by machine learning are often beyond human comprehension because our brains are incapable of digesting and analyzing enormous data sets. In the following section, we will look at three types of models used in machine learning—classification, clustering, and regression—and review the concept of deep learning.
  • 9. Classification The purpose of the classification model is to determine a label or category—it is either one thing or the other. We train the model using a set of labeled data. As an example, if we wanted to predict whether a person’s mole is cancerous or not, we would create a model using a data set of mole scans from 1,000 patients that a doctor has already examined for cancer. We would also feed the model lots of other data, such as a patient’s age, gender, ethnicity, and place of residence. We would then create a model which will enable us to decide whether it depicts cancer. The graph (Fig. 1) is an example of a classification model. The dotted line is the rule determined by the model that best separates the positive and negative results, based on the data provided during training. If we were using our mole scan example, then in this graph the circles are the mole scans that show that cancer is likely, and the squares are the mole scans that show that cancer is unlikely. Each time we train the algorithm with additional data, it should improve the accuracy of the prediction. Classification Model (Fig. 1) data showing positive result data showing negative result Dotted line is the rule determined by the algorithm
  • 10. Clustering We would create a clustering model if we had a whole bunch of data, didn’t have a determined outcome, and just wanted to see if there were any distinctive patterns. An example might be that of a primary care provider— in an effort to see if there is a pattern to the type of complaints she has seen in the past year—creating a model based on a year’s worth of patient data. The model might show that people living in a certain area have higher rates of cancer, which would warrant further examination (e.g., is there an issue with the water supply? Is there pollution from a nearby factory?). The graph (Fig. 2) shows the rules (dotted lines) determined by the algorithm using the data set. The patient files are clustered into various groups, but a human must label each group. Clustering Model (Fig. 2) Dotted lines are the rules determined by the algorithm
  • 11. Regression A regression model is created when we want to find out a number (e.g., how many days before a patient discharged from the hospital with a chronic condition such as diabetes will return). We start with a data set that is already labeled with numbers (e.g., how many days before each patient returns to the hospital) and feed this and the patient’s other data (e.g., age, gender, etc.) into the model. The model tries to learn a pattern that describes how long before a patient returns to the hospital. The graph (Fig. 3) plots various patients against the number of days between hospitalizations, and the dotted line is the model that best predicts the outcome. This regression model predicts the time before rehospitalization for a new patient. Regression Model (Fig. 3) Data set plotted to find out a number (e.g., how many days before a patient returns to the hospital)
  • 12. Deep Learning “Deep learning” is an often-misused buzzphrase that refers to a special case of a machine learning algorithm: the artificial neural network. A neural network is an algorithm inspired by the way a brain works. It involves many nodes (or neurons) that are often connected together in layers to form a network. A neural network must have at least two layers—a layer of inputs and a layer of outputs. There may be many “hidden” layers between the input and output layers, and these are used to extract more information by exploiting structure in the data. A network is considered “deep” if it has more than one hidden layer (see the “Deep Learning Neural Network” diagram [opposite], which illustrates the complexity of a neural network). Neural networks are great at solving problems where the data is highly structured—like an image of a brain scan—but they are “black box” algorithms. In other words, it is hard to describe to a human being the patterns found by neural networks. Despite being around for over 50 years, neural networks have only become popular and feasible in the last 10 years thanks to advances in both algorithm design and computing power.
  • 13. 1 2 34 Pixels taken from an image and mapped as inputs Partially connected Fully connected Prediction INPUT HIDDEN OUTPUT Layers IMAGE 1 2 3 4 Data is Critical Many major advances in machine learning actually occur from data sets, not algorithms. When IBM’s Deep Blue defeated chess grandmaster Garry Kasperov, the algorithm was 14 years old, but the data set was only six years old. Google learned to translate Chinese to English using a 17-year-old algorithm and data they collected in 2015. On average, the time it takes for a major breakthrough to be made is 18 years for algorithms, but only three years for data sets. Deep Learning Neural Network Missing section
  • 14. While the healthcare sector is being transformed by the ability to record massive amounts of information about patients, the enormous volume of data being collected is impossible for human beings to analyze. Machine learning provides a way to find patterns and reason about data, which enables healthcare professionals to move to personalized care known as precision medicine. There are many possibilities for how machine learning can be used in healthcare, and all of them depend on having sufficient data and permission to use it. Previously, alerts and recommendations for a medical practice have been developed based on external studies, and hard-coded into their software. However, that can limit the accuracy of that data because it might come from different populations Applying Machine Learning to Healthcare By Dr. Kevin Ross / Research Director, Precision Driven Health and environments. Machine learning, on the other hand, can be refined using data that is available in that particular environment (e.g., anonymized patient information from a hospital and the area it serves). An example of how healthcare providers can take advantage of machine learning is offering the ability to predict hospital readmission for chronically ill patients. Identifying those patients most at risk of being readmitted makes it possible for providers to offer better post-discharge support. By lowering the rate of readmission, it not only improves the lives of those most at risk, it also helps save precious healthcare dollars, which can be used for wellness and prevention programs.
  • 15.
  • 16. As an example, we undertook preliminary research on a publicly available data set of 100,000 anonymized diabetic patient records from 130 U.S. hospitals. The analysis showed that machine learning approaches were 20 percent better at assessing the readmission risk of patients than the standard LACE risk-scoring approach currently used by U.S. healthcare providers. LACE is calculated based on the patient’s Length of stay, Acute admission through emergency, Comorbidities (other illnesses), and Emergency department visits in the past six months. The machine learning models achieved a greater accuracy because they were able to explore patient and disease-specific factors—in addition to the factors already considered by LACE. Those patients determined by tools such as LACE to be at the highest risk of readmission receive the greatest amount of post-acute care. The more accurate the tool for identifying at-risk patients, the more targeted healthcare intervention can be in order to reduce readmission rates and lower costs. We calculated that the potential savings from the machine learning models were four times higher than those from LACE. Predicting the risk of readmission following a hospital stay is just one example of how machine learning can be applied to solve some of the most pressing issues in healthcare delivery. Other examples include: • Finding combinations of drugs that should not be taken together • Classifying imagery, such as mole scans, to identify disease • Assisting with decisions about what condition a patient might have, or what treatment might work the best This is an exciting field that seeks to assist healthcare providers—whether practicing in the hospital or in the community—in creating better health outcomes for their patients. We have only just begun to explore the possibilities.
  • 17.
  • 18. Machine Learning Timeline 1805 1946 1956 1965 1980 1993 Kunikho Fukushima proposes Necognitron, an artificial neural network that later inspires convolutional neural networks. R statistical language. The first version is released by Auckland University in NZ. WEKA machine learning software. The first version is released by Waikato University in NZ. Arthur Samuel creates the world’s first self-learning program run on IBM’s first stored-program computer—the 701—for computer checkers, with alpha-beta pruning for a scoring function. James William Cooley and John Tukey co-develop Fast Fourier Transform, an algorithm widely used in engineering, science, and mathematics. Adrien-Marie Legendre describes the “method des moindres carres,” known in English as the “least squares method,” used widely in data fitting. John Von Neumann, Electronic Numerical Integrator & Computer (ENIAC), prompts Alan Turing to design his Turing Test.
  • 19. 1995 2010 2011 2012 2015 2016 Google’s AlphaGo program becomes the first Computer Go program to beat an unhandicapped professional human player by using a combination of machine learning and tree-search techniques. Machine learning becomes widespread. Evans Data’s Big Data and Advanced Analytics Survey finds that more than one-third of developers say they’re using machine learning technologies in their big data and advanced analytics projects. IBM Watson defeats two human challengers on Jeopardy! It uses a combination of machine learning, natural language processing, and information retrieval techniques. Andrew Ng and Jeff Dean create a neural network that learns to recognize cats by watching unlabeled images taken from frames of YouTube videos. Kaggle, a website that serves as a platform for machine learning competitions, is launched. Tin Kam Ho creates the first algorithm for random decision forests to enable better prediction performance.
  • 20. Artificial Intelligence Intelligence exhibited by machines. In computer science, the ideal “intelligent” machine is a flexible rational agent that perceives its environment and takes actions that maximize its chance of success at some goal. Augmented Reality A live or direct view of the physical world, supplemented by computer-generated sensory input (e.g., sound, video, graphics, or GPS data). Big Data Large and complex data sets that may be analyzed computationally to reveal patterns, trends, and associations. Structured, unstructured, and semi-structured data can be mined for learning. Glossary Key Ideas Associated with Machine Learning To use machine learning and artificial intelligence effectively, having a large data set is crucial. Computational Techniques Different approaches and methods to solving problems using systems/techniques that are mathematical or can be engineered and inputted into a computer. Computer Learning Another name for machine learning. It describes the process of how computers are “learning” through human input and training. Data Mining Can be considered a superset of many different methods to extract insights from data. It might involve traditional statistical methods and machine learning.
  • 21. Deep Learning A term coined by Geoffrey Hinton in 2006. It combines advances in computing power and special types of neural networks to learn complicated patterns in large amounts of data. It is a branch of machine learning. Internet of Things An increase in machine-to-machine communication and development of the Internet in which everyday objects have network connectivity. This will allow for constant instantaneous connection and data sending/ receiving in real-time. Machine Learning Another name for computer learning. The goal of machine learning is to understand the structure of data so that accurate predictions can be made based on the properties of that data. Operational Intelligence A category of real-time, dynamic business analytics—delivers insight into day-to-day business operations. It offers an understanding of IT systems and technology structure within the business to allow informed decisions. Precision Medicine A medical model that proposes the customization of healthcare, with treatments, products, medical decisions, and practices being tailored to each patient. Predictive Analytics An area of data mining that deals with extracting information from data and using the information to predict trends and behavior patterns. It is used to make predictions about unknown future events.
  • 22. To learn more about the work of Precision Driven Health precisiondrivenhealth.com @healthprecision
  • 23. Precision medicine starts here Orion Health is embedding machine learning analysis into its clinical suite of solutions, which are delivered as part of its ground-breaking precision medicine platform, Amadeus. The company provides technology solutions that capture, store, and analyze patient health records. Its software manages over 100 million patient records worldwide. Orion Health employs over 1,200 people globally and is dedicated to continual innovation and investment to cement its position at the forefront of precision medicine.