AdversarialVariationalBayes icon indicating copy to clipboard operation
AdversarialVariationalBayes copied to clipboard

Why is z^2 added to the adversery?

Open botev opened this issue 7 years ago • 1 comments

Specifically here

botev avatar Sep 22 '17 09:09 botev

See paper: "We add the log prior p(z) directly into the adversary T(x,z) so that it only has to learn the log density of the inference model q(z|x)". p(z) is proportional to z^2 since it is a standard normal Gaussian distribution.

f90 avatar Dec 05 '17 03:12 f90