Porovnať metódy
Prezrite si vybrané metódy vedľa seba; riadky, ktoré sa líšia, sú zvýraznené.
| Samoučiacia sa metóda Support Vector Machine× | Kernel PCA× | |
|---|---|---|
| Odbor | Strojové učenie | Strojové učenie |
| Rodina≠ | Machine learning | Latent structure |
| Rok vzniku≠ | 2019–2021 | 1998 |
| Tvorca≠ | Various (integration of self-supervised learning with SVM classifiers, ~2019–2021) | Schölkopf, B.; Smola, A. J.; Müller, K.-R. |
| Typ≠ | Hybrid (self-supervised pretraining + SVM classifier) | Nonlinear dimensionality reduction via kernel trick |
| Pôvodný zdroj≠ | De Palma, A., Bucarelli, M. S., Goyal, P., & Silvestri, F. (2021). Self-supervised Support Vector Machine. Proceedings of the AAAI Workshop on Self-Supervised Learning for the Internet of Things. link ↗ | Schölkopf, B., Smola, A. J., & Müller, K.-R. (1998). Nonlinear component analysis as a kernel eigenvalue problem. Neural Computation, 10(5), 1299–1319. DOI ↗ |
| Ďalšie názvy | Self-supervised SVM, SS-SVM, semi-self-supervised SVM, self-supervised kernel SVM | KPCA, kernel PCA, nonlinear PCA via kernel trick, kernel eigenvalue decomposition |
| Príbuzné | 5 | 5 |
| Zhrnutie≠ | A Self-supervised Support Vector Machine combines self-supervised pretraining — learning representations from unlabeled data via pretext tasks — with a Support Vector Machine classifier trained on the resulting features. This hybrid approach enables strong classification performance even when labeled data is scarce, by leveraging the structure embedded in large unlabeled datasets before applying the SVM's margin-maximization objective. | Kernel Principal Component Analysis (Kernel PCA) is a nonlinear dimensionality-reduction method introduced by Bernhard Schölkopf, Alexander Smola, and Klaus-Robert Müller in 1997–1998. It extends classical linear PCA to curved, non-linear data manifolds by implicitly mapping input data into a high-dimensional feature space via a kernel function, then performing standard PCA in that space — all without ever computing the mapping explicitly. |
| ScholarGateDátová sada ↗ |
|
|