|
|
|
|
|
by curioushacking
2002 days ago
|
|
I agree with you that the biological inspiration for a neural network is tenuous at best. Especially the basic two-layer network outlined here. However at least for visual perception, there is some scientific basis for convolutional neural networks having some properties to biological visual perception. The work of Hubel and Wiesel demonstrated visual cortex activations that look very similar to the first layers of CNN kernels. ref: https://knowingneurons.com/2014/10/29/hubel-and-wiesel-the-n... |
|
I haven't gone far on looking at CNN vs. visual context, but I could only imagine the analogue exists at the hierachical-geometric level; ie., it isnt a model of function, but simply a model of how one can in principle process visual information.
(Which any system parsing information would follow, AST parsers, etc. are likewise hierarchical.).