Live data from Hacker News

Viewing profile — asdavis

asdavis

HN member
Joined
Tue, Oct 21, 2014, 4:21 PM UTC
HN karma
1
Public activity
2 items

About asdavis

No profile information was provided.

Recent public activity

  1. comment
    Comment #8488107

    It looks like there are still reverse signals (eg., deltas), but they are multiplied by a random matrix B instead of the usual transpose of the weight matrix for that layer. Am I m…

  2. comment
    Comment #8488101

    I believe instead of multiplying the delta by W^t to backpropagate the error from layer l to l-1, you multiply it by a random projection B. It's hard to dig deeper because there do…