Variational Auto-Encoder
VAE




Also known as the reconstruction loss. Basically, it means that "input data" should be likely under the final distribution output from the model
Encoder output (approximate posterior) should match approximate a Gaussian distribution (prior) that we defined.
Last updated