1 / 13

Lecture outline

Lecture outline. Support vector machines. Find a linear hyperplane (decision boundary) that will separate the data. Support Vector Machines. One Possible Solution. Support Vector Machines. Another possible solution. Support Vector Machines. Other possible solutions.

jenna
Download Presentation

Lecture outline

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. Lecture outline • Support vector machines

  2. Find a linear hyperplane (decision boundary) that will separate the data Support Vector Machines

  3. One Possible Solution Support Vector Machines

  4. Another possible solution Support Vector Machines

  5. Other possible solutions Support Vector Machines

  6. Which one is better? B1 or B2? How do you define better? Support Vector Machines

  7. Find hyperplane maximizes the margin => B1 is better than B2 Support Vector Machines

  8. Support Vector Machines

  9. Support Vector Machines • We want to maximize: • Which is equivalent to minimizing: • But subjected to the following constraints: • This is a constrained optimization problem • Numerical approaches to solve it (e.g., quadratic programming)

  10. Support Vector Machines • What if the problem is not linearly separable?

  11. Support Vector Machines • What if the problem is not linearly separable? • Introduce slack variables • Need to minimize: • Subject to:

  12. Nonlinear Support Vector Machines • What if decision boundary is not linear?

  13. Nonlinear Support Vector Machines • Transform data into higher dimensional space

More Related