Machine learning
支持向量机(分类)
支持向量机(Support Vector Machine, SVM)由 Corinna Cortes 和 Vladimir Vapnik 于 1995 年提出,它是一种在 高维空间中寻找类别间最优分离超平面 的分类器。它选择能够留下 与最近训练点 最大间隔 的边界,这使得其决策在新数据上具有鲁棒性。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
+9 more
来源
- Cortes, C. & Vapnik, V. (1995). Support-Vector Networks. Machine Learning, 20, 273–297. DOI: 10.1007/BF00994018 ↗
如何引用本页
ScholarGate. (2026, June 1). Support Vector Machine (SVM — Classification). ScholarGate. https://scholargate.app/zh/machine-learning/svm-classification
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- K-Nearest Neighbors机器学习↔ compare
- 逻辑回归研究统计学↔ compare
- 朴素贝叶斯 (Naive Bayes) 是一种快速的概率分类器,它应用贝叶斯定理,同时假设特征在给定类别时是条件独立的机器学习↔ compare
- 随机森林机器学习↔ compare
- 支持向量回归机器学习↔ compare