Extending linear models

1. 支持向量机能利用线性模型来实现对非线性分类边界的描绘。

the trick is easy: transform the input using a nonlinear mapping; in other words, transform the instance space into a new space.由于用了非线性映射,在新空间里的一条直线,在原来的空间里看起来却不是直的。在新空间里建立的线性模型可以代表在原来空间里的非线性决策边界。

2. the maximum margin hyperplane - 最大边际超平面

SVM is based on an algorithm that finds a special kind of linear model: the maximum margin hyperplane.

最靠近最大边际超平面的实例即距离超平面最近的实例,称为支持向量。每个类至少有一个支持向量,经常是多个。

寻找实例集的支持向量,并决定参数b和ai,属于标准的优化问题,称为受限的二次优化(constrained quadratic optimization)。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值