diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-11 00:10:50 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-11 00:10:50 +0200 |
commit | bf5b05a84e877391fddd1b0a0b752f71ec05e901 (patch) | |
tree | 149609eeff1d475cd60f398f0e4bfd786c5d281c /synthetic/figure/tikz/ovre.tex | |
parent | 03556b31409ac5e8b81283d3a6481691c11846d7 (diff) |
Preuve existe f pas cca equivalant exists f BA pas randomguess
Diffstat (limited to 'synthetic/figure/tikz/ovre.tex')
-rw-r--r-- | synthetic/figure/tikz/ovre.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/synthetic/figure/tikz/ovre.tex b/synthetic/figure/tikz/ovre.tex new file mode 100644 index 0000000..2ae2645 --- /dev/null +++ b/synthetic/figure/tikz/ovre.tex @@ -0,0 +1,13 @@ +%Control of the overfitting +\input{synthetic/figure/tikz/data} +\begin{tikzpicture} + \node[database,label=Input] (in) at (0,1) {}; + \node (i) at (0,0) {$r_0,\cdots, r_{N-1}$}; + \draw[->] (in) to node[midway,right] {sampling} (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[->] (m) to (shu); + \node[database,label=below:Output] (out) at (0,-3){}; + \draw[->] (shu) to (out); +\end{tikzpicture} |