- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Support Vector Machine and Its Applications
Support Vector Machine Its Applications Mingyue Tan The University of British Columbia Nov 26, 2004 Overview Intro. to Support Vector Machines (SVM) Properties of SVM Applications Gene Expression Data Classification Text Categorization if time permits Discussion 从几何上说,支持向量机就是要在r 维空间中寻找到最佳决策面,该决策面能最好地区分正例和反例,使正例与反例之间的分类间隔最大。SVM 的基本思想可以用正例和反例线性可分的情况来说明,如图3 中二维线性可分情况所示。图中,实心点和空心点代表两类样本,H为分类线,H1、H2 分别为过各类中离分类线最近的样本且平行于分类线的直线,它们之间的距离叫做分类间隔(margin)。可以选择不同的平行线集来区分正例与反例,而支持向量机选择使平行线区间间隔最大的一组作为最佳决策面。最佳决策面上的样本称为支持向量。 Linear SVM Mathematically What we know: w . x+ + b = +1 w . x- + b = -1 w . (x+-x-) = 2 Lagrange multipliers and KKT theorem Dual Problem(1) Dual Problem(2) Advantages of Dual Form with simpler constraints, and convex quadratic program algorithms could be applied; the dimension of input space is replaced by the number of input patterns; both the final decision function and the function be maximized are expressed in dot products, which could be computed by a kernel in high dimension space. Soft Margin Classification Mercer Theorem: Nonlinear SVM - Overview Properties of SVM Flexibility in choosing a similarity function Sparseness of solution when dealing with large data sets - only support vectors are used to specify the separating hyperplane Ability to handle large feature spaces - complexity does not depend on the dimensionality of the feature space Overfitting can be controlled by soft margin approach Nice math property: a simple convex optimization problem which is guaranteed to converge to a single global solution Feature Selection SVM Applications SVM has been used successfully in many real-world problems - text (and hypertext) categorization - image classification - bioinformatics (Protein classification, Cancer classification) - hand-written character recognition Application 1: Cancer Classification High Dimensional - p1000; n100 Imbalanced - less positive samples
文档评论(0)