From 0e95544f85b523a95fb05b36c4e6b8789c73abfa Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Wed, 4 Sep 2024 00:12:49 +0200 Subject: traduction classification fini --- contexte/figure/bad_ai.png | Bin 0 -> 1679441 bytes contexte/figure/chatgpt/penses.png | Bin 0 -> 42587 bytes contexte/figure/tikz/function.tex | 14 ++++++++++++++ 3 files changed, 14 insertions(+) create mode 100644 contexte/figure/bad_ai.png create mode 100644 contexte/figure/chatgpt/penses.png create mode 100644 contexte/figure/tikz/function.tex (limited to 'contexte/figure') diff --git a/contexte/figure/bad_ai.png b/contexte/figure/bad_ai.png new file mode 100644 index 0000000..5b2968e Binary files /dev/null and b/contexte/figure/bad_ai.png differ diff --git a/contexte/figure/chatgpt/penses.png b/contexte/figure/chatgpt/penses.png new file mode 100644 index 0000000..134665e Binary files /dev/null and b/contexte/figure/chatgpt/penses.png differ diff --git a/contexte/figure/tikz/function.tex b/contexte/figure/tikz/function.tex new file mode 100644 index 0000000..93d2a58 --- /dev/null +++ b/contexte/figure/tikz/function.tex @@ -0,0 +1,14 @@ +\begin{tikzpicture} + \node[rectangle,draw] (ia) at (0,0) {IA}; + \node (ent) at (-2,0) {Entrée}; + \node (sor) at (2,0) {Sorties}; + \node (par) at (0,-1) {Paramètres}; + + \draw[->] (ent) to (ia); + \draw[->] (ia) to (sor); + \draw[->] (par) to (ia); + + \node[align=left] (par) at (4,0) {Prédiction\\Décision\\Contenu}; + \draw [decorate,decoration = {brace}] (3,-0.6) -- (3,0.6); + +\end{tikzpicture} -- cgit v1.2.3 From 4aae3ea0427a6c9e9a8519a38d9d9d0ac5f0ec9c Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Sat, 21 Sep 2024 16:27:27 +0200 Subject: fin intro --- contexte/figure/g5k-backbone.pdf | Bin 0 -> 40313 bytes contexte/figure/g5k.svg | 123 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 contexte/figure/g5k-backbone.pdf create mode 100644 contexte/figure/g5k.svg (limited to 'contexte/figure') diff --git a/contexte/figure/g5k-backbone.pdf b/contexte/figure/g5k-backbone.pdf new file mode 100644 index 0000000..fef2216 Binary files /dev/null and b/contexte/figure/g5k-backbone.pdf differ diff --git a/contexte/figure/g5k.svg b/contexte/figure/g5k.svg new file mode 100644 index 0000000..1f89aaa --- /dev/null +++ b/contexte/figure/g5k.svg @@ -0,0 +1,123 @@ + + + + + + + + + + site web + + + hash + map + + geography + europe + france + + + + + Yves Aubry (yvounet) + + + + + Yves Aubry (yvounet) + + + + + Yves Aubry (yvounet) + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lille + + + + Nancy + + + + Lyon + + + + Grenoble + + + + Sophia + + + 10G dedicated lambda + + + + Luxembourg + + + + Toulouse + + + + + Last update: 2023-06-16 + + + Nantes + + + + Rennes + + + \ No newline at end of file -- cgit v1.2.3