Machine learningMachine learning
贝叶斯单类支持向量机
贝叶斯单类支持向量机(Bayesian one-class SVM)将经典的单类支持向量机(它围绕正常训练样本学习一个紧密的边界)与贝叶斯推断相结合,以生成校准的异常概率估计,而不仅仅是二元标记。这允许对新颖性决策进行不确定性量化,使得当后续操作依赖于模型对新观测值异常的置信度时,该方法更适用。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- 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 ↗
- Tipping, M. E. (2001). Sparse Bayesian learning and the relevance vector machine. Journal of Machine Learning Research, 1, 211–244. link ↗
如何引用本页
ScholarGate. (2026, June 3). Bayesian One-Class Support Vector Machine. ScholarGate. https://scholargate.app/zh/machine-learning/bayesian-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
- 高斯过程机器学习↔ compare
- 孤立森林 (Isolation Forest)机器学习↔ compare
- 单类支持向量机机器学习↔ compare
- 鲁棒单类支持向量机 (Robust One-Class SVM)机器学习↔ compare