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 --- aia/main.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 aia/main.tex (limited to 'aia/main.tex') diff --git a/aia/main.tex b/aia/main.tex new file mode 100644 index 0000000..07f5b67 --- /dev/null +++ b/aia/main.tex @@ -0,0 +1,17 @@ + +\section{AIA} +\section{Modèle de menace} +threat model +\label{sec:aia-tm} + +\section{Classification} +\input{aia/classif} + +\section{Regression} +\label{sec:aia-soft} + +\section{Méthodologie} +\subsection{Jeux de donné} +\label{sec:aia-methodo-jeu} +The US census is a snapshot of the US adult population that is done every ten year by the US government\footnote{www.census.gov}. +It produces a database where each row is an individual and each column is an attribute that describe people. -- 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 --- aia/main.tex | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'aia/main.tex') diff --git a/aia/main.tex b/aia/main.tex index 07f5b67..8e6059c 100644 --- a/aia/main.tex +++ b/aia/main.tex @@ -1,17 +1,24 @@ +\section{Introduction} +\input{aia/intro} -\section{AIA} -\section{Modèle de menace} -threat model -\label{sec:aia-tm} +\section{Equitée en regression} +\input{aia/fair_reg} -\section{Classification} -\input{aia/classif} +\section{Etude théorique de la relation entre AIA et équitée} +\input{aia/theo} \section{Regression} \label{sec:aia-soft} +\section{AIA} +\section{Modèle de menace} +threat model +\label{sec:aia-tm} \section{Méthodologie} \subsection{Jeux de donné} \label{sec:aia-methodo-jeu} The US census is a snapshot of the US adult population that is done every ten year by the US government\footnote{www.census.gov}. It produces a database where each row is an individual and each column is an attribute that describe people. + +\section{Résultats} +\input{aia/resultats} -- 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 --- aia/main.tex | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'aia/main.tex') diff --git a/aia/main.tex b/aia/main.tex index 8e6059c..5d5a58f 100644 --- a/aia/main.tex +++ b/aia/main.tex @@ -5,20 +5,22 @@ \input{aia/fair_reg} \section{Etude théorique de la relation entre AIA et équitée} +\label{sec:aia-theo} \input{aia/theo} -\section{Regression} -\label{sec:aia-soft} +\section{Construction de modèles d'AIA} +\label{sec:aia-aia} +\input{aia/aia} -\section{AIA} -\section{Modèle de menace} -threat model -\label{sec:aia-tm} -\section{Méthodologie} -\subsection{Jeux de donné} -\label{sec:aia-methodo-jeu} -The US census is a snapshot of the US adult population that is done every ten year by the US government\footnote{www.census.gov}. -It produces a database where each row is an individual and each column is an attribute that describe people. +\section{Méthodologie experimentale} +\input{aia/methodo} -\section{Résultats} +\section{Résultats experimentaux} +\label{sec:aia-resexp} \input{aia/resultats} + +\section{Travaux voisins} +\input{aia/related} + +\section{Conclusion} +\input{aia/conclusion} -- cgit v1.2.3