summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorJan Aalmoes <jan.aalmoes@inria.fr>2024-09-21 16:33:51 +0200
committerJan Aalmoes <jan.aalmoes@inria.fr>2024-09-21 16:33:51 +0200
commitb8504c330be30ccf771d6745a34f395a83395ea5 (patch)
tree9bbd9285d530381e3e743266fbf62be35df3a7c8 /main.tex
parent00ec61946ddf3a7c2abf7d7e0730fc8e21b50f37 (diff)
parent06c724f61e746772dc46aaf7e11c96abc1a49dd1 (diff)
merge with brouillon
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex133
1 files changed, 0 insertions, 133 deletions
diff --git a/main.tex b/main.tex
deleted file mode 100644
index cd01d45..0000000
--- a/main.tex
+++ /dev/null
@@ -1,133 +0,0 @@
-\documentclass{report}
-
-\usepackage[french]{babel}
-\usepackage{placeins}
-\usepackage{graphicx}
-\usepackage{amsmath}
-\usepackage{amsthm}
-\usepackage{amsfonts}
-\usepackage{csquotes}
-\usepackage{algpseudocode}
-\usepackage{algorithm}
-\usepackage{subcaption}
-\usepackage{setspace}
-\usepackage{tikz}
-\usepackage{cite}
-\usepackage{hyperref}
-
-\usetikzlibrary {shapes.geometric}
-\usetikzlibrary {shapes.symbols}
-
-%\input{aia/00macros}
-\input{theorem}
-
-\input{tikz_assets/data}
-\input{tikz_assets/param}
-
-\begin{document}
-\begin{titlepage}
- \begin{center}
- \Huge
- \textbf{Ecopaturage en territoire méditéranéen}
-
- \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*{Avertissement}
-\input{contexte/avertissement}
-\chapter{Introduction}
- \section{Qu'est-ce que l'Intelligence Artificielle ?}
- \input{contexte/ckoi}
- \section{Les stratégies IA}
- \input{contexte/strat}
- \section{Définitions}
- \input{contexte/def}
- \section{Enjeux}
- \input{contexte/enjeux}
- \section{Bases légales}
- \input{contexte/legal}
-
-\chapter{Background}
-\section{Ensembles et fonctions}
-
-\section{Algèbre linéaire}
- \subsection{Espace vectoriel}
- \subsection{Applications linéaires}
- \subsection{Matrices}
-
-\section{Mesurer le hasard pour prédire et inférer}
- \subsection{Théorie de la mesure}
- \subsection{Probabilités}
- \subsection{Statistiques}
-
-\section{Topologie}
- \subsection{Distances et normes}
- \subsection{Espaces topologiques}
- \subsection{Application aux fonctions}
-
-\section{Calcul différentiel}
- \subsection{Différentiel}
- \subsection{Gradient}
-
-\section{Optimisation}
- \subsection{Multiplicateurs de Lagrange}
-
- \subsection{Descente de gradient}
- \subsubsection{Descente de gradient stochastique}
-
- \subsubsection{Descente de gradient exponentiée}
-
-\section{Apprentissage automatique}
- \subsection{Principe}
- \subsection{Entraîner un modèle}
- \subsubsection{Fonction de coût}
- \subsection{Evaluer un modèle}
- \subsubsection{Classification}
- \paragraph{La courbe ROC}
- \paragraph{La courbe de précision/recall}
- \subsubsection{Régression}
- \subsection{Décentralisation}
- \subsubsection{Federated learning}
-
-\section{Equité}
- \subsection{Différentes notions d'équité}
-
- \subsection{Mitiger l'inéquité}
- \subsubsection{Preprocessing}
- \subsubsection{Inprocessing}
- \subsubsection{Postprocessing}
-
-\chapter{Classification finie}
- \input{classification_finie/finit_classif}
-
-
-\chapter{Attaque d'inférence d'attribut sensible}
-\input{aia/main}
-
- \section{Régression}
- \subsection{Equité et régression}
- \subsubsection{Une bienheureuse conséquence de l'\textit{adversarial debiasing}}
-
-
-\chapter{Données synthétiques}
-\input{synthetic/main}
-
-\bibliographystyle{plain}
-\bibliography{biblio}
-
-\end{document}