Neocognitron

The neocognitron is a hierarchical, multilayered artificial neural network proposed by Kunihiko Fukushima in the 1980s. It has been used for handwritten character recognition and other pattern recognition tasks, and served as the inspiration for convolutional neural networks.[1]

The neocognitron was inspired by the model proposed by Hubel & Wiesel in 1959. They found two types of cells in the visual primary cortex called simple cell and complex cell, and also proposed a cascading model of these two types of cells.[2]

The neocognitron is a natural extension of these cascading models. The neocognitron consists of multiple types of cells, the most important of which are called S-cells and C-cells.[3] The local features are extracted by S-cells, and these features' deformation, such as local shifts, are tolerated by C-cells. Local features in the input are integrated gradually and classified in the higher layers.[4] The idea of local feature integration is in several other models, such as LeNet and SIFT model.

There are multiple kinds of neocognitron.[5] For example, some types of neocognitron can detect multiple patterns in the same input by using backward signals to achieve selective attention.[6]

See also

Notes

  1. LeCun, Yann; Bengio, Yoshua; Hinton, Geoffrey (2015). "Deep learning". Nature. 521: 436–444. doi:10.1038/nature14539.
  2. Hubel and Wiesel 1959
  3. Fukushima 1987, p. 83.
  4. Fukushima 1987, p. 84.
  5. Fukushima 2007
  6. Fukushima 1987, pp.81, 85

References

External links

This article is issued from Wikipedia - version of the 1/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.