From bf5b05a84e877391fddd1b0a0b752f71ec05e901 Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Wed, 11 Sep 2024 00:10:50 +0200 Subject: Preuve existe f pas cca equivalant exists f BA pas randomguess --- template_these_INSA_cotut.tex | 138 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 template_these_INSA_cotut.tex (limited to 'template_these_INSA_cotut.tex') diff --git a/template_these_INSA_cotut.tex b/template_these_INSA_cotut.tex new file mode 100644 index 0000000..dc1d568 --- /dev/null +++ b/template_these_INSA_cotut.tex @@ -0,0 +1,138 @@ +\documentclass[a4paper,titlepage,12pt,french,twoside,openright]{report} + +\usepackage{graphicx} +\usepackage{xcolor} +\usepackage[paper=a4paper,margin=2.5cm]{geometry}% http://ctan.org/pkg/geometry +\usepackage[pdftex,colorlinks=false]{hyperref} +\usepackage[french]{babel} +\usepackage[T1]{fontenc} +\usepackage[scaled]{helvet} +\renewcommand*{\familydefault}{\sfdefault} +\usepackage{colortbl} +\usepackage{ulem} +\usepackage{lipsum} +\usepackage{upgreek} +\usepackage{amsmath} +\usepackage{amsthm} +\usepackage{amsfonts} +\usepackage{csquotes} +\usepackage{algpseudocode} +\usepackage{algorithm} +\usepackage{subcaption} +\usepackage{setspace} +\usepackage{tikz} +\usepackage{cite} +\usepackage{hyperref} +\usepackage{listings} +\usepackage{multirow} +\usepackage{placeins} +\usepackage{mathabx} +\lstset{ +basicstyle=\small\ttfamily, +columns=flexible, +breaklines=true +} + +\usetikzlibrary {shapes.geometric} +\usetikzlibrary {shapes.symbols} +\usetikzlibrary{decorations.pathreplacing} + + +\definecolor{tabED}{rgb}{0.90, 0.87, 0.93} +\definecolor{txtED}{rgb}{0.60, 0.28, 0.02} +\definecolor{siteED}{rgb}{0.04, 0.27, 0.47} + +\usetikzlibrary {shapes.geometric} +\usetikzlibrary {shapes.symbols} +\usetikzlibrary{decorations.pathreplacing} + +\input{macros} +\input{theorem} + +\input{tikz_assets/data} +\input{tikz_assets/param} + + +\begin{document} + +\hypersetup{ +pdftitle={Titre de la thèse}, %informations dans le titre +pdfauthor={Auteur}, %dans les informations du document +pdfsubject={Th\`ese} %sous Acrobat. +} + +\include{garde} + +\newgeometry{top=2.5cm,bottom=2.5cm,right=2.5cm,left=2.5cm} + + +\include{ED} + +\normalsize +\normalfont +\rmfamily + +\tableofcontents +\newpage + +\chapter*{Remerciements} +\input{remerciements} +\chapter*{Avertissement} +\input{avertissement} +\chapter{Introduction} + \section{Qu'est-ce que l'Intelligence Artificielle ?} + \label{sec:contexte-ckoi} + \input{contexte/ckoi} + \section{Philosophie de l'IA} + \label{sec:contexte-phi} + \input{contexte/philo} + \section{Les stratégies IA} + \input{contexte/strat} + \section{Enjeux} + \label{sec:contexte-enjeu} + \input{contexte/enjeux} + \section{Bases legales} + \input{contexte/legal} + \label{sec:contexte-legal} + +\chapter{Background} + \input{background/main} + +\chapter{Classification finie} + \label{sec:fini} + \input{classification_finie/main} + +\chapter{Attaque d'inférence d'attribut sensible} +\label{sec:aia}. +\input{aia/main} + + \section{Regression} + \subsection{Equitée et regression} + \subsubsection{Une bien-heureuse conséquence de l'\textit{adversarial debiasing}} + + +\chapter{Données synthétiques} +\label{sec:synth} +\input{synthetic/main} + +\chapter{Conclusion} +\input{conclusion} + +\bibliographystyle{plain} +\bibliography{biblio} + +\appendix +\chapter{Mot clé pour la recherche projets IA} +\input{annexe/ai_words} + +\newpage +\chapter*{Liste des figures} + +\newpage +\chapter*{Liste des tableaux} + +\newpage +\sffamily +\include{folio} + +\end{document} -- cgit v1.2.3 From faa07a8f3337c5d191597ea9b9587cc0969d663c Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Fri, 13 Sep 2024 00:07:42 +0200 Subject: =?UTF-8?q?avnac=C3=A9=20aia,=20remerciement=20notations,=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template_these_INSA_cotut.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'template_these_INSA_cotut.tex') diff --git a/template_these_INSA_cotut.tex b/template_these_INSA_cotut.tex index dc1d568..2293564 100644 --- a/template_these_INSA_cotut.tex +++ b/template_these_INSA_cotut.tex @@ -1,6 +1,7 @@ \documentclass[a4paper,titlepage,12pt,french,twoside,openright]{report} -\usepackage{graphicx} +%\usepackage{graphicx} +\usepackage[draft]{graphicx} \usepackage{xcolor} \usepackage[paper=a4paper,margin=2.5cm]{geometry}% http://ctan.org/pkg/geometry \usepackage[pdftex,colorlinks=false]{hyperref} @@ -79,6 +80,10 @@ pdfsubject={Th\`ese} %sous Acrobat. \input{remerciements} \chapter*{Avertissement} \input{avertissement} +\chapter*{Notes} +\input{notes} +\chapter*{Notations} +\input{notations} \chapter{Introduction} \section{Qu'est-ce que l'Intelligence Artificielle ?} \label{sec:contexte-ckoi} -- 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 --- template_these_INSA_cotut.tex | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) (limited to 'template_these_INSA_cotut.tex') diff --git a/template_these_INSA_cotut.tex b/template_these_INSA_cotut.tex index 2293564..44cfc0c 100644 --- a/template_these_INSA_cotut.tex +++ b/template_these_INSA_cotut.tex @@ -1,7 +1,7 @@ \documentclass[a4paper,titlepage,12pt,french,twoside,openright]{report} -%\usepackage{graphicx} -\usepackage[draft]{graphicx} +\usepackage{graphicx} +%\usepackage[draft]{graphicx} \usepackage{xcolor} \usepackage[paper=a4paper,margin=2.5cm]{geometry}% http://ctan.org/pkg/geometry \usepackage[pdftex,colorlinks=false]{hyperref} @@ -28,6 +28,7 @@ \usepackage{multirow} \usepackage{placeins} \usepackage{mathabx} +\usepackage{makecell} \lstset{ basicstyle=\small\ttfamily, columns=flexible, @@ -57,8 +58,8 @@ breaklines=true \begin{document} \hypersetup{ -pdftitle={Titre de la thèse}, %informations dans le titre -pdfauthor={Auteur}, %dans les informations du document +pdftitle={Intelligence artificielle pour des services moraux}, %informations dans le titre +pdfauthor={Jan Aalmoes}, %dans les informations du document pdfsubject={Th\`ese} %sous Acrobat. } @@ -80,11 +81,14 @@ pdfsubject={Th\`ese} %sous Acrobat. \input{remerciements} \chapter*{Avertissement} \input{avertissement} -\chapter*{Notes} +\chapter*{Note sur la langue} \input{notes} \chapter*{Notations} \input{notations} \chapter{Introduction} +\input{introduction} +\chapter{Contexte} +\label{sec:contexte} \section{Qu'est-ce que l'Intelligence Artificielle ?} \label{sec:contexte-ckoi} \input{contexte/ckoi} @@ -100,7 +104,8 @@ pdfsubject={Th\`ese} %sous Acrobat. \input{contexte/legal} \label{sec:contexte-legal} -\chapter{Background} +\chapter{Prérequis} +\label{sec:pre} \input{background/main} \chapter{Classification finie} @@ -111,16 +116,16 @@ pdfsubject={Th\`ese} %sous Acrobat. \label{sec:aia}. \input{aia/main} - \section{Regression} - \subsection{Equitée et regression} - \subsubsection{Une bien-heureuse conséquence de l'\textit{adversarial debiasing}} - - \chapter{Données synthétiques} \label{sec:synth} \input{synthetic/main} +\chapter{Perspectives} +\label{sec:per} +\input{perspectives} + \chapter{Conclusion} +\label{sec:conclusion} \input{conclusion} \bibliographystyle{plain} @@ -128,13 +133,17 @@ pdfsubject={Th\`ese} %sous Acrobat. \appendix \chapter{Mot clé pour la recherche projets IA} +\label{anx:mots} \input{annexe/ai_words} -\newpage -\chapter*{Liste des figures} +\chapter{Liste de 25 critères de discrimination} +\label{anx:discri} +\input{annexe/crit_discri} -\newpage -\chapter*{Liste des tableaux} +%\chapter*{Liste des figures} +\listoffigures +%\chapter*{Liste des tableaux} +\listoftables \newpage \sffamily -- cgit v1.2.3