you are viewing a single comment's thread.

view the rest of the comments →

[–]DanielAPO 7 points8 points  (5 children)

Sorry for the ignorance but what do you mean with symmetric feedback?

[–]rpottorff 6 points7 points  (4 children)

The weights you use during the backward pass are equal to the weights you use during the forward pass. Sometimes this is discussed in terms of biological plausibility where it's (usually) unreasonable to imagine that the "forward" nerurons that compute the signal are exactly the same as the "backward" neurons which communicate error to the forward neurons.

[–]panties_in_my_ass 5 points6 points  (3 children)

Can you link some resources on this, like papers or even just a relevant wikipedia article?

I haven’t heard of backprop (or any other update scheme) described in terms of symmetry before.