blob: 9d120cb388f35772e1bb74f926fdb8a2750f0a53 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
{
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/background/card/background.pdf}}
\begin{frame}
%\vspace{70px}
\hspace{70px}
\begin{minipage}{250px}
\Large
\textcolor{accent}{
Vers une protection multiple avec des données synthétiques.
}
\vspace{10px}
\normalsize
Est-il possible de consilier protection contre l'AIA et contre la MIA ?
\end{minipage}
\end{frame}
}
\begin{frame}
\begin{figure}
\centering
\input{tikz/synth/data}
\label{fig:synth-split}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{Résultats préliminaires : impact des données synthétiques}
\begin{figure}
\begin{subfigure}{0.3\textwidth}
\includegraphics[width=\linewidth]{images/figures/synth/utility.pdf}
\caption{Utilité}
\end{subfigure}
\begin{subfigure}{0.3\textwidth}
\includegraphics[width=\linewidth]{images/figures/synth/mia.pdf}
\caption{MIA}
\end{subfigure}
\begin{subfigure}{0.3\textwidth}
\includegraphics[width=\linewidth]{images/figures/synth/aia.pdf}
\caption{AIA}
\end{subfigure}
\caption{Recensement USA (ADULT). Prédiction du salaire ($>\$50K$).}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}
\centering
\input{tikz/synth/data_cor}
\label{fig:synth-split}
\end{figure}
\end{frame}
|