+\begin{frame}{Application on the MNIST problem} % Slide 11
+ \begin{femtoBlock}
+ {Task of handwritten digits recognition\\}
+ \centering
+ \vspace{0.125cm}
+ National Institute of Standards and Technology database
+ \begin{itemize}
+ \item Training dataset $\rightarrow$ american census bureau employees
+ \item Test dataset $\rightarrow$ american high school students
+ \end{itemize}
+ \end{femtoBlock}
+ \smallskip
+ \begin{femtoBlock}
+ {Mixed-NIST database is widely used in machine learning\\}
+ \centering
+ \vspace{0.125cm}
+ Mixing of both datasets and improved images
+ \begin{columns}
+ \begin{column}{7.5cm}
+ \begin{itemize}
+ \item Datasets
+ \begin{itemize}
+ \item Training $\rightarrow$ 60,000 samples
+ \item Test $\rightarrow$ 10,000 samples
+ \end{itemize}
+ \item Grayscale Images
+ \begin{itemize}
+ \item Normalized to fit into a $20\times20$ pixel bounding box
+ \item Centered and anti-aliased
+ \end{itemize}
+ \end{itemize}
+ \end{column}
+ \begin{column}{3cm}
+ \centering
+ \includegraphics[width=3cm]{mnist.png}
+ \end{column}
+ \end{columns}
+ \end{femtoBlock}