summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex114
1 files changed, 0 insertions, 114 deletions
diff --git a/main.tex b/main.tex
deleted file mode 100644
index f42a4d8..0000000
--- a/main.tex
+++ /dev/null
@@ -1,114 +0,0 @@
-\documentclass{report}
-
-\usepackage[french]{babel}
-\usepackage{placeins}
-%\usepackage[draft]{graphicx}
-\usepackage{graphicx}
-\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{mathabx}
-\lstset{
-basicstyle=\small\ttfamily,
-columns=flexible,
-breaklines=true
-}
-
-\usetikzlibrary {shapes.geometric}
-\usetikzlibrary {shapes.symbols}
-\usetikzlibrary{decorations.pathreplacing}
-
-%\input{aia/00macros}
-\input{theorem}
-\input{macros}
-\input{tikz_assets/data}
-\input{tikz_assets/param}
-
-\begin{document}
-\begin{titlepage}
- \begin{center}
- \Huge
- \textbf{Intelligence artificielle pour des services moraux}
-
- \vspace{3cm}
-
- \Large
- \textbf{Jan Aalmoes}
-
- \large
- Sous la supervison de \\
- Antoine Boutet et Mathieu Cunche
-
- \vfill
- Institut National des Sciences Appliquées\\
- Laboratoire CITI\\
- Institut National de Recherche en Informatique et en Automatique\\
- Equipe PRIVATICS
- \end{center}
-\end{titlepage}
-
-\tableofcontents
-\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}
-
-
-\end{document}