Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| Bayesian One-Class SVM× | Isolation Forest× | |
|---|---|---|
| Obor | Strojové učení | Strojové učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2001–2010 | 2008 |
| Tvůrce≠ | Scholkopf et al. (base OCSVM); Bayesian extension via Tipping and others | Liu, F.T., Ting, K.M. & Zhou, Z.-H. |
| Typ≠ | Probabilistic anomaly detection | Unsupervised ensemble (random partitioning trees) |
| Původní zdroj≠ | 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 ↗ |
| Další názvy≠ | Bayesian OCSVM, Bayesian one-class classifier, probabilistic one-class SVM, Bayes-OCSVM | Isolation Forest (Aykırı Değer Tespiti), iForest, isolation forest anomaly detection |
| Příbuzné≠ | 6 | 5 |
| Shrnutí≠ | 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. |
| ScholarGateDatová sada ↗ |
|
|