blob: 8b464c57a2fa0a5f18efc62205d420e36082d13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\begin{frame}
\frametitle{Positionnement}
\centering
\input{images/tikz/ckoi/pos21}
\end{frame}
\begin{frame}
\frametitle{Deux surfaces d'attaque pour réaliser l'AIA}
\emph{$X$} les données d'entrée.
\begin{itemize}
\item \textcolor{accent}{Logit\footnote{Ou \textit{soft label}}}
\begin{equation*}
l\circ X
\end{equation*}
A valeurs dans $[0,1]^m$.
\vspace{20px}
\item \textcolor{accent}{Prédiction}
\begin{align*}
\text{argmax}\circ l\circ X
\end{align*}
A valeurs dans $\{0,1,\cdots,m-1\}$.
\end{itemize}
\vspace{10px}
En fonction du contexte on notera le modèle cible $f=l$ ou $f=\text{argmax}\circ l$.
\end{frame}
|