美文网首页
神经网络集成方法

神经网络集成方法

作者: xyq_learn | 来源:发表于2018-07-29 11:34 被阅读0次

    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.随机加权平均 -- 在深度学习中获得最优结果的新方法

    相关文章

      网友评论

          本文标题:神经网络集成方法

          本文链接:https://www.haomeiwen.com/subject/xtyzmftx.html