> Nothing is more frustrating when discussing deep learning that someone explaining their views on why deep neural networks are “modeled after how the human brain works” (much less true than the name suggests) and thus are “the key to unlocking true artificial intelligence”.<p>While I get what he is saying here, and more or less agree, I think it is not to be taken lightly that there <i>is</i> a significant difference in this discussion now as compared to 30 years ago. The difference is not <i>how</i> neural networks work, which clearly differs but is related in some ways to the brain, but rather <i>what</i> neural networks see.<p>What is really significant when you can handle lots and lots of data, and throw it all at a giant neural network, is what we see happening in the network. The observation that the hidden-layer filters developed as an optimal feature for classifying images appear to be Gabor-like directional filters (I'm referring of course to this type of thing [1]) is not random, and not an insignificant result. It really does relate to perception, in the sense that 1) we know that the brain has directional filters in the visual cortex and 2) more importantly, from signal processing theory we know that such filters are "optimal" from a certain mathematical point of view, and if they develop naturally as the best way to interpret "natural" images (or other natural data, such as audio [2]), it shows that development of such filters in the brain is perhaps also quite likely. There is quite some research in neuroscience at the moment looking for evidence of such optimal filters in early neural pathways.<p>So yes, neural networks are not models of "how the brain works", but the newly established ability to process huge amounts of data, and to examine what kind of learning happens in order to optimise this processing, can tell us a lot about the brain -- not how it works, but what it must <i>do</i>. Complemented with work in neuroscience, the idea of modeling information processing is <i>not</i> unrelated and can really lead to some significant contributions in our understand of perception.. and perhaps, eventually, cognition -- but who knows.<p>The misunderstanding here is thinking that the be-all and end-all of neuroscience is studying how neurons fire and interact. Neuroscience is much more than that. Neuroscientists want to know how we experience and understand the world, and a big part of that is understanding what is required to process and interpret information, what is the information, what are its statistics, and what kind of neural processing would be required to extract it from our sensory inputs. Of course, this must be complemented by studies of how humans <i>do</i> react to stimuli, to try to verify that we <i>do</i> process information according to some model. But that model being verified -- that comes from what we know about information processing, and computer science can contribute there in a significant way.<p>[1]: <a href="https://computervisionblog.files.wordpress.com/2013/05/gabor.png" rel="nofollow">https://computervisionblog.files.wordpress.com/2013/05/gabor...</a><p>[2]: <a href="http://www.nature.com/neuro/journal/v5/n4/abs/nn831.html" rel="nofollow">http://www.nature.com/neuro/journal/v5/n4/abs/nn831.html</a>