Compară metode
Examinează metodele selectate una lângă alta; rândurile care diferă sunt evidențiate.
| SVM bayesian de o singură clasă× | Isolation Forest× | |
|---|---|---|
| Domeniu | Învățare automată | Învățare automată |
| Familie | Machine learning | Machine learning |
| Anul apariției≠ | 2001–2010 | 2008 |
| Autorul original≠ | Scholkopf et al. (base OCSVM); Bayesian extension via Tipping and others | Liu, F.T., Ting, K.M. & Zhou, Z.-H. |
| Tip≠ | Probabilistic anomaly detection | Unsupervised ensemble (random partitioning trees) |
| Sursa seminală≠ | 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 ↗ | Liu, F.T., Ting, K.M. & Zhou, Z.-H. (2008). Isolation Forest. IEEE ICDM, 413–422. DOI ↗ |
| Denumiri alternative≠ | Bayesian OCSVM, Bayesian one-class classifier, probabilistic one-class SVM, Bayes-OCSVM | Isolation Forest (Aykırı Değer Tespiti), iForest, isolation forest anomaly detection |
| Înrudite≠ | 6 | 5 |
| Rezumat≠ | Bayesian one-class SVM combines the classical one-class support vector machine — which learns a tight boundary around normal training examples — with Bayesian inference to produce calibrated probability estimates of anomaly, rather than only a binary flag. This allows uncertainty quantification over the novelty decision, making the approach more suitable when downstream actions depend on how confident the model is that a new observation is anomalous. | Isolation Forest is an unsupervised machine-learning method for anomaly and outlier detection, introduced by Liu, Ting and Zhou in 2008, that isolates anomalies through random partitioning of the data. It works without any labelled anomaly data and scales to high-dimensional datasets. |
| ScholarGateSet de date ↗ |
|
|