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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What Is a Neural Network?

136 点作者 limsup超过 7 年前

4 条评论

uoaei超过 7 年前
It&#x27;s a high-dimensional correlation machine. In other words, it&#x27;s an attempt to learn &quot;how to recognize patterns&quot; by learning how to represent each one as orthogonally as possible to each other one. This happens at each layer, and how many layers you need depends on how &quot;mixed up&quot; the transformed space is with respect to the appropriate labels following each linear transformation. Once they are suitably linearly separable following the feedforward pass through the network, you need one more layer to identify how the pattern maps to the output space.<p>Another way to think of it is that each layer learns a maximally efficient compression scheme for translating the data at the input layer to that at the output layer. Each layer learns a high-dimensional representation of the output that uses minimum bits for maximum information reconstruction capacity. There was a great talk given recently by Naftali Tishby where he explains this in great detail.[1]<p>Having the math is great to know <i>how</i> it works on a granular level. I&#x27;ve found that also explaining it in such holistic terms serves a great purpose by fitting &quot;linear algebra + calculus&quot; into an understanding of NNs that is greater than the sum of their parts.<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bLqJHjXihK8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bLqJHjXihK8</a>
egwynn超过 7 年前
Man 3B1B is fantastic. I don’t think I’ve ever seen so much great math explained so clearly and beautifully as in his videos. Keep up the good work!
评论 #15410663 未加载
评论 #15411319 未加载
评论 #15412697 未加载
SemiTom超过 7 年前
Interesting perspective on speed up neural networks <a href="https:&#x2F;&#x2F;semiengineering.com&#x2F;speeding-up-neural-networks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;semiengineering.com&#x2F;speeding-up-neural-networks&#x2F;</a>
v3gas超过 7 年前
Linear regression.
评论 #15411119 未加载