文章目录 1. 机器学习集成方法1.1 bagging1.2 boosting1.3 blend/average1.4 stacking 2. 深度学习中的模型集成2.1 dropout2.2 Test time augmentation2.3 snapshot ensembke/stochastic weight averageing 3. 伪标签3.1 知识蒸馏Tinybert 4. kernel预测细节 1. 机器学习集成方法 1.1 bagging 1.2 boosting 1.3 blend/average 1.4 stacking 2. 深度学习中的模型集成 2.1 dropout dropout在训练时进行打开在测试时进行关闭 2.2 Test time augmentation 2.3 snapshot ensembke/stochastic weight averageing 3. 伪标签 Pseudo Label 3.1 知识蒸馏 Tinybert 知识蒸馏 4. kernel预测细节