\begin{tikzpicture} \node[database,label=Données] (d) at (0,0) {}; \node[cloud,draw,label=Paramètres,aspect=10] (p) at (5,0) {}; \node[] (a) at (2.5,-2) {Attaqueur}; \draw[->] (d) to node[midway,above] {Entrainement} (p); \draw[->] (p) to node[midway,right,align=center] {Modèle publié} (a); \draw[->] (a) to node[midway,left,align=center] {Informations sensibles} (d); \end{tikzpicture}