Variational Auto-encoders
Sep 1, 2018 · 2 min read
Basically what an auto-encoder does is it takes some kind of input data it could an image or a vector anything at all with a very high dimensionality. it is going pass these data in a neural network and it gonna try and compress the data into a smaller representation it does this with two principal components is what we call the encoder .

- Autoencoder takes input data it could be Image or vector with high…

