Linear regression How to measure the accuracy of linear regression - - PowerPoint PPT Presentation

linear regression how to measure the accuracy of linear
SMART_READER_LITE
LIVE PREVIEW

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 1

Linear regression

slide-2
SLIDE 2

How to measure the accuracy of linear regression models

slide-3
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
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
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
SLIDE 6

Clustering

slide-7
SLIDE 7

Finding hidden structure in data

slide-8
SLIDE 8

Brain Liver Blood

Expression analysis

slide-9
SLIDE 9

Single-cell expression analysis

slide-10
SLIDE 10

Clustering: examples

slide-11
SLIDE 11

Network clustering

slide-12
SLIDE 12

Clustering

slide-13
SLIDE 13

Clustering

slide-14
SLIDE 14
slide-15
SLIDE 15

Clustering algorithms

slide-16
SLIDE 16

K-means

slide-17
SLIDE 17
slide-18
SLIDE 18
slide-19
SLIDE 19
slide-20
SLIDE 20
slide-21
SLIDE 21
slide-22
SLIDE 22
slide-23
SLIDE 23
slide-24
SLIDE 24
slide-25
SLIDE 25
slide-26
SLIDE 26

K-means for segmentation

slide-27
SLIDE 27

When will K-means fail?

slide-28
SLIDE 28

Hierarchical clustering

slide-29
SLIDE 29

Agglomerative clustering

slide-30
SLIDE 30
slide-31
SLIDE 31
slide-32
SLIDE 32
slide-33
SLIDE 33
slide-34
SLIDE 34
slide-35
SLIDE 35
slide-36
SLIDE 36
slide-37
SLIDE 37

Complete Single

slide-38
SLIDE 38

Application to breast cancer expression data