![]() |
computing w, b for soft margin SVM
When we compute w from the alphas for the soft-margin SVM which values of alpha do we include? only margin support vectors ( those with 0 < alpha_n < C)? or do we include all of them (0 < alpha_n <= C)?
Similarly, when computing b, can we use any support vector? or only margin support vectors? |
Re: computing w, b for soft margin SVM
Quote:
When we use kernel functions with soft SVMs (problem 2 etc), where there is no explicit w, does the above translate to : * 1==> Use all support vectors to compute the sigma term in the hypothesis function g() * 2==> Use only margin support vectors for b (which is also used in g() I was wondering if this aspect was covered in the lecture or any of the additional material -- I seem to have missed. |
Re: computing w, b for soft margin SVM
Quote:
![]() ![]() ![]() ![]() ![]() ![]() In the case of kernels, the explicit evaluation of ![]() ![]() ![]() |
Re: computing w, b for soft margin SVM
|
All times are GMT -7. The time now is 04:52 AM. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
The contents of this forum are to be used ONLY by readers of the Learning From Data book by Yaser S. Abu-Mostafa, Malik Magdon-Ismail, and Hsuan-Tien Lin, and participants in the Learning From Data MOOC by Yaser S. Abu-Mostafa. No part of these contents is to be communicated or made accessible to ANY other person or entity.