Hacker News new | ask | show | jobs
by sva_ 1134 days ago
I'd say the Multi-Layer perception itself.

Maybe even convolutional neural networks, because they showed that ANNs are viable and are what really got the ball rolling.

1 comments

CNNs are from the 1980s (the "neocognitron" by Kunihiko Fukushima [1]), while the MLP is from 1958 [2]. So nearly half a century, resp. a century old.

[1] K. Fukushima, Neocognitron: A Self-organizing Neural Network Model for a Mechanism of Pattern Recognition Unaffected by Shift in Position.

[2] F. Rosenblatt, The Perceptron: A Probabilistic Model For Information Storage And Organization in the Brain.