השוואת שיטות
סקרו את השיטות שבחרתם זו לצד זו; שורות שבהן יש הבדל מודגשות.
| מודל תערובת גאוסיאנית מרוגולרת× | מכונת וקטורים תומכים חד-מחלקתית (One-Class SVM)× | |
|---|---|---|
| תחום | למידת מכונה | למידת מכונה |
| משפחה | Machine learning | Machine learning |
| שנת המקור≠ | 2000s–2010s | 1999–2001 |
| הוגה השיטה≠ | Fraley, C. & Raftery, A. E. (regularization formalized); sklearn team (practical reg_covar parameter) | Scholkopf, B., Platt, J. C., Smola, A. J., Williamson, R. C. |
| סוג≠ | Probabilistic clustering with regularization | Anomaly / novelty detection (unsupervised) |
| מקור מכונן≠ | Fraley, C. & Raftery, A. E. (2002). Model-based clustering, discriminant analysis, and density estimation. Journal of the American Statistical Association, 97(458), 611–631. DOI ↗ | 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 ↗ |
| כינויים | Regularized GMM, GMM with covariance regularization, stabilized Gaussian mixture model, penalized GMM | OCSVM, one-class support vector machine, novelty SVM, unsupervised SVM |
| קשורות≠ | 5 | 3 |
| תקציר≠ | A Regularized Gaussian Mixture Model (GMM) adds a small positive constant to the diagonal of each component covariance matrix during the Expectation-Maximization algorithm, preventing singular or near-singular matrices that cause numerical failures when the data are sparse, high-dimensional, or contain near-duplicate observations. | One-class SVM is an unsupervised anomaly and novelty detection algorithm that learns a tight boundary around normal training data in a kernel-induced feature space, flagging new observations that fall outside that boundary as outliers. Introduced by Scholkopf et al. in 1999–2001, it extends the SVM framework to the single-class setting where no labelled anomalies are available. |
| ScholarGateמערך נתונים ↗ |
|
|