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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Hacker's guide to Neural Networks

236 点作者 eaxitect大约 10 年前

7 条评论

wildpeaks大约 10 年前
Some more good posts when it was submitted last year: <a href="https://news.ycombinator.com/item?id=8553307" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8553307</a>
评论 #9250749 未加载
zk00006大约 10 年前
Visualizing training of CNN in browser allows to anybody quickly get the ideas behind. A while ago, I was looking for things like &quot;xyz applet&quot; to get intuition about xyz. This is exactly what is going on here. Great respect to the author!
nadam大约 10 年前
Nice introduction to backpropagation. The author understandably handles only a special case and avoids the case when an input comes in on many completely different paths to the output. When this article will be extended, it would be interesting to read about the case when it is not that way. (e.g. convnets with parameter sharing).
评论 #9250448 未加载
mrspeaker大约 10 年前
For those playing along at home (like me): even though it&#x27;s only to highlight the idea, there&#x27;s a bug in the &quot;Random Local Search&quot; loop. It should be `x_try = best_x + tweak_amount...` best_x, not x. Same for y. I was wondering why it wasn&#x27;t improving even with 1e10 iterations ;)
评论 #9261420 未加载
nanospeck大约 10 年前
Finally, there is a neural networked way of learning neural network! Thanks..
ilaksh大约 10 年前
Also see non-NN topics in the field of AGI. NN is just the most popular mainstream approach lineage.
tacos大约 10 年前
With all respect to this PhD candidate, if you&#x27;re serious about this, you&#x27;re not doing it in Javascript.<p>And if you&#x27;re serious about learning it, you&#x27;d plop down the $149 for the Home edition of Matlab plus the $45 for the neural net toolbox. Or take a statistics class and grab the $99 student edition, which comes with the machine learning toolbox.<p>If you&#x27;re gonna learn some shit, learn some shit. Calling Math.* to calculate rise over run in Javascript isn&#x27;t where it&#x27;s at.<p>Or maybe I&#x27;m just grumpy because I interviewed a Caltech CS grad last week who flat out did not know C. Never touched it in his studies. World&#x27;s gone nuts.
评论 #9250164 未加载
评论 #9250212 未加载
评论 #9250134 未加载
评论 #9250217 未加载
评论 #9250557 未加载
评论 #9250155 未加载
评论 #9250142 未加载
评论 #9250405 未加载
评论 #9250150 未加载
评论 #9250160 未加载
评论 #9250188 未加载
评论 #9251133 未加载
评论 #9250149 未加载
评论 #9250156 未加载