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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A.I. Experiments

379 点作者 cjdulberger超过 8 年前

16 条评论

jedberg超过 8 年前
It asked me to draw a tree. I drew a palm tree. It said &quot;palm tree&quot; on the bottom, but then said it failed.<p>I drew the palm tree because I&#x27;ve studied AI and that&#x27;s a classic AI mistake.<p>If you go to Hawaii and ask students to draw a tree, almost all of them will draw a palm tree. Ask them to draw a bird and it looks like a parrot (instead of the robin you see typically in the &quot;lower 48&quot;).<p>It&#x27;s interesting that this seems to suffer from the same selection bias.
评论 #12963772 未加载
评论 #12966104 未加载
评论 #12965422 未加载
评论 #12966594 未加载
评论 #12964991 未加载
franciscop超过 8 年前
Google please, don&#x27;t confuse my snake that just ate an elephant with a hat: <a href="http:&#x2F;&#x2F;imgur.com&#x2F;lBtGUKr" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;lBtGUKr</a>
评论 #12964008 未加载
评论 #12963550 未加载
评论 #12965859 未加载
dtnewman超过 8 年前
<a href="https:&#x2F;&#x2F;aiexperiments.withgoogle.com&#x2F;quick-draw.." rel="nofollow">https:&#x2F;&#x2F;aiexperiments.withgoogle.com&#x2F;quick-draw..</a>. this is just too cool. Basically, you draw a picture and see it guess what you are drawing. Worth 2 minutes of your time!
评论 #12965295 未加载
评论 #12963429 未加载
评论 #12962891 未加载
评论 #12964292 未加载
评论 #12963049 未加载
tgqwV52345345超过 8 年前
I didn&#x27;t know what a &quot;see saw&quot; was, but it didn&#x27;t stop google from guessing it right. <a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;LfYxs" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;LfYxs</a>
jpatokal超过 8 年前
The drum machine is awesome. A shame there appears to be no way to share your dope beats...<p><a href="https:&#x2F;&#x2F;aiexperiments.withgoogle.com&#x2F;drum-machine&#x2F;view&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aiexperiments.withgoogle.com&#x2F;drum-machine&#x2F;view&#x2F;</a>
zoren超过 8 年前
In some of the experiments they use t-SNE. To me t-SNE is sufficiently advanced to be indistinguishable from magic. <a href="https:&#x2F;&#x2F;lvdmaaten.github.io&#x2F;tsne&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lvdmaaten.github.io&#x2F;tsne&#x2F;</a>
评论 #12965147 未加载
评论 #12963682 未加载
devindotcom超过 8 年前
These are fun. Be wary of dragging your mouse around on the sequencer thing or the bird call classifier. Makes a hell of a racket.<p>What I really want in there is the computer-generated music and sample-level speech synthesis they have limited demos of in the WaveNet post:<p><a href="https:&#x2F;&#x2F;deepmind.com&#x2F;blog&#x2F;wavenet-generative-model-raw-audio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deepmind.com&#x2F;blog&#x2F;wavenet-generative-model-raw-audio...</a>
gressquel超过 8 年前
I would like to mention I have used a similar service by Microsoft.<p><a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;cognitive-services&#x2F;en-us&#x2F;computer-vision-api" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;cognitive-services&#x2F;en-us&#x2F;computer-...</a><p>Would be interesting to for example submit the same blurry image with text to both services and see which one has the best algorithm to extract text.
评论 #12965799 未加载
Reedx超过 8 年前
Interesting. Quick Draw is similar to a game I made called Drawception (<a href="https:&#x2F;&#x2F;drawception.com" rel="nofollow">https:&#x2F;&#x2F;drawception.com</a>). Which is basically the telephone game meets Pictionary with a 10 minute drawing limit that you play with random players.<p>I&#x27;ve often wondered at what point an AI would be able to play the game in a convincing way. Looks like things are getting closer!
YeGoblynQueenne超过 8 年前
I am shameless and evil. Everytime it asks me to &quot;draw&quot; something, I just &quot;draw&quot; the letters for the words it uses to describe the thing it wants me to draw. The poor network is always very confused by that.
stillsut超过 8 年前
Is there an API to convert primitive doodles into guesses?<p>I&#x27;m trying to develop an app which would do this with things people &quot;draw into the air&quot; with their finger.
mbrookes超过 8 年前
Firefox: &quot;Your connection is not secure&quot;<p><a href="https:&#x2F;&#x2F;www.chromeexperiments.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.chromeexperiments.com&#x2F;</a>
imh超过 8 年前
I don&#x27;t know what the drum machine one is doing, but my computer can&#x27;t keep up. It can&#x27;t even keep time because of the lag.
wanda超过 8 年前
It&#x27;s so interesting to see how these random Google websites differ. For instance, this website has been made with Bootstrap and jQuery. Weird choice already given the internal tools they have at their disposal.<p>Weirder still, the grid of videos doesn&#x27;t use the Bootstrap grid at all. The elements are set to <i>display: inline-block</i> and then their width (and height, which we&#x27;ll get to) is adjusted every time the window resizes using JavaScript.<p>This is presumably to maintain square blocks, because that&#x27;s the design they&#x27;ve opted for and grid systems do not give you much control over height of the grid cells.<p>But using JavaScript to try and ensure squareness of grid cells is totally unnecessary. You just need CSS, as I shall demonstrate:<p><a href="http:&#x2F;&#x2F;codepen.io&#x2F;amdouglas&#x2F;pen&#x2F;eBddBd" rel="nofollow">http:&#x2F;&#x2F;codepen.io&#x2F;amdouglas&#x2F;pen&#x2F;eBddBd</a><p><a href="http:&#x2F;&#x2F;codepen.io&#x2F;amdouglas&#x2F;full&#x2F;eBddBd" rel="nofollow">http:&#x2F;&#x2F;codepen.io&#x2F;amdouglas&#x2F;full&#x2F;eBddBd</a><p>Sometimes JavaScript is the best tool, especially in terms of accessibility; in this case, it adds nothing, only an expensive event handler. The resize event is really an awful way of achieving responsive web design. Media queries are the best option in 99% of cases.<p>* * *<p>Returning to the original thought, Google seems to have very different teams working here and there on their various marketing websites.<p>If you look at gv.com, their site also uses jQuery (with Slick and Velocity plugins).<p>If you look at duo.google.com and allo.google.com, they&#x27;re Angular sites — which is what you&#x27;d expect from Google. A lot of their websites are based on Angular, it&#x27;s a framework they&#x27;re invested in (along with Polymer) and so on.<p>More recently, some of their marketing sites are being made with MDL. Usually small, less significant ones, not for apps but for random initiatives and projects that few people are going to look at. Which seems rather telling.<p>Polymer is in use, but seems to be reserved for applications like Youtube Gaming or Play Music. I think the Google PDF Reader is Polymer-based was well. That makes sense, Polymer is barely supported in browsers other than Chrome without a hefty bunch of polyfills.<p>There&#x27;s also the Closure JavaScript libraries&#x2F;tools, which Google used to use a lot for things like GMail (blog.google is the most recent instance I think).<p>For some reason, I find it odd that they don&#x27;t have a unified internal toolkit for this sort of work. I&#x27;m not actually critical of this fact, I&#x27;m no critic of pragmatism. I&#x27;m just surprised.<p>I wonder though: does this indicate that these sites were outsourced to an agency?
评论 #12965103 未加载
gorlist超过 8 年前
Which sketch dataset are they using for the &quot;Quick, Draw!&quot; experiment?
评论 #12964373 未加载
anon987超过 8 年前
Thank God we got this new Google press release to the top of HN so we can all help them teach their AI for free.