diff options
author | Yuchen Pei <me@ypei.me> | 2019-02-22 13:49:55 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-02-22 13:49:55 +0100 |
commit | 7895425bc8f1be0b092caabf3e6aed1fa05fb596 (patch) | |
tree | 4b848aac1a2e934e800f09d4c35ddc4573a4a363 /posts | |
parent | 216e429a965b96e9ac386819d315e33d12191599 (diff) |
minor change for clarification.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-02-14-raise-your-elbo.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/posts/2019-02-14-raise-your-elbo.md b/posts/2019-02-14-raise-your-elbo.md index d4e2227..2a59c53 100644 --- a/posts/2019-02-14-raise-your-elbo.md +++ b/posts/2019-02-14-raise-your-elbo.md @@ -60,7 +60,7 @@ It achieves minimum $0$ when $p = q$. If $p$ can be further written as -$$p(x) = {w(x) \over Z}$$ +$$p(x) = {w(x) \over Z}, \qquad (0)$$ where $Z$ is a normaliser, then @@ -96,6 +96,8 @@ w &= p(x, z; \theta)\\ q &= q(z) \end{aligned}$$ +and the dummy variable $x$ in (0) is substituted with $z$. + Fully Bayesian VI, often just called VI, has the following instantiations: @@ -105,6 +107,8 @@ w &= p(x, z, \theta) \\ q &= q(z, \theta) \end{aligned}$$ +and $x$ in (0) is substituted with $(z, \theta)$. + In both cases $\theta$ are parameters and $z$ are latent variables. **Remark on the naming of things**. |