diff options
Diffstat (limited to 'background.tex')
-rw-r--r-- | background.tex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/background.tex b/background.tex index 05b96b3..0316aa1 100644 --- a/background.tex +++ b/background.tex @@ -61,6 +61,25 @@ \frametitle{Confidentialité : Inférence d'un attribut sensible (AIA)} \input{tikz/attack} \end{frame} + +\begin{frame} + \frametitle{Two risk factors in model's output} + \begin{itemize} + \item \textcolor{accent}{Logit} + \begin{equation*} + f\circ X + \end{equation*} + Takes values in $[0,1]$. + \vspace{20px} + + \item \textcolor{accent}{Prediction} + \begin{equation*} + 1_{[\tau,1]}\circ f\circ X + \end{equation*} + Takes values in $\{0,1\}$. + \end{itemize} +\end{frame} + \begin{frame} \frametitle{Pourquoi se concentrer sur ces deux enjeux ?} \begin{itemize} |