首页 正文

Learning in the Machine: Random Backpropagation and the Deep Learning Channel

{{output}}
Random backpropagation (RBP) is a variant of the backpropagation algorithm for training neural networks, where the transpose of the forward matrices are replaced by fixed random matrices in the calculation of the weight updates. It is remarkable both because o... ...