aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/2019-02-14-raise-your-elbo.md4
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.