diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-11-26 13:44:45 +0100 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-11-26 13:44:45 +0100 |
commit | 4ac32b3af9cc5bb8f29ba2ec20c89567eba752a2 (patch) | |
tree | 9373b83fa1a0e2630e9c0139937005ec014c9832 /tikz/attack_mia.tex | |
parent | a982848881ad9eb06069c6573d5c370cafbfff0b (diff) |
Diffstat (limited to 'tikz/attack_mia.tex')
-rw-r--r-- | tikz/attack_mia.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tikz/attack_mia.tex b/tikz/attack_mia.tex index e60137e..accfbf3 100644 --- a/tikz/attack_mia.tex +++ b/tikz/attack_mia.tex @@ -7,16 +7,16 @@ \node (udata) at (0,-0.36) {}; \draw[color=gray] (-4,0.5) rectangle (4,-0.5); \node[rectangle,draw] (x) at (-2,0) {Donnée d'entrée}; - \node[rectangle,draw=red] (s) at (2,0) {Attribut sensible}; + \node[rectangle,draw] (s) at (2,0) {Attribut sensible}; %Modèle cible \draw[color=gray] (-4.5,\h+0.5) rectangle (1.5,\h-2); \node[color=gray] (lmcible) at (-1.5,\h-2.5) {Modèle cible}; %Pipeline - \node[rectangle,draw] (model) at (0,\h) {Modèle}; - \node[rectangle,draw=blue] (inf) at (0,\h-1) {Classification}; - \node[rectangle,draw] (train) at (-3,\h) {Entrainement}; + \node[rectangle,draw=blue] (model) at (0,\h) {Modèle}; + \node[rectangle,draw] (inf) at (0,\h-1) {Classification}; + \node[rectangle,draw=red] (train) at (-3,\h) {Entrainement}; \draw[->] (udata) to (model); \draw[->] (model) to (inf); |