diff options
-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) |