diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-21 16:33:51 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-21 16:33:51 +0200 |
commit | b8504c330be30ccf771d6745a34f395a83395ea5 (patch) | |
tree | 9bbd9285d530381e3e743266fbf62be35df3a7c8 /classification_finie/main.tex | |
parent | 00ec61946ddf3a7c2abf7d7e0730fc8e21b50f37 (diff) | |
parent | 06c724f61e746772dc46aaf7e11c96abc1a49dd1 (diff) |
merge with brouillon
Diffstat (limited to 'classification_finie/main.tex')
-rw-r--r-- | classification_finie/main.tex | 70 |
1 files changed, 3 insertions, 67 deletions
diff --git a/classification_finie/main.tex b/classification_finie/main.tex index 2f40530..901499a 100644 --- a/classification_finie/main.tex +++ b/classification_finie/main.tex @@ -1,67 +1,3 @@ -\documentclass{article} - -\usepackage{graphicx} -\usepackage{amsmath} -\usepackage{amsthm} -\usepackage{amsfonts} -\usepackage{algpseudocode} -\usepackage{algorithm} -\usepackage{placeins} -\usepackage{subcaption} -\usepackage{graphicx} -\usepackage{setspace} - -\newtheorem{definition}{Definition} -\newtheorem{theorem}{Theorem} -\newtheorem{lemma}{Lemma} -\newtheorem{corollary}{Corollary}[theorem] - -\doublespace - -\begin{document} -\begin{abstract} - The abstract -\end{abstract} -\tableofcontents -\newpage -\section{Introduction} -\input{introduction} - -\section{Finit classification} -\input{finit_classif} - -\section{Applications} -\input{utility} - \subsection{Attribute inference attack} - \subsection{Painting classification} - \subsection{Lora} - \subsection{Tabular data} - \input{tabular} - \subsection{Movie recommender system} - \subsection{labeled faces in the wild} - - -\section{Computing cost} - \subsection{Cost of training} - \subsection{Cost of inference} - -\section{Decentralization} - \subsection{Sharing indexes} - \subsection{Sharing matrix of probability law} - -\section{Privacy} - \subsection{Private indexing} - \subsection{Differential privacy} - -\section{Fairness} - \subsection{Preprocessing} - \subsection{Inprocessing and postprocessing} - -\section{Explainability} - \subsection{Transparancy} - \subsection{Interpretability} - \subsection{Explainability} - -\section{Conclusion} - -\end{document} +\input{classification_finie/ba} +\input{classification_finie/finit_classif} +\input{classification_finie/tabular} |