เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| การถดถอยเชิงเส้นแบบกึ่งมีผู้สอน× | การถดถอยเชิงเส้น (Linear Regression) (ML)× | |
|---|---|---|
| สาขาวิชา | การเรียนรู้ของเครื่อง | การเรียนรู้ของเครื่อง |
| ตระกูล | Machine learning | Machine learning |
| ปีกำเนิด≠ | 2005–2006 | 1805–1809 |
| ผู้ริเริ่ม≠ | Chapelle, O.; Scholkopf, B.; Zien, A. (seminal synthesis); Zhou & Li (co-training formulation) | Legendre, A.-M. & Gauss, C.F. |
| ประเภท≠ | Semi-supervised regression model | Supervised regression |
| แหล่งต้นตำรับ≠ | Chapelle, O., Scholkopf, B., & Zien, A. (Eds.). (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9 | Hastie, T., Tibshirani, R. & Friedman, J. (2009). The Elements of Statistical Learning: Data Mining, Inference, and Prediction (2nd ed., Ch. 3). Springer. ISBN: 978-0-387-84858-7 |
| ชื่อเรียกอื่น | SSL linear regression, semi-supervised least squares, transductive linear regression, label-efficient linear regression | ordinary least squares regression, OLS, least squares regression, multiple linear regression |
| ที่เกี่ยวข้อง≠ | 4 | 5 |
| สรุป≠ | Semi-supervised linear regression fits a linear model on a small labeled dataset and then leverages a larger pool of unlabeled observations to improve coefficient estimates and generalization. By generating pseudo-labels for unlabeled points and iteratively refining the model, it achieves better predictive accuracy than a purely supervised linear model trained on scarce labels alone. | Linear regression fits a straight-line relationship between one or more input features and a continuous numeric outcome by minimising the sum of squared prediction errors. As a machine-learning model it is trained on labeled examples and evaluated on held-out data, making it the simplest supervised learning baseline for any regression task. |
| ScholarGateชุดข้อมูล ↗ |
|
|