Live data from Hacker News

Viewing profile — melvinzzz

melvinzzz

HN member
Joined
Thu, May 17, 2018, 9:16 PM UTC
HN karma
5
Public activity
2 items

About melvinzzz

No profile information was provided.

Recent public activity

  1. comment
    Comment #41427478

    That was 500 KHz, and the latest versions are at 1MHz, so still 1000 times slower than a 1Ghz machine, but it’s easy to parallelize the workload, so it’s really mostly a cost of co…

  2. comment
    Comment #17127369

    Here the way autodiff for a simple 1-D concatenation is computed. First we write the concat itself: function (A[SA], B[SB]) -> (O) { O[i : SA + SB] = +(A[i] + B[i - SA]); } Note, t…