Skip to content

Commit

Permalink
CNN Intro: Add graphic filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Thoma committed Feb 22, 2019
1 parent cc11be7 commit cd0d97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Binary file modified presentations/CNN-Intro/CNN-Intro.pdf
Binary file not shown.
15 changes: 2 additions & 13 deletions presentations/CNN-Intro/CNN-Intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
\author{Martin Thoma -- \footnotesize \href{http://tinyurl.com/CNN-Intro}{tinyurl.com/CNN-Intro}}
\date{22. February 2019}
\subject{Machine Learning, AI, Neural Networks, Convolutional Neural Networks}
% \titlegraphic{\href{http://tinyurl.com/CNN-Intro}{tinyurl.com/CNN-Intro}}
% \begin{titlepage}
% \begin{center}
% \href{http://tinyurl.com/CNN-Intro}{tinyurl.com/CNN-Intro}
% \end{center}
% \end{titlepage}
% \begin{titlepage}
% \maketitle
% \href{http://tinyurl.com/CNN-Intro}{tinyurl.com/CNN-Intro}
% \end{titlepage}

\frame{\titlepage}

Expand Down Expand Up @@ -99,7 +89,8 @@
\begin{frame}{Convolution}
\begin{figure}[ht]
\centering
\includegraphics[width=0.8\paperwidth]{graphics/convolution-linear.pdf}
\includegraphics[width=0.8\paperwidth]{graphics/convolution-linear.pdf}\\
\href{https://martin-thoma.com/graphic-filters/}{martin-thoma.com/graphic-filters}
\end{figure}
\end{frame}

Expand Down Expand Up @@ -132,8 +123,6 @@ \section{Applications}
\inputminted[linenos,
numbersep=7pt,
gobble=0,
% frame=none,
% framesep=2mm,
fontsize=\footnotesize, tabsize=4]{python}{cnn.py}
\end{frame}

Expand Down

0 comments on commit cd0d97f

Please sign in to comment.