diff options
author | Yuchen Pei <me@ypei.me> | 2019-02-14 10:01:36 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-02-14 10:01:36 +0100 |
commit | 852b6957e9b36c9b3ae9c9a9478b83b3d6a143fa (patch) | |
tree | e9d42ab7043adbf6893f80ab782510fc6b77179a | |
parent | 70420c04d3b32866275a0353a6c818ab9d1213b9 (diff) |
minor
-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 e862007..e692894 100644 --- a/posts/2019-02-14-raise-your-elbo.md +++ b/posts/2019-02-14-raise-your-elbo.md @@ -205,7 +205,7 @@ $$(x_i; \eta_k) \sim N(\mu_k, \Sigma_k),$$ so we write $\eta_k = (\mu_k, \Sigma_k)$, -During E-step, the $q(z_i)$ can be directly computed using Bayesian +During E-step, the $q(z_i)$ can be directly computed using Bayes' theorem: $$r_{ik} = \mathbb P(z = k | x = x_{i}; \theta_t) |