What Is a Neural Network?
youtube.com
What Is a Neural Network?
1–10 of 10 posts
Re: What Is a Neural Network?
#2Re: What Is a Neural Network?
#3Re: What Is a Neural Network?
#4Man 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!
Only 383k subscribers. Hmm. Remember to subscribe, comment, and smash that like button.
Real Engineering is another great channel. And of course Veritasium and Numberphile.
Re: What Is a Neural Network?
#5Re: What Is a Neural Network?
#6Man 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!
A trick for visualizing higher dimensions: https://www.youtube.com/watch?v=zwAD6dRSVyI Only 383k subscribers. Hmm. Remember to subscribe, comment, and smash that like button. Real Engineering is another great channel. And of course Veritasium and Numberphile.
Re: What Is a Neural Network?
#7Linear regression.
Re: What Is a Neural Network?
#8Man 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!
Re: What Is a Neural Network?
#9Man 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!
Re: What Is a Neural Network?
#10Another 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]
Having the math is great to know how it works on a granular level. I've found that also explaining it in such holistic terms serves a great purpose by fitting "linear algebra + calculus" into an understanding of NNs that is greater than the sum of their parts.