Machine learningMachine learning
主动学习堆叠集成
主动学习堆叠集成(Active Learning Stacking Ensemble)将主动学习查询循环与堆叠泛化(stacked generalization)相结合:当存在一个未标记数据池时,模型会迭代选择信息量最大的实例进行人工标记,并利用这些标记来训练和优化一个由多个基础学习器(base learner)和一个元学习器(meta-learner)组成的堆叠集成模型。这种方法在最大化集成模型预测能力的同时,降低了标注成本。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Wolpert, D. H. (1992). Stacked generalization. Neural Networks, 5(2), 241–259. DOI: 10.1016/S0893-6080(05)80023-1 ↗
- Settles, B. (2012). Active Learning. Synthesis Lectures on Artificial Intelligence and Machine Learning. Morgan & Claypool Publishers. DOI: 10.2200/S00429ED1V01Y201207AIM018 ↗
如何引用本页
ScholarGate. (2026, June 3). Active Learning with Stacking Ensemble. ScholarGate. https://scholargate.app/zh/machine-learning/active-learning-stacking-ensemble
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.
- 主动学习机器学习↔ compare
- Boosting机器学习↔ compare
- 半监督堆叠集成机器学习↔ compare
- 堆叠法机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare