Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ypp committed Mar 19, 2024
1 parent a4782ad commit ed4c9e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lect18-scRNA-vae/lect18-scRNA-vae-beamer.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion lect18-scRNA-vae/lect18-scRNA-vae.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ed4c9e1

Please sign in to comment.