神经网络集成方法

2018-07-29  本文已影响0人  xyq_learn

1. paper: Averaging Weights Leads to Wider Optima and Better Generalization
We show that simple averaging of multiple points along the trajectory of SGD, with a cyclical or constant learning rate, leads to better generalization than conventional training. We also show that this Stochastic Weight Averaging(SWA) procedure finds much broader optima than SGD, and approximates the recent Fast Geometric Ensembling (FGE) approach with a single model. Using SWA we achieve notable improvement in test accuracy over conventional SGD training on a range of state-of-the-art residual networks, PyramidNets, DenseNets, and ShakeShake networks on CIFAR-10, CIFAR-100, and ImageNet. In short, SWA is extremely easy to implement, improves generalization, and has almost no computational overhead.
2.随机加权平均 -- 在深度学习中获得最优结果的新方法

上一篇下一篇

猜你喜欢

热点阅读