Viewing profile — nickhuh
nickhuh
HN member- Joined
- Fri, Sep 05, 2014, 3:57 AM UTC
- HN karma
- 89
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About nickhuh
No profile information was provided.
Recent public activity
-
comment
Comment #26136170
There's a lot of interest in various ML communities on more efficient training and inference. Both vision and NLP have had a growing focus on these problems in recent years. I thin…
-
comment
Comment #25973005
It's a good point and the study does some investigation of the question in Section 7 [1]. They find the trend seems to generalize across multiple speaker identities. Personal exper…
-
comment
Comment #25031816
I think this example misleads one's intuition for the following reason: in the proposed scenario, you'd only see the coin come up heads 10 times in a row about 1 in 1024 times you …
-
comment
Comment #22919691
I don't have any experience programming without visual aids; and you've probably already thought of this aspect though I'll mention it just in-case: if I were facing a similar situ…
-
comment
Comment #18215233
I think this article omits the most important distinction between Bayesian and Frequentist statistics: subjective vs. frequentist interpretations of probability. In my own opinion,…
-
comment
Comment #12997084
Oh yeah there are a few Bayesian methods which work great, Bayes-UCB is another. Personally though I think KL-UCB or just plain old UCB would be the ones I'd choose. Like I said ea…
-
comment
Comment #12992548
Actually, in the frequentist paradigm you could choose to run a sequential hypothesis test which will end when you've acquired sufficient data[1]. Or, if you want to get fancy you …
-
comment
Comment #12624914
In that case you'd want to use "git add -p" which allows you to pick only parts of a file to stage for a commit. It can be crucial in crafting a really solid project / commit histo…
-
comment
Comment #12624783
In my experience, making "gl commit" equivalent to "git commit -a" seems like a bad idea. When leading a team, especially of newer coders, one of the most effective ways I've found…
-
comment
Comment #12624679
I could be wrong, but I think the article that the Torvalds quote came from was purely satirical [1]. If you look at the tags it says it was posted under satire. Got me at first to…
-
comment
Comment #11610608
If you're interested in clustering text documents, the canonical algorithm would be latent Dirichlet allocation, which is a topic modeling algorithm. You can find latent Dirichlet …
-
comment
Comment #10984016
For people interested in the use of neural nets to evaluate board position, it might be worthwhile reading up on TD-gammon which this work builds Off of
- story
-
comment
Comment #10878167
I think part of the problem is that our notion of productivity is tied up with producing, perhaps in some absolute and immediate sense. If we expand the idea to encouraging less wo…
-
comment
Comment #10872773
Because a lot of people really like it. One of the really cool things about lisp syntax is that it exposes the programs abstract syntax tree, making manipulating the program itself…
-
comment
Comment #10856206
It's also important to remember that an author dying does not prevent him or her from capturing the value. If the copyright survives them, they can sell the rights to someone for a…
-
comment
Comment #10823338
So I'm not an expert in the mathematics they're using specifically, but my high level understanding is that convolutional neural nets are able to extract features because they sati…
-
comment
Comment #10735764
I agree, but I'd expand on that and say that BPL and Probabilistic programming in general benefits hugely from the fact that it is interpretable and thus useful in ways that deep l…
-
comment
Comment #10702549
The three body problem though is famous for having no solution in terms of basic functions. I think for your planets model you must have been making different assumptions than in t…
-
comment
Comment #9803692
Very cool application, confused about why it needs so many permissions when logging in with github though.
-
comment
Comment #9450604
Interesting article. It seems to me like what you really want here is to do this in a lisp/scheme. Then you can use the full power of lisp (it's the exact same syntax as the behavi…
-
comment
Comment #9370513
Interesting point. Still, I think even some really coarse feedback would be helpful. For example, just a three tiered system where a 1 means you get an interview, a 2 means your st…
-
story
Do people think it would be helpful if YC gave a rating to rejected startups?
It's very understandable that YC can't give individualized feedback for people who are rejected, that would be an incredibly expensive job; however, I'm sure that YC has an interna…
-
comment
Comment #9340508
I think what Microsoft is trying to say, and what the article is doing a poor job of communicating, is that the company believes that there are some autistic people who have much t…
- story