2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

CNN-Intro: Update

This commit is contained in:
Martin Thoma 2019-02-17 22:06:03 +01:00
parent 49b8552172
commit 9d3a12bf87
10 changed files with 9 additions and 9 deletions

View file

@ -93,6 +93,13 @@
\end{figure}
\end{frame}
\begin{frame}{Max Pooling}
\begin{figure}[ht]
\centering
\includegraphics[width=0.8\paperwidth]{graphics/max-pooling.pdf}
\end{figure}
\end{frame}
\begin{frame}{Convolutional Layer}
\begin{figure}[ht]
\centering
@ -100,12 +107,6 @@
\end{figure}
\end{frame}
\begin{frame}{Max Pooling}
\begin{figure}[ht]
\centering
\includegraphics[width=0.8\paperwidth]{graphics/max-pooling.pdf}
\end{figure}
\end{frame}
\section{Applications}
\begin{frame}{Symbol recognizer}
@ -143,8 +144,6 @@
\captionsetup{labelformat=empty}
\caption{Cinarel: Automatic Colorization of Webtoons Using Deep Convolutional Neural Networks (2018)}
\end{figure}
Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.github.io/colorization}
\end{frame}
@ -156,7 +155,8 @@ Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.gith
\caption{Zhang, Isola, Efros: Colorful Image Colorization (2016)}
\end{figure}
Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.github.io/colorization}
Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.github.io/colorization}\\
Model Lab: \href{https://github.com/MartinThoma/model-lab}{github.com/MartinThoma/model-lab}
\end{frame}