Machine learningMachine learning
自监督 LightGBM
自监督 LightGBM 将自监督学习范式与 LightGBM 梯度提升框架相结合,以利用大量的无标签表格数据。通过掩码特征预测或对比性损坏等自监督预设任务,可以生成丰富的特征表示或伪标签,然后用于训练或微调 LightGBM 模型,从而在标签稀疏的场景下显著提高性能。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Ke, G., Meng, Q., Finley, T., Wang, T., Chen, W., Ma, W., Ye, Q., & Liu, T.-Y. (2017). LightGBM: A Highly Efficient Gradient Boosting Decision Tree. Advances in Neural Information Processing Systems, 30. link ↗
- Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020). A Simple Framework for Contrastive Self-Supervised Learning. Proceedings of the 37th International Conference on Machine Learning (ICML). link ↗
如何引用本页
ScholarGate. (2026, June 3). Self-supervised Learning with LightGBM (Gradient Boosting with Self-supervised Pretraining). ScholarGate. https://scholargate.app/zh/machine-learning/self-supervised-lightgbm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 梯度提升(Gradient Boosting)机器学习↔ compare
- LightGBM机器学习↔ compare
- 自监督学习机器学习↔ compare
- 半监督 LightGBM机器学习↔ compare
- 迁移学习机器学习↔ compare
- XGBoost机器学习↔ compare