-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from kashefy/pca
Kernel PCA and layout fix for Online PCA
- Loading branch information
Showing
38 changed files
with
1,476 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
\section{linear PCA: Recap} | ||
|
||
\begin{frame}\frametitle{\secname} | ||
\begin{itemize} | ||
\item Requires \pause | ||
|
||
centering the data. | ||
\only<2>{ | ||
\slidesonly{ | ||
\begin{center} | ||
\includegraphics[width=0.2\textwidth]{img/mem_notthisagain}% | ||
\end{center} | ||
} | ||
} | ||
|
||
\pause | ||
|
||
\item Eigenvalue problem: $\vec C\,\vec e = \lambda \vec e$ | ||
\item limited to \underline{linear} correlations | ||
\end{itemize} | ||
|
||
|
||
\begin{center} | ||
\includegraphics[width=0.5\textwidth]{img/scatter}% | ||
\captionof{figure}{linear vs. non-linear correlations} | ||
\end{center} | ||
|
||
Kernel PCA for finding non-linear features.\\ | ||
|
||
|
||
\end{frame} | ||
|
||
\begin{frame}\frametitle{What is Kernel PCA about?} | ||
|
||
Don't panic! Kernel PCA is essentially standard linear PCA applied to a non-linearly transformed version of the data. | ||
|
||
\begin{center} | ||
\includegraphics[width=0.3\textwidth]{img/koffer}% | ||
\end{center} | ||
|
||
\end{frame} |
Oops, something went wrong.