Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cihan.ates
Data Driven Engineering
Wiki
Dde 1
Dimensionality reduction
Dimensionality reduction
· Changes
Page history
Update Dimensionality reduction
authored
Nov 30, 2021
by
cihan.ates
Show whitespace changes
Inline
Side-by-side
DDE-1/Dimensionality-reduction.md
View page @
4432d510
...
...
@@ -277,8 +277,8 @@ giving $`\Sigma^{-1}`$ as:
```
math
\Sigma^{-1} =
\begin{bmatrix}
1/\sqrt
(
\sigma_1
)
& 0 \\
0 & 1/\sqrt
(
\sigma_2
)
1/\sqrt
{
\sigma_1
}
& 0 \\
0 & 1/\sqrt
{
\sigma_2
}
\end{bmatrix}
```
...
...