From 1cd4b331820e3c5a1e1f5f85bce6e1a2e926df3a Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Mon, 30 Sep 2024 21:38:16 +0200 Subject: =?UTF-8?q?Fin=20=C3=A9criture=20synth=C3=A9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- synthetic/figure/tikz/ovre.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'synthetic/figure') 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} -- cgit v1.2.3