From 2a9a13e5347434860f1ac2c5671574d19f9c4129 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 14 Feb 2019 10:27:39 +0100 Subject: minor fix --- posts/2019-02-14-raise-your-elbo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts') 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)$$ -- cgit v1.2.3