Viewing profile — gdahl
gdahl
HN member- Joined
- Mon, Aug 29, 2011, 1:24 PM UTC
- HN karma
- 76
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About gdahl
Recent public activity
-
comment
Comment #22815893
Check out the Flax ResNet50 example: https://github.com/google/flax/tree/master/examples/imagenet It runs about as fast as any of the other popular machine learning frameworks, occ…
-
comment
Comment #18669441
To clarify, we found the range shrink if one trains for a fixed number of epochs and expand if one trains for a fixed number of steps. So tuning can be easier or harder depending o…
-
comment
Comment #14511062
I work as a researcher on the Brain team. An experienced machine learning researcher like Andrew Ng would probably not join the team as a Brain resident. We hire experienced machin…
-
comment
Comment #13388868
We don't have a simple separation of concerns like that. Brain and DeepMind share a common vision around advancing the state of the art in machine learning in order to have a posit…
-
comment
Comment #13315908
The Google Brain (g.co/brain) team has people in SF. We are part of the same company as DeepMind so maybe this doesn't quite answer your question. ^_^ We are mostly in SF and Mount…
-
comment
Comment #7165057
Here is a better article with an interesting interview from Arthur Chu: http://mentalfloss.com/article/54853/our-interview-jeopardy-...
-
comment
Comment #7128864
There were a lot of pros a DeepMind. For example: Volodymyr Mnih, Andriy Mnih, Alex Graves, Koray Kavukcuoglu, Karol Gregor, Guillaume Desjardins, David Silver, and a bunch more I …
-
comment
Comment #6859419
It has content and communicates an approach to machine learning distinct from other approaches. It isn't like "big data" which is truly meaningless. However, deep learning is also …
-
comment
Comment #6798813
Will high quality textbooks and the printing press make the medieval university go extinct?
-
comment
Comment #6307243
Yes, plenty. Releasing source code is quite common in the ML community.
-
comment
Comment #6305822
Generally, the most relevant academic community would be the NIPS community and I have not noticed any Numenta papers at NIPS, but please point me towards any I have missed if you …
-
comment
Comment #6305441
Basically none. Numenta has yet to do anything that has impressed any researchers I know. Perhaps someday they will, but I am not counting on it.
-
comment
Comment #4826873
Deep learning is not boosting at all. Deep learning is about composing trainable modules. Adding a layer f(x) to a layer g(x) to get h(x) = f(g(x)). Boosting creates a final classi…
-
comment
Comment #4826860
I was involved in the speech recognition work mentioned in the article and I led the team that won the Merck contest if anyone has any questions about those things. I also spend so…
-
comment
Comment #4826855
That is not entirely accurate. The Science paper described how to (pre)train a deep belief net by training a sequence of RBMs. Contrastive divergence for RBM training (and more gen…
-
comment
Comment #4150521
The term "Deep Belief Network" has been abused in the literature (not pointing fingers, I've done it too). The DNNs used mean a neural net pre-trained with RBMs. Sometimes, when pe…
-
comment
Comment #4150504
For people interested in some (currently) undocumented research code in python implementing DNNs that is also on my website. Although the code is only an initial release. I will im…
-
comment
Comment #4150498
Senones are just tied triphone HMM states. A context dependent HMM recognizer has a 3-5 state HMM for every context dependent phone. Conceptually, each different HMM state in each …
-
comment
Comment #2938229
1. Nothing. People ARE implementing similar things. It takes time, effort, and lots of computation. 2. People often prefer to implement their own ideas and compete (especially rese…
-
comment
Comment #2937074
No, the HMM is not replaced in that work. The GMM is replaced, as you surmise. There are three problems with standard ASR: HMMs, GMMs, and n-gram language models. The GMM is the ea…