Skip to content

Commit

Permalink
add pca
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusptrs committed Jun 21, 2024
1 parent bce285b commit 08e6dff
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Lineare-Algebra.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
% Dokumentklasse (Schriftgröße 6, DIN A4, Artikel)
\documentclass[ngerman, 6pt]{latex4ei/latex4ei_sheet}
\title{Lineare Algebra}
\author{Lukas Kompatscher}
\myemail{lukas.kompatscher@tum.de}
\author{Lukas Kompatscher, Darius Peters}
\myemail{info@latex4ei.de}
\mywebsite{www.latex4ei.de}

% Pakete laden
Expand Down Expand Up @@ -604,6 +604,21 @@ \subsection{Kompression}
\item Speicheraufwand einer Matrix $A\in \mathbb{R}^{m\times n}$: $rang(A) \cdot (m+n)$
\end{itemize}
\end{minipage}
\subsection{Exkurs: Hauptkomponentenanalyse (PCA)}
Gegeben: Matrix $W$ der Eigenvektoren von $\mathbf{A\cdot A^\top}$\\
Gesucht: Projektionen der Spalten von $A$ auf den Unterraum $U_{(k)}$ als Koordinaten bzgl. der ONB der Eigenvektoren von $AA^\top$\\
Vorgehen:
\begin{enumerate}
\item Normiere $w^1 \dots w^k$
\item $\overline{w}=(w^1 \dots w^k)\in \mathbb{R}^{m\times k}$
\item Die Koordinatenvektoren $y^1, \dots y^k \in \mathbb{R}^{k}$ die die Vektoren $x^1,\dots , x^n$ bzgl. der Basis $\{w^1, \dots , w^k\}$ von $U_{(k)}$ ausdrücken, sind die Spalten von \begin{equation*}\overline{w}^\top A=\begin{pmatrix}
(w^{1})^{\top} \\
\vdots \\
(w^{k})^{\top}
\end{pmatrix}
\cdot A
\end{equation*}
\end{enumerate}
\section{Lineare Differentialgleichungen \& Rekursive Folgen}
\subsection{Lösen einer linearen Differentialgleichung}
Gegeben: $y'(t) = \lambda y(t)$, mit $y(0) = c$\\
Expand Down

0 comments on commit 08e6dff

Please sign in to comment.