1 / 8

SVM for Regression

SVM for Regression. DMML Lab 04/20/07. SVM Recall. Two-class classification problem using linear model:. In linear regression, we minimize the error function:. Regularized Error Function. Replace the quadratic error function by Є -insensitive error function :.

borna
Télécharger la présentation

SVM for Regression

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SVM for Regression DMML Lab 04/20/07

  2. SVM Recall Two-class classification problem using linear model:

  3. In linear regression, we minimize the error function: Regularized Error Function Replace the quadratic error function by Є-insensitive error function: An example of Є-insensitive error function:

  4. Slack Variables For a target point to lie inside the tube: Introduce slack variables to allow points to lie outside the tube:

  5. Error Function for Support Vector Regression Minimize: Subject to: and

  6. Lagrangian Minimize:

  7. Dual Form of Lagrangian Maximize: Prediction can be made using:

  8. How to determine b? Karush-Kuhn-Tucker (KKT) conditions: Support vectors are points that lie on the boundary or outside the tube

More Related