Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Painchaud <[email protected]>
  • Loading branch information
Celia-Gjt and nathanpainchaud authored Dec 19, 2023
1 parent a95fe25 commit e053f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collections/_tutorials/2023-11-30-tutorial-ddpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories: diffusion, model
- [Sum of normally distributed variables](#sum-of-normally-distributed-variables)
- [Bayes theorem](#bayes-theorem)
- [Conditional probability theorem](#conditional-probability-theorem)
- [Mariginal theorem](#marginal-theorem)
- [Marginal theorem](#marginal-theorem)
- [Markov chain properties](#markov-chain)
- [Reparameterization trick](#reparameterization-trick)
- [Cross entropy](#cross-entropy)
Expand Down Expand Up @@ -374,7 +374,7 @@ $$H(q,p_{\theta}) = - \mathbb{E}_{x_0 \sim q}\left[\log( p_{\theta}(x_0))\right]
&nbsp;

- $$p_{\theta}(X_0)$$ depends on $$X_1, X_2, \dots, X_T$$. Thanks to the [mariginal theorem](#marginal-theorem), the above expression can be rewritten as:
- $$p_{\theta}(X_0)$$ depends on $$X_1, X_2, \dots, X_T$$. Thanks to the [marginal theorem](#marginal-theorem), the above expression can be rewritten as:

$$\begin{align}
H(q,p_{\theta}) & = - \mathbb{E}_{x_0 \sim q}\left[\log\left(\int p_{\theta}(x_{0:T}) \,d_{x_{1:T}}\right)\right] \\
Expand Down

0 comments on commit e053f5d

Please sign in to comment.