This commit is contained in:
Marc Beninca 2020-08-16 04:36:56 +02:00
parent 4a99e3f658
commit 5bfa8fd2ec
3 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
\section{Questions} \section{Questions}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\begin{frame}{\bititle\\Questions} \begin{frame}{\bititle\\Questions}
\includegraphics[width=\textwidth]{images/svm} \imgwidth{svm}
\end{frame} \end{frame}
%––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– %–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\end{document} \end{document}

View file

@ -74,6 +74,8 @@
\end{column}\begin{column}{.5\textwidth} \end{column}\begin{column}{.5\textwidth}
\only<3>{\imgcol{regression}}
\only<4>{\imgcol{classification}}
\end{column}\end{columns} \end{column}\end{columns}
\end{frame} \end{frame}

View file

@ -9,7 +9,9 @@
\color{black}\normalsize\textbf\insertframenumber} \color{black}\normalsize\textbf\insertframenumber}
\newcommand{\img}[2]{\includegraphics[#1]{images/#2}} \newcommand{\img}[2]{\includegraphics[#1]{images/#2}}
\newcommand{\imgbig}[1]{\img{height=16em}{#1}} \newcommand{\imgbig}[1]{\img{height=16em}{#1}}
\newcommand{\imgcol}[1]{\img{width=.86\textwidth}{#1}}
\newcommand{\imgwide}[1]{\img{height=12em}{#1}} \newcommand{\imgwide}[1]{\img{height=12em}{#1}}
\newcommand{\imgwidth}[1]{\img{width=\textwidth}{#1}}
\def\hi{SVM} \def\hi{SVM}
\def\lo{Machine à Vecteurs de Support} \def\lo{Machine à Vecteurs de Support}