Dimensionality Reduction hinzugefügt.

This commit is contained in:
2022-02-18 21:24:26 +01:00
parent 6bb66b91cd
commit efcd027d12
7 changed files with 158 additions and 20 deletions

View File

@@ -88,3 +88,13 @@
\end{itemize}
\section{Eigenwerte und Eigenvektoren}%
\label{sec:Eigenwerte und Eigenvektoren}
Jede positiv definite, symmetrische Matrix ($\bm v^T \bm A \bm v > 0 \forall \bm v\ne0\in\mathbb{R}^n$) lässt sich in ihre Eigendekomposition zerlegen.
\begin{equation} \label{eq:eigendecomposition}
\bm C = \bm U\bm\Lambda\bm U^T
= \underbrace{\begin{bmatrix} \bm u_1 & \cdots & \bm u_D \end{bmatrix}}_{Eigenvektoren}
\underbrace{\begin{bmatrix} \lambda_1 & & \\ &\ddots & \\ & & \lambda_D \end{bmatrix}}_{Eigenwerte}
\begin{bmatrix} \bm u_1^T\\\vdots\\\bm u_D^T \end{bmatrix}
\end{equation}
{\color{red} Berechnung: siehe Zusammenfassung Mathe 3}