From d339a5f0128d753e26ccf5750f0c4e1049c2f5ef Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Wed, 7 Aug 2024 14:05:43 +0200 Subject: =?UTF-8?q?Ajout=20aux=20dej.=20Modification=20de=20l'organisation?= =?UTF-8?q?=20des=20fichier=20pour=20plus=20de=20lisibilit=C3=A9=20dans=20?= =?UTF-8?q?le=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tex | 59 ++++++++++------------------------------------------------- 1 file changed, 10 insertions(+), 49 deletions(-) (limited to 'main.tex') diff --git a/main.tex b/main.tex index 285ef3e..fef6397 100644 --- a/main.tex +++ b/main.tex @@ -14,6 +14,13 @@ \usepackage{tikz} \usepackage{cite} \usepackage{hyperref} +\usepackage{listings} + +\lstset{ +basicstyle=\small\ttfamily, +columns=flexible, +breaklines=true +} \usetikzlibrary {shapes.geometric} \usetikzlibrary {shapes.symbols} @@ -28,7 +35,7 @@ \begin{titlepage} \begin{center} \Huge - \textbf{Ecopaturage en territoire méditéranéen} + \textbf{L'intelligence artificielle pour une bêtise bien réel} \vspace{3cm} @@ -59,56 +66,10 @@ \input{contexte/enjeux} \section{Bases legales} \input{contexte/legal} + \label{sec:contexte-legal} \chapter{Background} -\section{Ensembles et fonctions} - -\section{Algèbre linéaire} - \subsection{Espace vectoriel} - \subsection{Application linéaires} - \subsection{Matrices} - -\section{Mesurer le hasard pour prédire et inférer} - \subsection{Théorie de la mesure} - \subsection{Probabilitées} - \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 precision/recall} - \subsubsection{Regression} - \subsection{Décentralisation} - \subsubsection{Federated learning} - -\section{Equitée} - \subsection{Différentes notions d'équitée} - - \subsection{Mitiger l'inéquitée} - \subsubsection{Preprocessing} - \subsubsection{Inprocessing} - \subsubsection{Postprocessing} + \input{background/main} \chapter{Classification finie} \input{classification_finie/finit_classif} -- cgit v1.2.3