Linear regression How to measure the accuracy of linear regression - - PowerPoint PPT Presentation
Linear regression How to measure the accuracy of linear regression - - PowerPoint PPT Presentation
Linear regression How to measure the accuracy of linear regression models Linear Regression disease disease disease disease disease disease disease disease normal normal normal normal normal normal normal normal normal normal
SLIDE 1
SLIDE 2
How to measure the accuracy of linear regression models
SLIDE 3
Linear Regression
yi = xT
i + ✏i =
X
j
jXi,j + ✏i
disease disease disease disease disease disease disease disease normal normal normal normal normal normal normal normal normal normal normal normal normal normal normal normal
Fitting error: ✏i
SLIDE 4
Linear Regression
disease disease disease disease disease disease disease disease normal normal normal normal normal normal normal normal normal normal normal normal normal normal normal normal
y = X + ✏ β∗ = arg min
β
X
i
(yi − X
j
βjXi,j)2 Assumption: errors are Gaussian noises
SLIDE 5
Linear Regression
β∗ = arg min
β
X
i
(yi − X
j
βjXi,j)2 = arg min
β (y − Xβ)T (y − Xβ)
= (XT X)−1XT y Question: How to derive the closed-form solution?
SLIDE 6
Clustering
SLIDE 7
Finding hidden structure in data
SLIDE 8
Brain Liver Blood
Expression analysis
SLIDE 9
Single-cell expression analysis
SLIDE 10
Clustering: examples
SLIDE 11
Network clustering
SLIDE 12
Clustering
SLIDE 13
Clustering
SLIDE 14
SLIDE 15
Clustering algorithms
SLIDE 16
K-means
SLIDE 17
SLIDE 18
SLIDE 19
SLIDE 20
SLIDE 21
SLIDE 22
SLIDE 23
SLIDE 24
SLIDE 25
SLIDE 26
K-means for segmentation
SLIDE 27
When will K-means fail?
SLIDE 28
Hierarchical clustering
SLIDE 29
Agglomerative clustering
SLIDE 30
SLIDE 31
SLIDE 32
SLIDE 33
SLIDE 34
SLIDE 35
SLIDE 36
SLIDE 37
Complete Single
SLIDE 38