Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
plusepsilon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
plusepsilon
8y ago
Oh wow, how did I not know about this :) Looks super useful. How would ELMo work if a neural network needs to be run?
2.
▲
by
plusepsilon
9y ago
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.
3.
▲
by
plusepsilon
9y ago
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 :)
4.
▲
by
plusepsilon
9y ago
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 Berkeley PhD in Deep Learning / NLP advising us -
5.
▲
by
plusepsilon
9y ago
Not sure how to edit but should be $!
6.
▲
by
plusepsilon
9y ago
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 language learners. There is plenty of room to impact the produ
7.
▲
by
plusepsilon
10y ago
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 guessing SyntaxNet works better on long range dependencies. I
8.
▲
by
plusepsilon
10y ago
Cool, I feel like the days of the LSTM as the de facto strong baseline is ending as these new sequence models come out.
9.
▲
by
plusepsilon
10y ago
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 you can get prediction intervals from deep learning mo
10.
▲
by
plusepsilon
10y ago
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. But! The butterfly keys are stiffer for smaller keys so iro
11.
▲
by
plusepsilon
10y ago
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 :), etc. You can still keep all the keyboard s
12.
▲
by
plusepsilon
10y ago
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 models built in neural networks, etc.
13.
▲
by
plusepsilon
10y ago
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 certain word 3 word suggestions depending on context. L
14.
▲
by
plusepsilon
10y ago
Thanks for the mention above (foxtype.com). We're currently building an online editor checks
15.
▲
by
plusepsilon
10y ago
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 to process than Common Crawl or ukWac, and less rigid than
16.
▲
by
plusepsilon
10y ago
Thanks for the background info. If the layers are learned locally, can it take into account interactions between layers?
17.
▲
by
plusepsilon
10y ago
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 sentence to the target sentence.
18.
▲
by
plusepsilon
10y ago
I agree Keras is the easiest way to get into RNNs and deep learning in general.
19.
▲
by
plusepsilon
10y ago
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" will have similar word representations. B
20.
▲
by
plusepsilon
10y ago
If it uses stochastic gradient descent (it should) to train using batches of data, you can apply that to online learning.
21.
▲
by
plusepsilon
10y ago
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 context. (e.g. http://conceptnet5.media.mit.ed
22.
▲
by
plusepsilon
10y ago
Looks really good. How is this different from Crowdflower? https://www.crowdflower.com
23.
▲
by
plusepsilon
10y ago
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 sauce goes well with most anything. Many of the fancy sauces you
24.
▲
by
plusepsilon
10y ago
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
25.
▲
by
plusepsilon
10y ago
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 constraints (picks one emoji for the predicate?) when deco
26.
▲
by
plusepsilon
10y ago
The daily email digest was really good. Gave me links to interesting stories that I would have never seen in my information circle which strongly skews tech-y.
27.
▲
by
plusepsilon
10y ago
Author calls it "Model-Based" in place for Bayesian. I transitioned from using Bayesian models in academia to using machine learning models in industry. One of the core differences in the two paradigms is the "feel" when
28.
▲
by
plusepsilon
10y ago
In many cases the simple ensemble is more fragile because you have to keep track of multiple things at once. The winning solution for the Netflix Kaggle competition was an intractable ensemble which never got used in production. Also when y
29.
▲
by
plusepsilon
11y ago
PyCharm is unparalleled in its understanding of code and it's great for building codebases. It is a programmer's tool first and foremost. I find PyCharm's interactive features clunky and have to do extra work to see the data.
30.
▲
by
plusepsilon
11y ago
There is Beaker notebooks which is similar to Jupyter. Haven't tried it but you can integrate multiple languages in one notebook. http://beakernotebook.com/
More ›