BriefGPT.xyz
Jun, 2020
直接反馈对齐在现代深度学习任务和架构中的拓展
Direct Feedback Alignment Scales to Modern Deep Learning Tasks and Architectures
HTML
PDF
Julien Launay, Iacopo Poli, François Boniface, Florent Krzakala
TL;DR
本文探讨了替代反向传播算法的方案,研究了直接反馈对神经视图合成、推荐系统、几何学习和自然语言处理的适用性,并发现该方案可以成功训练各种现代深度学习架构,其性能接近于微调的反向传播,支持在没有权重传输的情况下解决具有挑战性的任务。
Abstract
Despite being the workhorse of deep learning, the
backpropagation algorithm
is no panacea. It enforces sequential layer updates, thus preventing efficient
parallelization
of the training process. Furthermore, its
→