Viewing profile — wlamond
wlamond
HN member- Joined
- Tue, Dec 09, 2014, 7:10 PM UTC
- HN karma
- 9
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About wlamond
No profile information was provided.
Recent public activity
-
comment
Comment #42638581
A digital picture frame. The one I have gets a custom email address that family can use to send me pictures, or they can use an app to add pics. It's been great having pics of sibl…
-
comment
Comment #33020303
Thanks for the article! What tool do you use to create the figures? I like the sketch style. For anyone else, what tools do you recommend for generating pretty for system architect…
-
comment
Comment #19432492
He's saying there are 1000 possible PINs (000-999) if you don't have the unique digit constraint.
-
comment
Comment #14559745
I bet we could. The length of each utterance, the number of exchanges between agents, and the entropy of the symbols used in the utterances could give you some measure of efficienc…
-
comment
Comment #14556369
It'd be interesting if the agents developed their own language during the reinforcement learning stage that is unintelligible to humans but allows them to quickly navigate the nego…
-
comment
Comment #14548227
The data should have been split into train, validation, and test sets before augmentation was applied. As it is now, there are likely examples in the validation and test sets that …
-
comment
Comment #13728544
Given the marketing toward HPC tasks, shouldn't hyper-threading be disabled?
-
comment
Comment #11957314
"And then (this is hard for coders) trusting the systems to do the work." Like you say, it can be easy to think that something works when it really doesn't. I hope that the above q…
-
comment
Comment #9329189
I was in my first data structures class when this paper was published. We had just covered red black trees, so this made for an interesting deviation from the standard curriculum. …
-
comment
Comment #8840452
Sort of. There are out-of-core learning algorithms (e.g. SGD) that work on data that doesn't entirely fit in main memory. Please see: http://scikit-learn.org/stable/auto_examples/a…
-
comment
Comment #8724943
I don't work at Google, but I think they do that to gather click through data for links and positions on the results page. Simply linking to the destination would prevent them from…