Skip to content

Commit

Permalink
update figures and layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kashefy committed Jun 25, 2020
1 parent ea64964 commit 1b364e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions notes/10_lle/0_dim_recap.tex
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ \subsection{The S dataset}
- Pick any two neighboring points from some dataset. Their proximity to one another lets us assume they have more in common than a pair of points that are far away from one another \footnote{This proximity assumption forms the basis for pairwise clustering.}. If we perform PCA on this data and project it onto the principle components, we may find that the two points that were neighbors in the original space are no longer neighbors in the space spanned by the PCs. To be more precise, if their projections do happen to appear close to one another, then this is due to the linearity in the data. But what about non-linear manifolds? PCA does not try to preserve any neighborhood or ``local'' information. This becomes a problem if the ``local'' information is key to \emph{efficiently} reduce the dimensionality.
}

\pause

\begin{figure}[ht]
\centering
\includegraphics[width=4.3cm]{img/fig3_lle_intro_cropped_pca}
Expand Down
11 changes: 7 additions & 4 deletions notes/10_lle/1_embedding.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ \subsection{Motivation}

\begin{frame}
\slidesonly{
\frametitle{Locally Linear Embedding (LLE)}
\frametitle{PCA vs. Locally Linear Embedding (LLE)}
}

\svspace{-5mm}

\begin{figure}[ht]
\centering
Expand Down Expand Up @@ -153,17 +155,18 @@ \subsubsection{A representation of local structure}
\endgroup
}

\svspace{-15mm}
\svspace{-5mm}

\begin{minipage}{0.28\textwidth}
\begin{minipage}{0.25\textwidth}
\begin{center}
\includegraphics[width=1.2\textwidth]{img/parabola_data}
\notesonly{\captionof{figure}{2D points describing a parabola.}}
\end{center}
\end{minipage}
\hspace{2mm}
\begin{minipage}{0.7\textwidth}
\begin{center}
\includegraphics[width=0.95\textwidth]{img/parabola_knn}
\includegraphics[trim=0 180 0 180, clip, width=0.92\textwidth]{img/parabola_knn}
\notesonly{\captionof{figure}{Highlighting the KNN.}}
\end{center}
\end{minipage}
Expand Down
Binary file modified notes/10_lle/img/parabola_knn.pdf
Binary file not shown.

0 comments on commit 1b364e0

Please sign in to comment.