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.

What Is a Neural Network?

136 pointsby limsupover 7 years ago

4 comments

uoaeiover 7 years ago
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>
egwynnover 7 years ago
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 未加载
SemiTomover 7 years ago
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>
v3gasover 7 years ago
Linear regression.
评论 #15411119 未加载