Live data from Hacker News

Viewing profile — laneb

laneb

HN member
Joined
Thu, Mar 08, 2018, 8:28 AM UTC
HN karma
13
Public activity
5 items

About laneb

No profile information was provided.

Recent public activity

  1. comment
    Comment #19322261

    I appreciate the author showing some of the math that drives the optimization. As a reader, I'd suggest introducing SGD ahead of the PD calculations, because it would give a cleare…

  2. comment
    Comment #16965970

    Ah yeah that makes sense.

  3. comment
    Comment #16965649

    The typical operation applied to sets of functions is composition, so idempotency of a function f is the condition that f(f(x)) = f(x) for all x in the domain of f. I don't think t…

  4. comment
    Comment #16551583

    Nothing about names like StopIteration and AttributeError indicate to me that I should use them for control flow. Python just instructs me to use them that way...

  5. comment
    Comment #16543135

    The birthday paradox arises because the probability that two candidates do not match is small compared to the number of candidates. In this case, the candidates are photos and a ma…