Methoden vergleichen
Prüfen Sie die ausgewählten Methoden nebeneinander; abweichende Zeilen sind hervorgehoben.
| Selbstüberwachtes Support Vector Machine× | Kernel PCA× | |
|---|---|---|
| Fachgebiet | Maschinelles Lernen | Maschinelles Lernen |
| Familie≠ | Machine learning | Latent structure |
| Entstehungsjahr≠ | 2019–2021 | 1998 |
| Urheber≠ | 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 |
| Wegweisende Quelle≠ | 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 ↗ |
| Aliasnamen | Self-supervised SVM, SS-SVM, semi-self-supervised SVM, self-supervised kernel SVM | KPCA, kernel PCA, nonlinear PCA via kernel trick, kernel eigenvalue decomposition |
| Verwandt | 5 | 5 |
| Zusammenfassung≠ | 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. |
| ScholarGateDatensatz ↗ |
|
|