Viewing profile — plusepsilon
plusepsilon
HN member- Joined
- Wed, Mar 26, 2014, 12:17 AM UTC
- HN karma
- 82
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About plusepsilon
Recent public activity
-
comment
Comment #17923864
Oh wow, how did I not know about this :) Looks super useful. How would ELMo work if a neural network needs to be run?
-
comment
Comment #14961879
Ya it seems like just another deep learning course. I can vouch for fast.ai though. They're the best if you're just starting.
-
comment
Comment #14930083
I don't think (some) people understand; a slick data annotation tool like this is vastly more useful than the 20th variant of GAN that DeepMind produces :)
-
comment
Comment #14923639
Hi jo_, We have - 1 ML/NLP engineer (me) - 1 CEO w/ a linguistics background - 1 founder is an English professor at Berkeley - 2 with previous experience teaching English - 1 Berke…
-
comment
Comment #14903189
Not sure how to edit but should be $!
-
comment
Comment #14901378
WriteLab | ML Engineer | Berkeley, CA | ONSITE, SALARY: 100K-130K We at WriteLab (writelab.com) are building ML tools to give immediate writing feedback for students and English la…
-
comment
Comment #13887733
I think spaCy uses perceptrons (essentially a shallow neural network) so it should be faster. Accuracy is pretty similar with SyntaxNet at least on the training data but I'm guessi…
-
comment
Comment #13818682
Cool, I feel like the days of the LSTM as the de facto strong baseline is ending as these new sequence models come out.
-
comment
Comment #13797620
I don't understand the math completely but it looks like dropout can be derived from a Gaussian prior (approximating the Bernoulli) in a Bayesian context. One useful tidbit is that…
-
comment
Comment #12915658
I actually like the keyboard. I tend to glide over the keyboard to find the right keys, minimizing wrist movement. Combination of feel, sound, flatness are somehow very satisfying.…
-
comment
Comment #12808376
I feel like a touch screen on the trackpad would've made more sense. Since it's so large there's room to be creative with on-screen shortcuts, dragging sliders, choosing an emoji :…
-
comment
Comment #12754796
We (foxtype) actually have a dev tool that does exactly this. If we publish it as an online tool do you think people will find it useful? We have multiple corpora, some language mo…
-
comment
Comment #12754692
Oops, accidently sent. We're currently building an online editor that: 1 checks for compatibility of words in a sentence (essentially popularity) 2 give example sentences for a cer…
-
comment
Comment #12754644
Thanks for the mention above (foxtype.com). We're currently building an online editor checks
-
comment
Comment #12685662
Reddit and Hacker News comments are surprisingly good data. They cover a wide array of topics and writing styles, generally written better than Facebook comments or Twitter, easier…
-
comment
Comment #12431375
Thanks for the background info. If the layers are learned locally, can it take into account interactions between layers?
-
comment
Comment #12356652
Any hints on how to integrate the whole document for summarization? ;) I've seen copynet, where you do seq2seq but also have a copy mechanism to copy rare words from the source sen…
-
comment
Comment #12340884
I agree Keras is the easiest way to get into RNNs and deep learning in general.
-
comment
Comment #12228579
It learns word representations and sentiment classification at the same time. Traditionally, word representations are learned by looking at surrounding words. So "good" and "bad" w…
-
comment
Comment #12228527
If it uses stochastic gradient descent (it should) to train using batches of data, you can apply that to online learning.
-
comment
Comment #12177053
Cool stuff! It wasn't described in the paper (afaict), but did you have ConceptNet embeddings as well? I can certainly see a way of creating embeddings by using all the links as co…
-
comment
Comment #12168765
Looks really good. How is this different from Crowdflower? https://www.crowdflower.com
-
comment
Comment #12146684
A lot of commoner food (like ketchup and soy sauce) would be revolutionary if they were discovered today. Ketchup is the perfect blend of umami (tomato), salt and vinegar. Soy sauc…
-
comment
Comment #12122781
It's really interesting how English -> Emoji doesn't get criticized as much as Emoji -> English. Compare to Dango: https://news.ycombinator.com/item?id=11870283
-
comment
Comment #12117485
The meaning of emojis are generally pretty ambiguous so not all sentences will make sense because the emojis themselves don't make sense. There's definitely some syntactic constrai…