1 / 2
Computing the Margin
20 likes | 157 Vues
This appendix explores the concept of margin in Support Vector Machines (SVM) by analyzing the equation W · X + b = 0. It delves into the geometric interpretation of the margin, defined as W/|W| · (a2 - a1)X1, showcasing how the margin is influenced by the parameters a1 and a2. Through this analysis, we establish the formula for the margin as 2/|W|, demonstrating its significance in separating hyperplanes in SVMs. A clear understanding of these fundamentals aids in grasping the efficiency of SVM in classification tasks.
Télécharger la présentation
Computing the Margin
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
Computing the Margin Appendix to the SVM Lecture
X2 W dot X + b = 0 W dot X + b = 1 Margin = W/|W| dot (a2-a1)X1 Thus, Margin = 2/|W| W/|W| (a2-a1)X1 X1 a1 a2
More Related