Skip to content

siarez/random_feedback_weights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recently, I came across a paper called Random feedback weights support learning in deep neural networks. I found it very fascinating that they were able to match the performance of backpropagation algorithm by propagating the error through random weights! (instead of the same weights they used for forward prop) Yes random weights! The idea is inspired by the biological limitation of the brain to deliver exact backpropagation information.

I decided to replicate this paper and take a closer look for myself. Here is what I found out: http://www.siarez.com/projects/random-backpropogation

About

Backpropogation with random weights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages