[link]
Summary by Léo Paillier 6 years ago
_Objective:_ Introduces the Convolutional Auto-Encoder, a hierarchical unsupervised feature extractor.
_Dataset:_ [MNIST](yann.lecun.com/exdb/mnist/) and [SVHN](ufldl.stanford.edu/housenumbers/).
#### Architecture:
Uses convolutions to generate an encoding of the image and then decodes it and do a pixel-wise comparison.
Used to initializes CNN.
#### Results:
Old article, not really relevant nowadays. They don't speak about the deconvolution part.
more
less