So sánh phương pháp
Xem các phương pháp đã chọn cạnh nhau; những hàng khác biệt được làm nổi bật.
| K-Nearest Neighbors Bán Giám Sát× | Gaussian Process Bán Giám Sát× | |
|---|---|---|
| Lĩnh vực | Học máy | Học máy |
| Họ | Machine learning | Machine learning |
| Năm ra đời≠ | 2002 (semi-supervised extension); 1967 (KNN base) | 2004 |
| Người khởi xướng≠ | Zhu, X. & Ghahramani, Z. (label propagation); Cover, T. & Hart, P. (KNN base) | Lawrence, N. D. & Jordan, M. I. |
| Loại≠ | Semi-supervised classifier / label propagation | Probabilistic model (semi-supervised) |
| Công trình gốc≠ | Zhu, X. & Ghahramani, Z. (2002). Learning from labeled and unlabeled data with label propagation. Technical Report CMU-CALD-02-107, Carnegie Mellon University. link ↗ | Lawrence, N. D., & Jordan, M. I. (2004). Semi-supervised learning via Gaussian processes. In Advances in Neural Information Processing Systems (NIPS), 17, 753–760. MIT Press. link ↗ |
| Tên gọi khác | SS-KNN, semi-supervised KNN, KNN label propagation, graph-based semi-supervised KNN | SS-GP, semi-supervised GP, Gaussian process with unlabeled data, GP manifold learning |
| Liên quan≠ | 4 | 5 |
| Tóm tắt≠ | Semi-supervised KNN extends the classic K-nearest neighbors algorithm to exploit large pools of unlabeled data alongside a small labeled set. By building a KNN graph over all observations and propagating known labels through the graph's edges, the method infers labels for unlabeled points without requiring expensive manual annotation of every sample. | Semi-supervised Gaussian Process extends the probabilistic GP framework to exploit unlabeled data alongside a small set of labeled observations. By placing a GP prior over functions and leveraging the geometric structure revealed by unlabeled inputs, it learns more accurate and better-calibrated predictors than a purely supervised GP when labels are scarce, making it well suited for scientific and medical problems where annotation is expensive. |
| ScholarGateBộ dữ liệu ↗ |
|
|