Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Data Driven Engineering Data Driven Engineering
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • cihan.ates
  • Data Driven EngineeringData Driven Engineering
  • Wiki
  • Dde 1
  • Dimensionality reduction

Dimensionality reduction · Changes

Page history
Update Dimensionality reduction authored Nov 30, 2021 by cihan.ates's avatar 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}
```
......
Clone repository
Home
  • Recommended resources
  • Toolbox
  • Miscellaneous topics
DDE 1: ML for Dynamical systems
  • Complex Systems
  • Ode to Learning
  • Regression
  • Classification
  • Clustering
  • Dimensionality Reduction
  • Outlier Detection
DDE 2: Advanced topics
  • Evolutionary learning

Imprint