diff --git a/lect18-scRNA-vae/lect18-scRNA-vae-beamer.pdf b/lect18-scRNA-vae/lect18-scRNA-vae-beamer.pdf index 3a5ad6b..e6b066d 100644 Binary files a/lect18-scRNA-vae/lect18-scRNA-vae-beamer.pdf and b/lect18-scRNA-vae/lect18-scRNA-vae-beamer.pdf differ diff --git a/lect18-scRNA-vae/lect18-scRNA-vae.Rmd b/lect18-scRNA-vae/lect18-scRNA-vae.Rmd index 1e04185..e0c9f53 100644 --- a/lect18-scRNA-vae/lect18-scRNA-vae.Rmd +++ b/lect18-scRNA-vae/lect18-scRNA-vae.Rmd @@ -415,7 +415,7 @@ For each sample/cell $i$, * Encoder: -$$\mathbf{z}_{i} \gets \log(\mathsf{normalize}(\mathbf{x}_{i}) + 1) \cdot \mathbf{W}^{(z)} + \mathbf{b}^{(z)}$$ +$$\mathbf{z}_{i} \gets \mathsf{normalize}(\log(\mathbf{x}_{i} + 1)) \cdot \mathbf{W}^{(z)} + \mathbf{b}^{(z)}$$ * Decoder: