- Distribution of hidden code

- Give more details after GAN

Another Approach: q(z)->p(z)

Intuitively comprehend KL(p|q)
\(KL \in{[0,+\infty]}\)
- KL = 0 --> \(p\approx{q}\)

Minimize KL Divergence
\[
KL(q_\theta(z|x_i)||p(z))
\]

How to compute KL between q(z) and p(z)

我们所希望的两点:
Adversarial Auto-Encoders
原文:https://www.cnblogs.com/nickchen121/p/11073136.html