aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2019-02-14 10:27:39 +0100
committerYuchen Pei <me@ypei.me>2019-02-14 10:27:39 +0100
commit2a9a13e5347434860f1ac2c5671574d19f9c4129 (patch)
tree758d22958e99ad44053c84bbcf0bb0bf4768ed95
parent07223bbce8e6c4a48f6b49879fb8c1966bb97673 (diff)
minor fix
-rw-r--r--posts/2019-02-14-raise-your-elbo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2019-02-14-raise-your-elbo.md b/posts/2019-02-14-raise-your-elbo.md
index d22dbb3..18c085b 100644
--- a/posts/2019-02-14-raise-your-elbo.md
+++ b/posts/2019-02-14-raise-your-elbo.md
@@ -73,7 +73,7 @@ $$L(w, q) = E_q \log{w \over q}. \qquad (1.25)$$
From (1), we see that to minimise the nonnegative term $D(q || p)$, one
can maximise the ELBO.
-To this end, we can simply discard $D(p || q)$ in (1) and obtain:
+To this end, we can simply discard $D(q || p)$ in (1) and obtain:
$$\log Z \ge L(w, q) \qquad (1.3)$$