diff options
author | Yuchen Pei <me@ypei.me> | 2019-02-22 13:51:22 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-02-22 13:51:22 +0100 |
commit | 4b8a9b0e358fa19be11a109ea414f95fd99f9be2 (patch) | |
tree | 1fa072f3cc8413b7c618b378554955532a9a13c7 /posts | |
parent | 7895425bc8f1be0b092caabf3e6aed1fa05fb596 (diff) |
minor
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-02-14-raise-your-elbo.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2019-02-14-raise-your-elbo.md b/posts/2019-02-14-raise-your-elbo.md index 2a59c53..14c8784 100644 --- a/posts/2019-02-14-raise-your-elbo.md +++ b/posts/2019-02-14-raise-your-elbo.md @@ -96,7 +96,7 @@ w &= p(x, z; \theta)\\ q &= q(z) \end{aligned}$$ -and the dummy variable $x$ in (0) is substituted with $z$. +and the dummy variable $x$ in Equation (0) is substituted with $z$. Fully Bayesian VI, often just called VI, has the following instantiations: @@ -107,7 +107,7 @@ w &= p(x, z, \theta) \\ q &= q(z, \theta) \end{aligned}$$ -and $x$ in (0) is substituted with $(z, \theta)$. +and $x$ in Equation (0) is substituted with $(z, \theta)$. In both cases $\theta$ are parameters and $z$ are latent variables. |