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