TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Emoji and Deep Learning

168 点作者 wxs将近 9 年前

20 条评论

KennyCason将近 9 年前
I have to say this was one of the more "fun" ML articles I have read lately. Excellent visualizations as well. Great job!
评论 #11871225 未加载
rspeer将近 9 年前
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 未加载
hollythebeaver将近 9 年前
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 未加载
skykooler将近 9 年前
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 未加载
derefr将近 9 年前
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 未加载
keyle将近 9 年前
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_watcher将近 9 年前
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.
mnkmnk将近 9 年前
&gt;IBM uses them for operationalizing business unit synergies<p>What does this mean?
评论 #11870859 未加载
评论 #11870868 未加载
joefkelley将近 9 年前
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 未加载
smortaz将近 9 年前
Pretty cool. Tried about 10 sentences and the suggested emojis were spot on. Nice write up.
sherjilozair将近 9 年前
The real question is, where do you get this training data from?
评论 #11871089 未加载
jderick将近 9 年前
Can it generate sequences of emoji that is has not seen before?
评论 #11870996 未加载
metabrew将近 9 年前
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?
sigmar将近 9 年前
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 未加载
badlogic将近 9 年前
Great article, fun service. Still a part of me feels sad that we spend brain power on things like this.
mdrzn将近 9 年前
How come I can&#x27;t download the app from outside US?
ajnin将近 9 年前
&gt; This app is incompatible with all of your devices.<p>Well that&#x27;s disappointing. Is it country-restricted ?
okonomiyaki3000将近 9 年前
Quick! Somebody make a slackbot!
dk8996将近 9 年前
Do you guys have API?
评论 #11873842 未加载
nparsons08将近 9 年前
Nice post