পদ্ধতির তুলনা করুন
নির্বাচিত পদ্ধতিগুলো পাশাপাশি পর্যালোচনা করুন; যে সারিগুলোয় পার্থক্য আছে সেগুলো চিহ্নিত করা হয়।
| আধা-পর্যবেক্ষিত গ্রেডিয়েন্ট বুস্টিং× | আধা-তত্ত্বাবধানাধীন শিখন (Semi-supervised Learning)× | |
|---|---|---|
| ক্ষেত্র | যন্ত্র শিখন | যন্ত্র শিখন |
| পরিবার | Machine learning | Machine learning |
| উদ্ভবের বছর≠ | 2006–2010s | 1970s–2006 (formalized) |
| প্রবর্তক≠ | Chapelle, Scholkopf & Zien (eds.); applied to GBM variants in subsequent literature | Vapnik, V. N. and others (community of researchers, 1970s–2000s) |
| ধরন≠ | Semi-supervised ensemble (self-training + gradient boosted trees) | Learning paradigm |
| মৌলিক উৎস≠ | Yarowsky, D. (1995). Unsupervised word sense disambiguation rivaling supervised methods. Proceedings of ACL 1995, 189–196. (Foundational self-training framework underlying pseudo-label approaches.) link ↗ | Chapelle, O., Scholkopf, B., & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9 |
| অপর নাম | pseudo-label gradient boosting, self-training GBM, semi-supervised GBT, label-propagation boosting | SSL, semi-supervised machine learning, transductive learning, label-efficient learning |
| সম্পর্কিত≠ | 6 | 5 |
| সারসংক্ষেপ≠ | Semi-supervised gradient boosting combines gradient boosted trees with self-training or pseudo-labeling to exploit large pools of unlabeled data alongside a small labeled set. An initial GBM fit on labeled data assigns confident predictions to unlabeled examples; those pseudo-labeled points are folded back into training and the model is re-boosted, iterating until convergence. This allows practitioners to harness cheap unlabeled data when labels are scarce or expensive. | Semi-supervised learning (SSL) is a machine learning paradigm that trains models using a small set of labeled examples together with a much larger pool of unlabeled data. By leveraging the structure inherent in unlabeled data, SSL achieves accuracy closer to fully supervised models while requiring far fewer costly manual labels — making it practical when labeling is expensive, slow, or resource-constrained. |
| ScholarGateডেটাসেট ↗ |
|
|