diff options
author | Yuchen Pei <me@ypei.me> | 2019-02-19 18:58:37 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-02-19 18:58:37 +0100 |
commit | 8b5eb86368f750f104558d4b9b183e9155adbf25 (patch) | |
tree | 900c9f44da25d52d904e27c9d4c4504616b6d653 | |
parent | f17c63214dd1c7c5acdf766fbfb6613f782ff2fb (diff) |
minor fix
- address Lucas' comment at https://ypei.me/posts/2019-02-14-raise-your-elbo.html#isso-17
-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 5249445..257ec17 100644 --- a/posts/2019-02-14-raise-your-elbo.md +++ b/posts/2019-02-14-raise-your-elbo.md @@ -152,7 +152,7 @@ decreasing over time $t$. Equation (1.3) at time $t$ for the $i$th datapoint is -$$\log p(x_{i}; \theta_t) \ge L(p(z, x_{i}; \theta_t), q_i(z)) \qquad (2)$$ +$$\log p(x_{i}; \theta_t) \ge L(p(z, x_{i}; \theta_t), q(z_i)) \qquad (2)$$ Each timestep consists of two steps, the E-step and the M-step. |