Skip to content

Commit

Permalink
Another fix to 13_dimred.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Mar 25, 2024
1 parent d96397b commit 762b149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lectures/13_dimred.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ We can therefore conclude that PCA is defined as:
More in general, it is also worth remembering that if the training data is not zero-mean, PCA can be slightly modified to take that into account:

$$
\mathbf{c}=\mathbf{D}^T (\mathbf{x}-\boldsymbol\mu$ and $\hat{\mathbf{x}}=\mathbf{D} \mathbf{c}+\boldsymbol\mu$.
\mathbf{c}=\mathbf{D}^T (\mathbf{x}-\boldsymbol\mu \; and \; \hat{\mathbf{x}}=\mathbf{D} \mathbf{c}+\boldsymbol\mu$.
$$

where $\boldsymbol\mu$ is the sample mean.
Expand Down

0 comments on commit 762b149

Please sign in to comment.