diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-30 21:38:16 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-30 21:38:16 +0200 |
commit | 1cd4b331820e3c5a1e1f5f85bce6e1a2e926df3a (patch) | |
tree | e7718fa2b40faa14af8cf6e137abca299a1c083f /synthetic/figure | |
parent | ceed4f2894366b4644f271005d5aa1b931797b94 (diff) |
Fin écriture synthétique
Diffstat (limited to 'synthetic/figure')
-rw-r--r-- | synthetic/figure/tikz/ovre.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/synthetic/figure/tikz/ovre.tex b/synthetic/figure/tikz/ovre.tex index 2ae2645..9fd3e2a 100644 --- a/synthetic/figure/tikz/ovre.tex +++ b/synthetic/figure/tikz/ovre.tex @@ -1,13 +1,13 @@ %Control of the overfitting \input{synthetic/figure/tikz/data} \begin{tikzpicture} - \node[database,label=Input] (in) at (0,1) {}; + \node[database,label=Entrée] (in) at (0,1) {}; \node (i) at (0,0) {$r_0,\cdots, r_{N-1}$}; - \draw[->] (in) to node[midway,right] {sampling} (i); + \draw[->] (in) to node[midway,right] {échantillonage} (i); \node (m) at (0,-1) {$r_0,\cdots, r_{N-1},r_0,\cdots, r_{N-1},\cdots,r_0,\cdots, r_{N-1}$}; - \draw[->] (i) to node[midway,right] {repetition}(m); - \node[rectangle,draw] (shu) at (0,-2) {Shuffle}; + \draw[->] (i) to node[midway,right] {répétition}(m); + \node[rectangle,draw] (shu) at (0,-2) {Mélange}; \draw[->] (m) to (shu); - \node[database,label=below:Output] (out) at (0,-3){}; + \node[database,label=below:Sortie] (out) at (0,-3){}; \draw[->] (shu) to (out); \end{tikzpicture} |