Autoencoders don’t typically work well with images unless they are very small. But convolutional and variational autoencoders works much better than a feedforward dense ones with large color images.
A variational autoencoder (VAE) is a deep learning technique for learning latent representations. They apply learned latent space representations to draw images and interpolate between sentences. A VAE works by compressing the input into a latent space representation and then reconstructing ...