2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

CNN Intro: Add graphic filters

This commit is contained in:
Martin Thoma 2019-02-22 07:08:19 +01:00
parent cc11be7c4a
commit cd0d97f85f
2 changed files with 2 additions and 13 deletions

View file

@ -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}
@ -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}
@ -132,8 +123,6 @@
\inputminted[linenos,
numbersep=7pt,
gobble=0,
% frame=none,
% framesep=2mm,
fontsize=\footnotesize, tabsize=4]{python}{cnn.py}
\end{frame}