Machine learningMachine learning
半监督单类支持向量机
半监督单类支持向量机(Semi-supervised One-class SVM)通过结合少量已知的正常样本和大量未标记的观测数据,扩展了经典的单类支持向量机异常检测器。未标记数据有助于模型在特征空间中学习到更紧凑、信息量更丰富的决策边界,从而减少假阳性并提高异常召回率,优于纯粹的无监督基线方法。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Munoz, A. & Muruzabal, J. (2004). Self-Organising Maps for Outlier Detection. Neurocomputing, 58–60, 953–956. link ↗
- Scholkopf, B., Platt, J. C., Shawe-Taylor, J., Smola, A. J., & Williamson, R. C. (2001). Estimating the support of a high-dimensional distribution. Neural Computation, 13(7), 1443–1471. DOI: 10.1162/089976601750264965 ↗
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised One-Class Support Vector Machine. ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-one-class-svm
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.
- 自动编码器异常检测机器学习↔ compare
- 高斯过程机器学习↔ compare
- 孤立森林 (Isolation Forest)机器学习↔ compare
- 单类支持向量机机器学习↔ compare
- 半监督学习机器学习↔ compare