Viewing profile — laneb
laneb
HN member- Joined
- Thu, Mar 08, 2018, 8:28 AM UTC
- HN karma
- 13
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About laneb
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #16965970
Ah yeah that makes sense.
-
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…
-
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...
-
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…