keras-VAE icon indicating copy to clipboard operation
keras-VAE copied to clipboard

What the true meaning of vae?

Open clockwiser opened this issue 7 years ago • 1 comments

The vae theory is not much intuitive. Although there are a couple of blogs explaining vae. What does the z_mean and z_var mean to z? It seems each number has own z_mean and z_var. The epsilon is just adding noise to z_mean. Then the z space gets simulated to Normal(0,1). How is it possible?

clockwiser avatar Sep 19 '17 12:09 clockwiser

Each number has each own z_mean. And we can assume each number has same z_var. The point of vae is trying to put all z_means into Normal(0,1) space.

clockwiser avatar Sep 19 '17 12:09 clockwiser