This repository has been archived on 2020-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
ml/svm/README.md

14 lines
374 B
Markdown

# 支持向量机
## 相关数学知识
1. [核函数](https://www.jianshu.com/p/a3d9f75546b3)
2. [凸优化](https://blog.csdn.net/qq_39422642/article/details/78816637) https://blog.csdn.net/qq_39422642/article/details/78816637
## 线性可区分和线性不可区分
## 超平面
![超平面公式](https://img.zeekling.cn/images/2020/04/25/20170817153338491.png)