From 6df6ad376ed77e7e6ea574260b75a20751109ebe Mon Sep 17 00:00:00 2001 From: robz Date: Sun, 16 May 2021 20:13:08 -0500 Subject: [PATCH] Create index.md The parameter theta isn't introduced until later in the notes, so it might be better to omit from the "Representation" section --- vae/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vae/index.md b/vae/index.md index bb7b3a3..bff4cda 100644 --- a/vae/index.md +++ b/vae/index.md @@ -45,7 +45,7 @@ Graphical model for a directed, latent variable model. In the model above, $$\bz$$ and $$\bx$$ denote the latent and observed variables respectively. The joint distribution expressed by this model is given as {% math %} -p_\theta(\bx, \bz) = p(\bx \giv \bz)p(\bz). +p(\bx, \bz) = p(\bx \giv \bz)p(\bz). {% endmath %} From a generative modeling perspective, this model describes a generative process for the observed data $$\bx$$ using the following procedure