Skip to content

Files

Latest commit

Feb 11, 2022
db103d5 · Feb 11, 2022

History

History

08-AutoEncoder

README.md

AutoEncoder and VAE

autoencoder.png

This is the principal of autoencoder.


Simple multilayer perceptron as encoder and decoder we can get the result as follow:

auto0.png auto1.png

The encoder output is actual like this one

auto4.png

Convolution autoencoder result:

image_0.png image_20.png image_90.png

Variational autoencoder result:

image_0.png image_10.png image_90.png