Jump to content

Autoencoder

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Winterstein (talk | contribs) at 09:11, 4 September 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

An auto-encoder is a neural network used for learning efficient codings. The aim of an auto-encoder is to learn a compressed representation (encoding) for a set of data. Auto-encoders use three layers:

  • An input layer. For example, in a face recognition task, the neurons in the input layer could map to pixels in the photograph.
  • A considerably smaller hidden layer, which will form the encoding.
  • An output layer, where each neuron has the same meaning as in the input layer.

If linear neurons are used, then an auto-encoder is very similar to PCA.

  • [1] Presentation introducing auto-encoders for number recognition.