diff options
author | Yuchen Pei <me@ypei.me> | 2019-02-19 19:25:01 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-02-19 19:25:01 +0100 |
commit | 0d9bd00fbac8822743973c1b28b64afa75aa5237 (patch) | |
tree | f299af6eac6d3c2fab7ed35c7cb0e4f0bbfcbf3b | |
parent | 9c5a971fd859b1f6a2ef4d0a17c5be218defe2ff (diff) |
minor fix
-rw-r--r-- | posts/2019-02-14-raise-your-elbo.md | 2 |
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 d08444d..bcda1d2 100644 --- a/posts/2019-02-14-raise-your-elbo.md +++ b/posts/2019-02-14-raise-your-elbo.md @@ -344,7 +344,7 @@ Now the model becomes $$p(x_{\ell, i} | d_{\ell, i} = \ell; \theta) = \sum_k p(x_{\ell, i} | z_{\ell, i} = k; \theta) p(z_{\ell, i} = k | d_{\ell, i} = \ell; \theta).$$ Since we have regrouped the $x$'s and $z$'s whose indices record the values -of the $d$'s, we can remove $d$ from the equation altogether. +of the $d$'s, we can remove the $d$'s from the equation altogether: $$p(x_{\ell, i}; \theta) = \sum_k p(x_{\ell, i} | z_{\ell, i} = k; \theta) p(z_{\ell, i} = k; \theta).$$ |