TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Emoji and Deep Learning

168 pointsby wxsalmost 9 years ago

20 comments

KennyCasonalmost 9 years ago
I have to say this was one of the more "fun" ML articles I have read lately. Excellent visualizations as well. Great job!
评论 #11871225 未加载
rspeeralmost 9 years ago
This is cool, even if it seems kind of frivolous. Word embeddings work for emoji just like they do for actual words, and it&#x27;s neat to see an idea for how to commercialize that directly.<p>I wish they had explained details, such as what two-dimensional non-linear projection they&#x27;re using for their map.<p>I also don&#x27;t see it fully explained how they&#x27;re getting representations of sequences of emoji. They explain how their RNN handles sequences of <i>input</i> words, but the result of that is a vector that they&#x27;re comparing to their emoji-embedding space. Does the emoji-embedding space contain embeddings of specific sequences as well?
评论 #11870956 未加载
hollythebeaveralmost 9 years ago
It&#x27;s also a little... racist. If you feed it with emojis it spits out other emojis (I was testing if it could spit out text from emoji input) But what happens if you change the skintone of the emojis?<p>White arm: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;KTNky0O.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;KTNky0O.png</a> Obvious connection to sports, sunglasses(like saying &quot;cool&quot; in this context)<p>Black arm: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;uXtSRfc.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;uXtSRfc.png</a> Policeman searching something, a location marker(search location?)
评论 #11872501 未加载
评论 #11872440 未加载
评论 #11872590 未加载
评论 #11874295 未加载
评论 #11873277 未加载
skykooleralmost 9 years ago
Reading this was somewhat bothersome in that my browser (Chrome on Linux) doesn&#x27;t render emoji. Is there a standard font that supports emoji that could be installed?
评论 #11873173 未加载
derefralmost 9 years ago
Extremely neat, but I really don&#x27;t understand the point of the app (Dango) that all this engineering is for the sake of. If I&#x27;m using an emoji, it&#x27;s either <i>instead</i> of words, or to clarify words that could be taken multiple ways (e.g. sarcasm.)<p>Who are these people that type a sentence (with a single meaning, clear-cut enough for Dango to detect), and then want to add a redundant pictorial representation of the same words they just typed?
评论 #11872653 未加载
keylealmost 9 years ago
This is really cool. But half the fun for me is to pick the emojis at the end of the message. And they &quot;add&quot; to the mood of my message, they don&#x27;t &quot;amplify&quot; it. Hence this wouldn&#x27;t work for me most of the time o_0 ;(
评论 #11872683 未加载
the_watcheralmost 9 years ago
This is pretty cool. Emoji&#x27;s seem trivial, but they&#x27;re becoming more and more important in communications (whether that is good or bad is a separate discussion), and this is a pretty impressive bit of ML.
mnkmnkalmost 9 years ago
&gt;IBM uses them for operationalizing business unit synergies<p>What does this mean?
评论 #11870859 未加载
评论 #11870868 未加载
joefkelleyalmost 9 years ago
Why not train the RNN to directly predict emojis, instead of projecting everything to semantic space and picking the closest emoji? Seems like that would help with the problem of emojis with multiple meanings in different contexts. With this model, they could only be in a single point in semantic space.
评论 #11872539 未加载
smortazalmost 9 years ago
Pretty cool. Tried about 10 sentences and the suggested emojis were spot on. Nice write up.
sherjilozairalmost 9 years ago
The real question is, where do you get this training data from?
评论 #11871089 未加载
jderickalmost 9 years ago
Can it generate sequences of emoji that is has not seen before?
评论 #11870996 未加载
metabrewalmost 9 years ago
This is cool. I hesitate to install it on my phone.. does it send everything I type to a webservice in order to suggest emoji?
sigmaralmost 9 years ago
As a lover of Emoji and deep learning, this is awesome. Are you planning to support unicode 9.0 sometime soon (I know it isn&#x27;t even technically out)?
评论 #11871289 未加载
badlogicalmost 9 years ago
Great article, fun service. Still a part of me feels sad that we spend brain power on things like this.
mdrznalmost 9 years ago
How come I can&#x27;t download the app from outside US?
ajninalmost 9 years ago
&gt; This app is incompatible with all of your devices.<p>Well that&#x27;s disappointing. Is it country-restricted ?
okonomiyaki3000almost 9 years ago
Quick! Somebody make a slackbot!
dk8996almost 9 years ago
Do you guys have API?
评论 #11873842 未加载
nparsons08almost 9 years ago
Nice post