当前位置:网站首页>SVM介绍以及实战
SVM介绍以及实战
2022-08-04 03:46:00 【ㄣ知冷煖*】
前言
在龙岗的时候就在想着什么时候学习SVM了,回想起来好像已经过了很久很久了!
一、SVM介绍
SVM介绍:SVM,全称是support vertor machine,直译过来是支持向量机,属于监督学习算法。
原理:支持向量机是一个线性分类器,其定义在于找到一个界限,使得两边的样本都离这个界限足够远。这个界限被称之为超平面。超平面一般是直线或者是平面。在SVM中,样本点距离直线的距离,代表着样本分类的可信程度。
最好的情况:对于SVM来说,最好的分类情况是,超平面对每个类别最近的元素距离最远。
优点:
1、可以在数据量有限的情况下很好地完成任务,即适合小批量数据。
2、对于数据的要求很低,并不要求数据符合什么样的分布,只要存在边界就可以。
3、过拟合的概率不高。
4、在抽样的数据上依然会表现的很好。
劣势:
作为一个线性模型,分类的边界只能是线型的,哪怕升维,在高维也是线型的。即面对非线性问题时,表现较差。
二、SVM实战
参考文章:
支持向量机svm原理谁会的,可以教教我?.
支持向量机(SVM)是什么意思?.
支持向量机(SVM)——原理篇.
总结
边栏推荐
- How to systematically plan and learn software testing?
- 高效IO模型
- JVM的内存模型简介
- Hey, I had another fight with HR in the small group!
- STM8S project creation (STVD creation) --- use COSMIC to create a C language project
- Postgresql source code (66) insert on conflict grammar introduction and kernel execution process analysis
- 千兆2光8电管理型工业以太网交换机WEB管理X-Ring一键环网交换机
- Architecture of the actual combat camp module three operations
- 安装postgis时报找不到“POSTGIS_VERSION”这个函数
- Asynchronous programming solution Generator generator function, iterator iterator, async/await, Promise
猜你喜欢
随机推荐
4路双向HDMI综合业务高清视频光端机8路HDMI高清视频光端机
Embedded database development programming MySQL (full)
【观察】超聚变:首提“算网九阶”评估模型,共建开放繁荣的算力网络
y86.第四章 Prometheus大厂监控体系及实战 -- prometheus存储(十七)
kingbaseES V8R2/R3 表在指定表空间,为何显示为默认表空间?
XSS related knowledge points
张量篇-应用案例
网络工程师入门必懂华为认证体系,附系统学习路线分享
SQL injection in #, - +, - % 20, % 23 is what mean?
STM8S105k4t6c---------------Light up LED
Learn iframes and use them to solve cross-domain problems
Asynchronous programming solution Generator generator function, iterator iterator, async/await, Promise
创新互融|华秋赋能助力OpenHarmony生态硬件开发落地
解决问题遇到的问题
docker+bridge+redis master-slave+sentry mode
Deep learning -- CNN clothing image classification, for example, discussed how to evaluate neural network model
十一种概率分布
Functions, recursion and simple dom operations
【源码】使用深度学习训练一个游戏
Significant differences between Oracle and Postgresql in PLSQL transaction rollback