This commit is contained in:
Marc Beninca 2020-08-14 23:55:28 +02:00
parent a0a002fe73
commit e5b9a55f10
2 changed files with 19 additions and 10 deletions

View file

@ -1,13 +1,15 @@
\section{Exemple} \section{Exemple}
L’exemple suivant, en 2 parties, illustre bien le propos. L’exemple suivant, en 2 parties (linéaire et non linéaire),
illustre bien le propos.
\textbf{Linéaire} \cite{ex-linear} \textbf{Linéaire} \cite{ex-linear}
Une classification est voulue pour pouvoir déterminer si un étudiant
sera bon ou non en \gls{ml}, à partir des 2 notes qu’il a obtenu
aux examens de Mathématiques et de Statistiques.
\fig{}{Bon ou mauvais en \gls{ml},\\ \fig{}{\Gls{ds} très bien distribué}
d’après les notes de Mathématiquess et Statistiques}
{24em}{ex-linear-plot} {24em}{ex-linear-plot}

View file

@ -1,20 +1,27 @@
\newcommand{\import}[1]{\input{présentation/#1}} \newcommand{\import}[1]{\input{présentation/#1}}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\import{settings} \import{settings}
\import{plan} \import{plan}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\section{Introduction} \section{Introduction}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\subsection{Machine learning} \subsection{Machine learning}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\subsection{Méthodes} \subsection{Méthodes}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\section{Principes} \section{Principes}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\subsection{Régression} \subsection{Régression}
\subsection{Classification} \begin{frame}{\bititle\\Principes / Régression / Linéaire}
\end{frame}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\subsection{Classification}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\section{Questions} \section{Questions}
\begin{frame}{\bititle\\Questions} \begin{frame}{\bititle\\Questions}
\Huge \Huge\centering
Questions ? Questions ?
\end{frame} \end{frame}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\end{document} \end{document}