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