14
Daphne’s Approximate Group of Students

Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

  • View
    218

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Daphne’sApproximateGroup ofStudents

Page 2: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Outline

Linear Regression Unregularized L2 Regularized

What is a GP? Prediction with a GP Relationship to SVM Implications

What does this mean?

Page 3: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Linear Regression Predicting Y given X Y = wtx + n

w_ml = argmax y[m+1] = w_mltx[m+1]

Page 4: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

L2 Regularized Lin Reg L2 Regularized (Gaussian Prior on w)

Y = wtx + n w ~ N(0,S) w_map = argmax blah + ||w||^2

Page 5: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

What is a random process?

It’s a prior over functions

Page 6: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

What is a Gaussian Process?

It’s a prior over functions that generalized a Gaussian Random Vector

Prior over Y(x) ~ N(0,I)

Page 7: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Alternate Definition The thing with Euler’s equation

Page 8: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

This is weird Not used to thinking of prior over Ys Or are we?

We ARE used to thining about prior over w What prior over y does this induce

Page 9: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Math P(w) -> P(Y) Wow! This became a Gaussian Process!

Page 10: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Prediction with a GP Predict y*[m+1] given y[1]…y[m]

We get a covariance = error bars Wow! This prediction is the same as w_map

but we get error bars!

Page 11: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Generalize that shit - Covariance Functions

Note that we have a thing here that is defined by C(x1,x2) which can be kernelized

Has to be pos semidefinite Is a kernel function

Page 12: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Relationship to SVM

Page 13: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

Example

Page 14: Daphne’s Approximate Group of Students. Outline Linear Regression Unregularized L2 Regularized What is a GP? Prediction with a GP Relationship to SVM

How do we reconcile these views?

Does this change anything?