SlideShare uma empresa Scribd logo
1 de 48
Baixar para ler offline
An	Introduction	to	Machine	Learning	and	Genomics
Brittany	N.	Lasseigne,	PhD	
HudsonAlpha	Intstitute	for	Biotechnology	
27	June	2017	
@bnlasse					blasseigne@hudsonalpha.org
• ‘Genomical’	Data	
• Introduction	to	Machine	
Learning	and	R	
• Machine	Learning	Algorithms	
• Applying	Machine	Learning	to	
Genomics	Data	+	Problems
• ‘Genomical’	Data	
• Introduction	to	Machine	
Learning	and	R	
• Machine	Learning	Algorithms	
• Applying	Machine	Learning	to	
Genomics	Data	+	Problems
4American	Cancer	Society,	2015	&	Harvard	NeuroDiscovery	Center,	2017.	
Cancer:	
• Men	have	a	1	in	2	lifetime	risk	of	developing	cancer	and	a	1	in	4	lifetime	risk	of	dying	from	cancer	
• Women	have	a	1	in	3	lifetime	risk	of	developing	cancer	and	a	1	in	5	lifetime	risk	of	dying	from	
cancer	
Psychiatric	Illness:		
• 1	in	4	American	adults	suffere	from	a	diagnosable	mental	disorder	in	any	given	year	
• ~6%	suffer	serious	disabilities	as	a	result	
Neurodegenerative	Disease:	
• ~6.5M	Americans	suffer	(AD,	PD,	MS,	ALS,	HD),	expected	to	rise	to	12M	by	2030
Complex	Human	Diseases:		
usually	caused	by	a	combination	of	genetic,	environmental	and	lifetyle	factors		
(most	of	which	have	not	yet	been	identified)
• Which	patients	are	high	risk	for	developing	cancer?	
• What	are	early	biomarkers	of	cancer?	
• Which	patients	are	likely	to	be	short/long	term	cancer	survivers?	
• What	chemotherapeutic	might	a	cancer	patient	benefit	from?
5
Improve disease prevention, diagnosis, prognosis, and treatment efficacy
Complex	problems
Genomics
• Understanding	the	function	of	the	
genome	(total	genetic	material)	and	
how	it	relates	to	human	disease	
(studying	all	of	the	genes	at	once!)	
• The	sequencing	of	the	human	
genome	paved	the	way	for	genomic	
studies	
• Our	goal	it	identify	genetic/genomic	
variation	associated	with	disease	to	
improve	patient	care
6
7
Sequencing
8
Cells, Tissues, & Diseases Functional Annotations
Image from encodeproject.org 9
Improve disease prevention, diagnosis, prognosis, and treatment efficacy
Multidimensional Data Sets
Big Data
10
Case study: The Cancer Genome Atlas
• Mulitiple data types for 11,000+ patients across 33 tumor types
• 549,625 files with 2000+ metadata attributes
• >2.5 Petabytes of data
Genomics	Data	is	Big	Data
11Stephens,	et	al.	PLOS	Biology,	2015.	
1	zettabyte	(ZB)	=	1024	EB	
1	exabyte	(EB)			=	1024	PB	
1	petabyte	(PB)	=	1024	TB		
1	terabyte	(TB)		=	1024	GB
Astronomical	‘Genomical’	Data:		
the	‘four-headed	beast’	of	the	data	life-cycle	(2025	Projections)
12Stephens,	et	al.	PLOS	Biology,	2015	and	nanalyze.com.	
1	zettabyte	(ZB)	=	1024	EB	
1	exabyte	(EB)			=	1024	PB	
1	petabyte	(PB)	=	1024	TB		
1	terabyte	(TB)		=	1024	GB
• ‘Genomical’	Data	
• Introduction	to	Machine	
Learning	and	R	
• Machine	Learning	Algorithms	
• Applying	Machine	Learning	to	
Genomics	Data	+	Problems
Cells, Tissues, & Diseases Functional Annotations
mage from encodeproject.org and xorlogics.com. 14
Improve disease prevention, diagnosis, prognosis, and treatment efficacy
Multidimensional Data Sets
• We	have	lots	of	data	and	complex	problems	
• We	want	to	make	data-driven	predictions	
and	need	to	automate	model	building
Cells, Tissues, & Diseases Functional Annotations
mage from encodeproject.org and xorlogics.com.
15
Multidimensional Data Sets
Complex	problems	+	Big	Data	—>		Machine	Learning!
• data analysis method that automates analytical model building
• make data driven predictions or discover patterns without explicit human intervention
• Useful when have complex problems and lots of data (‘big data’)
Machine Learning
16
Computer	
Data	
Program
Output
Traditional	Programming
Computer	
[2,3]	
+
5
Computer	
Data	
Output
Program
Machine	Learning
Computer	
[2,3]	
5
+
• Our goal isn’t to make perfect guesses, but to make useful guesses—we want to
build a model that is useful for the future
17
Supervised	Learning:	
-Prediction	
Ex.	linear	&	logistic	regression
Unsupervised	Learning:	
-Find	patterns		
Ex.	Clustering,	Principle	Component	Analysis
Known	Data	+	Known	Response
YES	
NO
MODEL
NEW	DATA
Predict	Response
Clusters	of	Categorized	Data
Uncategorized	Data
Real-World	Machine	Learning	Applications
18
Recommendation	Engine
Mail	Sorting
Self-Driving	Car
HBO’s	Silicon	Valley	‘not	hotdog!’	app
The	Rise	of	Machine	Learning
• Hardware	Advances	
• Extreme	performance	
hardware	(ex.	
application-specific	
integrated	circuits)	
• Smaller,	cheaper	
hardware	(Moore’s	law)	
• Cloud	computing	(ex.	
AWS)	
• Software	Advances	
• New	machine	learning	
algorithms	including	
deep	learning	and	
reinforcement	learning	
• Data	Advances	
• High-performance,	less	
expensive	sensors	&	data	
generation	
• ex.	wearables,	next-gen	
sequencing,	social	media
19
2016	Q3
Machine	Learning	with	the	R	Programming	Language
20
kdnuggets,	2015
Python	is	also	a	great	choice!	
• R	tends	to	be	favored	by	statisticians	
and	academics	(for	research)	
• Python	tends	to	be	favored	by	
engineers	(with	production	workflows)
21
Burtch	Works	asked	data	scientists	and	
predictive	analytics	pros:		
Which	do	you	prefer	to	use?
• Open	source	implementation	of	S	which	was	originally	developed	at	Bell	Lab	
• Free	programming	language	and	software	environment	for	advanced	statistical	
computing	and	graphics	
• Functional	programming	language	written	primarily	in	C,	Fortran	
• Good	at	data	manipulation,	modeling	and	computing,	data	visualization	
• Cross-platform	compatible	
• Vast	community	(e.g.,	CRAN,	R-bloggers,	Bioconductor)	
• Over	10,000	packages	including	parallel/high-performance	compute	packages	
• Used	extensively	by	statisticians	and	academics	
• Popularity	is	substantially	increasing	in	recent	years	
• Drawbacks:	can	be	steep	learning	curve	(better	recently),	limited	GUI	(RStudio!),	
documentation	can	be	sparse,	memory	allocation	can	be	an	issue
The	R	Programming	Language
22
• ‘Genomical’	Data	
• Introduction	to	Machine	
Learning	and	R	
• Machine	Learning	Algorithms	
• Applying	Machine	Learning	to	
Genomics	Data	+	Problems
Fisher’s/Anderson's iris data set:
measurements (cm) of the sepal length and width and petal length and width (4 features) for 50 flowers from
each of 3 species (Iris setosa, versicolor, and virginica)
Iris	Dataset	in	R
24
Iris	Dataset:			
Summarize/Descriptive	Statistics	(Observational)
25
Computer	
Data	
Program
Output
Traditional	Programming
Computer	
Sepal.Lenth	
mean(x)
5.843
Iris	Dataset:		Correlation	(still	Descriptive)
t-test,	p	value	<	2.2*10-16
26
Setosa	
Versicolor	
Virginica
Iris	Dataset:			
Linear	Regression	is	Machine	Learning!
• Red	line	is	a	linear	regression	line	fit	
to	the	data	describing	petal	length	as	
a	function	of	petal	width	
• We	can	now	PREDICT	petal	width	
given	petal	length	
		
Petal.Width~0.416*Petal.Length	-	0.363	
(y=mx+b)
Computer	
Data	
Output
Program
Machine	Learning
Computer	
Petal.Length	
Petal.Width
Petal.Width~	
0.416*Petal.Length		
-	0.363
27
Iris	Data:		Adding	Regularization	(LASSO)
•Model building with a large # of
features for a moderate
number of samples can result
in ‘overfitting’ —the model is
too specific to the training set
and not generalizable enough
for accurate predictions with
new data
•Regularization is a technique
for preventing this by
introducing tuning parameters
that penalize the coefficients
of variables that are linearly
dependent (redundant)
•This results in FEATURE
SELECTION
•Ridge regression and LASSO
regression are methods of
regression with regularization
28
Computer	
Petal.Length	
Sepal.Width	
Sepal.Length	
Petal.Width
Petal.Width~	
0.968*Sepal.Length		
+	0.187
Petal.Width	~	A*Petal.Length	+	B*Sepal.Width	+	C*	Sepal.Length	+	b
0 0
Petal.Width	~	0*Petal.Length	+	0*Sepal.Width	+	C*	Sepal.Length	+	b
Petal.Width	~	Sepal.Length	+	b
p	value	<	2.2*10-16
Iris	Data:	Decision	Trees
• Decision trees can take different
data types (categorical, binary,
numeric) as input/output
variables, handle missing data
and outliers well, and are intuitive
• Decision tree limitations include
that each decision boundary at
each split is a concrete binary
decision and the decision criteria
only consider one input feature at
a time (not a combination of
multiple input features)
• Examples: Video games, clinical
decision models
29
Petal.Length	<	2.35	cm
Setosa	(40/0/0)
Petal.Width	<	1.65	cm
Versicolor	(0/40/12) Virginica	(0/0/28)
Iris	Data:		Ensemble	Methods		
Example:		tree	bagging	and	boosting
• Instead of picking a single model, ensemble methods
combine multiple models to fit the training data
(‘bagging’ and ‘boosting’)
• Random Forest is a Decision Tree Ensemble Method
Image:		Machado,	et	al.		Veterinary	Research,	2015.		 30
Iris	Data:	Neural	Nets
• Neural Networks (NNs) emulate how the
human brain works with a network of
interconnected neurons (essentially
logistic regression units) organized in
multiple layers, allowing more complex,
abstract, and subtle decisions
• Lots of tuning parameters (# of hidden
layers, # of neurons in each layer, and
multiple ways to tune learning)
• Learning is an iterative feedback
mechanism where training data error is
used to adjust the corresponding input
weights which is propagated back to
previous layers (i.e., back-propagation)
• NNs are good at learning non-linear
functions and can handle multiple
outputs, but have a long training time and
models are susceptible to local minimum
traps (can be mitigated by doing multiple
rounds—takes more time!)
X1
X2
Output
	(Summation	of	
Input	and	
Activation	with	
Sigmoid	Fxn)
‘Neuron’
31
Other	Machine	Learning	Methods
• Naive	Bayes	(based	on	prior	probabilities)	
• Hidden	Markov	Models	(Bayesian	
network	with	hidden	states)	
• K	Nearest	Neighbors	(instance-based	
learning—clustering!)	
• Support	Vector	Machines	(discriminator	
defined	by	a	separating	hyperplane)	
• Additional	Ensemble	Method	Approaches	
(combining	multiple	models)	
• And	new	methods	coming	out	all	the	
time…
Raw	Data
Clean/Normalize	Data
Training	Set Test	Set
Build	Model
Test
Apply	to	New	Data	
(Validation	Cohort	or	
Model	Application)
Tune	Model
32
Algorithm	Selection	is	an	Important	Step!
• ‘Genomical’	Data	
• Introduction	to	Machine	
Learning	and	R	
• Machine	Learning	Algorithms	
• Applying	Machine	Learning	to	
Genomics	Data	+	Problems
• Which	patients	are	high	risk	for	
developing	cancer?	
• What	are	early	biomarkers	of	
cancer?	
• Which	patients	are	likely	to	be	
short/long	term	cancer	survivers?	
• What	chemotherapeutic	might	a	
cancer	patient	benefit	from?	
34
Improve disease prevention, diagnosis, prognosis, and treatment efficacy
Complex	problems	+	Big	Data	—>			
Machine	Learning
35
Integrating genomic data with machine learning to improve
predictive modeling
1) Cross-Cancer	Patient	Outcome	Prediction	Model	
2) Improved	Kidney	Cancer	Patient	Outcome	Prediction	Model
Scaled -log10 Cox p-value
-1 2 30 1
‘Common	Survival	Genes’	across	19	cancers
• ‘Common	Survival	Genes’	
Cox	regression	uncorrected	p-value	
<0.05	for	a	gene	in	at	least	9/19	
cancers:	
• 84	genes,	enriched	for	
proliferation-related	processes	
including	mitosis,	cell	and	
nuclear	division,	and	spindle	
formation		
• Clustering	by	Cox	regression	p-
values:		
7	‘Proliferative	Informative	Cancers’	
and	12	‘Non-Proliferative	Informative	
Cancers’	
36
ESCA
STAD
OV
LUSC
GBM
LAML
LIHC
SARC
BLCA
CESC
HNSC
BRCA
ACC
MESO
KIRP
LUAD
PAAD
LGG
KIRC
TopCrossCancerSurvivalGenes
*
C
Ramaker	&	Lasseigne,	et	al.	2017.
Scaled -log10 Cox p-value
-1 2 30 1
‘Common	Survival	Genes’	across	19	cancers
Proliferative	Informative	Cancers	
	(PICs)
37
ESCA
STAD
OV
LUSC
GBM
LAML
LIHC
SARC
BLCA
CESC
HNSC
BRCA
ACC
MESO
KIRP
LUAD
PAAD
LGG
KIRC
TopCrossCancerSurvivalGenes
*
C
• ‘Common	Survival	Genes’	
Cox	regression	uncorrected	p-value	
<0.05	for	a	gene	in	at	least	9/19	
cancers:	
• 84	genes,	enriched	for	
proliferation-related	processes	
including	mitosis,	cell	and	
nuclear	division,	and	spindle	
formation		
• Clustering	by	Cox	regression	p-
values:			
7	‘Proliferative	Informative	Cancers’	
and	12	‘Non-Proliferative	Informative	
Cancers’	
Ramaker	&	Lasseigne,	et	al.	2017.
Scaled -log10 Cox p-value
-1 2 30 1
‘Common	Survival	Genes’	across	19	cancers
Proliferative	Informative	Cancers	
	(PICs)
38
ESCA
STAD
OV
LUSC
GBM
LAML
LIHC
SARC
BLCA
CESC
HNSC
BRCA
ACC
MESO
KIRP
LUAD
PAAD
LGG
KIRC
TopCrossCancerSurvivalGenes
*
C
Non-Proliferative	Informative	Cancers	
(Non-PICs)
• ‘Common	Survival	Genes’	
Cox	regression	uncorrected	p-value	
<0.05	for	a	gene	in	at	least	9/19	
cancers:	
• 84	genes,	enriched	for	
proliferation-related	processes	
including	mitosis,	cell	and	
nuclear	division,	and	spindle	
formation		
• Clustering	by	Cox	regression	p-
values:			
7	‘Proliferative	Informative	Cancers’	
and	12	‘Non-Proliferative	Informative	
Cancers’	
Ramaker	&	Lasseigne,	et	al.	2017.
39
Cross-Cancer	Patient	Outcome	Model
Cox	
regression	
with	
LASSO	
feature	
selection
~20,000	gene	
expression	
values	
Cancer	Patient	
Survival
Survival~	-0.104	+	0.086*ADAM12	
+	0.037*CKS1	-	0.088*CRYL1	+	
0.056*DNA2	+	0.013*DONSON	+	
0.098*HJURP	-	0.022*NDRG2	+	
0.031*RAD54B	+	0.040*SHOX2	-	
0.155*SUOX
Ramaker	&	Lasseigne,	et	al.	2017.
40
Integrating genomic data with machine learning to improve
predictive modeling
1) Cross-Cancer	Patient	Outcome	Prediction	Model	
2) Improved	Kidney	Cancer	Patient	Survival	Prediction	Model
TCGA Kidney Renal Cell Carcinoma (KIRC)
Data Set
• 291 tumor samples with
clinical, RNA-seq, DNAm, and
CNV data available (~1/3 of
patients died from disease)
41
42
Can we improve clinically relevant phenotype prediction with
multi-omics classifiers?
Clinically		
Annotated	
Multidimensional		
Data	Sets
DNAm CNV
RNA	
Expression
Protein	
Expression
microRNA	
Expression
Mutations RNA
CNVDNAm
Cox	regression	with	LASSO	feature	selection
43
Multi-omic classifiers to predict patient outcome
RNA
CNV DNAm
Patient	Outcome
Model Test AUC
CNV <0.5
RNA 0.5683
DNAm 0.6794
DNAm+CNV PCs 0.6571
RNA+CNV PCs 0.6730
RNA+DNAm PCs 0.7397
RNA+DNAm+CNV PCs
PPCs
0.7619
accuracy:
44
Multi-omic classifiers to predict patient outcome
RNA
CNV DNAmDNAm CNV
RNA
Patient	Outcome
Model Test AUC
CNV <0.5
RNA 0.5683
DNAm 0.6794
DNAm+CNV 0.6571
RNA+CNV 0.6730
RNA+DNAm 0.7397
RNA+DNAm+CNV PCs
PPCs
0.7619
accuracy:
45
• RNA+DNAm+CNV model of
patient survival
outperformed each data type
alone or with another single
data type, as well as models
built on features before
dimension reduction
• Synergistic effect by
combining RNA, DNAm, and
CNV into combined features
for prediction of patient
outcome
• Some principal components
were strongly correlated with
CIN or DNAmIN status
Multi-omic classifiers to predict patient outcome
RNA
CNVDNAm
Patient	Outcome
Model Test AUC
CNV <0.5
RNA 0.5683
DNAm 0.6794
DNAm+CNV 0.6571
RNA+CNV 0.6730
RNA+DNAm 0.7397
RNA+DNAm+CNV 0.7619
accuracy:
Take-Home	Message
• Genomics	generates	big	data	to	address	complex	biological	problems,	e.g.,	improving	human	
disease	prevention,	diagnosis,	prognosis,	and	treatment	efficacy	
• Machine	learning	is	a	data	analysis	method	that	automate	analytical	model	building	to	make	
data	driven	predictions	or	discover	patterns	without	explicit	human	intervention	
• Machine	learning	is	a	subfield	of	computer	science—>the	algorithms	are	implemented	in	code	
• Machine	learning	is	useful	when	we	have	complex	problems	with	lots	of	‘big’	data
46
Computer	
Data	
Program
Output
Traditional	Programming
Computer	
[2,3]	
+
5
Computer	
Data	
Output
Program
Machine	Learning
Computer	
[2,3]	
5
+
HudsonAlpha:		
hudsonalpha.org	
Information	is	Power:	http://hudsonalpha.org/information-is-power	
R	Programming	Language	and/or	Machine	Learning	(mostly	free):		
Software	Carpentry	(software-carpentry.org)	and	Data	Carpentry	(datacarpentry.org)	
coursera.org	and	datacamp.com	
Stanford	Online’s	‘Statistical	Learning’	class		
Books:	
Rosalind	Franklin:	The	Dark	Lady	of	DNA	by	Brenda	Maddox	(Female	scientist	biography)	
The	Emperor	of	All	Maladies	by	Siddhartha	Mukherjee	(History	of	cancer)	
The	Gene	by	Siddhartha	Mukherjee	(History	of	genetics)	
Genome	by	Matt	Ridley	(Human	Genome)	
Algorithms	to	Live	By	by	Brian	Christian	and	Tom	Griffiths	(CS	application	to	real-life)	
Headstrong:	52	Women	Who	Changed	Science-and	the	World		by	Rachel	Swaby	
Lean	In	by	Sheryl	Sandberg	(Women	and	the	workplace)	
Bossypants	by	Tina	Fey	(Autobiography)
48
Thanks!
Brittany	N.	Lasseigne,	PhD	
@bnlasse					blasseigne@hudsonalpha.org

Mais conteúdo relacionado

Mais procurados

Lecture 9 slides: Machine learning for Protein Structure ...
Lecture 9 slides: Machine learning for Protein Structure ...Lecture 9 slides: Machine learning for Protein Structure ...
Lecture 9 slides: Machine learning for Protein Structure ...
butest
 

Mais procurados (20)

RNA-Seq
RNA-SeqRNA-Seq
RNA-Seq
 
Genomic Data Analysis
Genomic Data AnalysisGenomic Data Analysis
Genomic Data Analysis
 
Machine Learning in Bioinformatics
Machine Learning in BioinformaticsMachine Learning in Bioinformatics
Machine Learning in Bioinformatics
 
A Brief Introduction to Metabolomics
A Brief Introduction to Metabolomics A Brief Introduction to Metabolomics
A Brief Introduction to Metabolomics
 
DNA Chip
DNA ChipDNA Chip
DNA Chip
 
Cereals genomics and protiomics
Cereals genomics and protiomicsCereals genomics and protiomics
Cereals genomics and protiomics
 
Bioinformatics intervention in crop improvement
Bioinformatics intervention in crop improvementBioinformatics intervention in crop improvement
Bioinformatics intervention in crop improvement
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicine
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
Introduction to RNA-seq and RNA-seq Data Analysis (UEB-UAT Bioinformatics Cou...
Introduction to RNA-seq and RNA-seq Data Analysis (UEB-UAT Bioinformatics Cou...Introduction to RNA-seq and RNA-seq Data Analysis (UEB-UAT Bioinformatics Cou...
Introduction to RNA-seq and RNA-seq Data Analysis (UEB-UAT Bioinformatics Cou...
 
Lecture 9 slides: Machine learning for Protein Structure ...
Lecture 9 slides: Machine learning for Protein Structure ...Lecture 9 slides: Machine learning for Protein Structure ...
Lecture 9 slides: Machine learning for Protein Structure ...
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 
Deep learning for biomedical discovery and data mining I
Deep learning for biomedical discovery and data mining IDeep learning for biomedical discovery and data mining I
Deep learning for biomedical discovery and data mining I
 
Structural genomics
Structural genomicsStructural genomics
Structural genomics
 
GWAS
GWASGWAS
GWAS
 
Alphafold2 - Protein Structural Bioinformatics After CASP14
Alphafold2 - Protein Structural Bioinformatics After CASP14Alphafold2 - Protein Structural Bioinformatics After CASP14
Alphafold2 - Protein Structural Bioinformatics After CASP14
 
Deep learning based multi-omics integration, a survey
Deep learning based multi-omics integration, a surveyDeep learning based multi-omics integration, a survey
Deep learning based multi-omics integration, a survey
 
Functional genomics
Functional genomicsFunctional genomics
Functional genomics
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaging
 
Genome wide association mapping
Genome wide association mappingGenome wide association mapping
Genome wide association mapping
 

Semelhante a An Introduction to Machine Learning and Genomics

Semelhante a An Introduction to Machine Learning and Genomics (20)

KG_based pharma marketing.pptx
KG_based pharma marketing.pptxKG_based pharma marketing.pptx
KG_based pharma marketing.pptx
 
Disrupting the Oncology Care Continuum through AI and Advanced Analytics
Disrupting the Oncology Care Continuum through AI and Advanced AnalyticsDisrupting the Oncology Care Continuum through AI and Advanced Analytics
Disrupting the Oncology Care Continuum through AI and Advanced Analytics
 
An Introduction to Biology with Computers
An Introduction to Biology with ComputersAn Introduction to Biology with Computers
An Introduction to Biology with Computers
 
ML in rare diseases
ML in rare diseasesML in rare diseases
ML in rare diseases
 
2016 09 cxo forum
2016 09 cxo forum2016 09 cxo forum
2016 09 cxo forum
 
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
 
PSN for Precision Medicine
PSN for Precision MedicinePSN for Precision Medicine
PSN for Precision Medicine
 
Prediction of Diabetes using Probability Approach
Prediction of Diabetes using Probability ApproachPrediction of Diabetes using Probability Approach
Prediction of Diabetes using Probability Approach
 
A review on early hospital mortality prediction using vital signals
A review on early hospital mortality prediction using vital signalsA review on early hospital mortality prediction using vital signals
A review on early hospital mortality prediction using vital signals
 
Statistics for DP Biology IA
Statistics for DP Biology IAStatistics for DP Biology IA
Statistics for DP Biology IA
 
Advanced Laboratory Analytics — A Disruptive Solution for Health Systems
Advanced Laboratory Analytics — A Disruptive Solution for Health SystemsAdvanced Laboratory Analytics — A Disruptive Solution for Health Systems
Advanced Laboratory Analytics — A Disruptive Solution for Health Systems
 
Predicting Life Expectancy of Hepatitis B Patients
Predicting Life Expectancy of Hepatitis B PatientsPredicting Life Expectancy of Hepatitis B Patients
Predicting Life Expectancy of Hepatitis B Patients
 
Clinical decision support system
Clinical decision support systemClinical decision support system
Clinical decision support system
 
Parkinson disease classification recorded v2.0
Parkinson disease classification recorded   v2.0Parkinson disease classification recorded   v2.0
Parkinson disease classification recorded v2.0
 
Introduction to biostatistics
Introduction to biostatisticsIntroduction to biostatistics
Introduction to biostatistics
 
Knowledge management in context: Implications for clinical pathologists by Dr...
Knowledge management in context: Implications for clinical pathologists by Dr...Knowledge management in context: Implications for clinical pathologists by Dr...
Knowledge management in context: Implications for clinical pathologists by Dr...
 
Hands-on Introduction to Machine Learning
Hands-on Introduction to Machine LearningHands-on Introduction to Machine Learning
Hands-on Introduction to Machine Learning
 
Life sciences big data use cases
Life sciences big data use casesLife sciences big data use cases
Life sciences big data use cases
 
Visualising the Dementias in Australia: A Data Driven Model
Visualising the Dementias in Australia: A Data Driven ModelVisualising the Dementias in Australia: A Data Driven Model
Visualising the Dementias in Australia: A Data Driven Model
 
Feature selection with imbalanced data in agriculture
Feature selection with  imbalanced data in agricultureFeature selection with  imbalanced data in agriculture
Feature selection with imbalanced data in agriculture
 

Último

CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
JohnnyPlasten
 

Último (20)

Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 

An Introduction to Machine Learning and Genomics