zoukankan      html  css  js  c++  java
  • 非线性支持向量机SVM

    非线性支持向量机SVM

    对于线性不可分的数据集, 我们引入了(参考:核方法·核技巧·核函数)

    ![](https://img2018.cnblogs.com/blog/1612966/201911/1612966-20191117095716569-1550628811.png)
    线性支持向量机的算法如下:
    ![](https://img2018.cnblogs.com/blog/1612966/201911/1612966-20191117095915188-441426928.png)
    将线性支持向量机转换成**非线性支持向量机**只需要将![](https://img2018.cnblogs.com/blog/1612966/201911/1612966-20191117100159483-138649839.png)变为**核函数**![](https://img2018.cnblogs.com/blog/1612966/201911/1612966-20191117100253403-143134191.png)即可: 非线性支持向量机的算法如下:
    ![](https://img2018.cnblogs.com/blog/1612966/201911/1612966-20191117112900711-1207153390.png)
  • 相关阅读:
    c学习第6天
    c学习第5天
    c学习第4天
    c学习第1天
    20171009/20171010/20171011
    20171010
    20171008
    20171007
    20171006
    matrix
  • 原文地址:https://www.cnblogs.com/hichens/p/11875506.html
Copyright © 2011-2022 走看看