-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
130 lines (98 loc) · 4.03 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
%% ----------------------------------------------------------------
%% Thesis.tex
%% ----------------------------------------------------------------
%\documentclass[draft]{ecsthesis} % Use the Thesis Style
\documentclass{ecsthesis} % Use the Thesis Style
%\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage{natbib} % Use Natbib style for the refs.
\usepackage{psfrag}
\usepackage{multirow}
%\linespread{0.98}
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{definitions} % Include your abbreviations
%% ----------------------------------------------------------------
\setcounter{secnumdepth}{3} % seting level of numbering (default for "report" is 3). With ''-1'' you have non number also for chapters
\setcounter{tocdepth}{2}
\begin{document}
\sloppy
\begingroup
\makeatletter
\let\BR@bibitem\BRatbibitem
\nobibliography*
\endgroup
\frontmatter
\title {Machine Learning and Extremes for Anomaly Detection}
\titre {Apprentissage Automatique et Extrêmes pour la Détection d'Anomalies}
\authors {Nicolas Goix}
\date {Octobre 2016}
\subject {PhD Thesis}
\keywords {Anomaly Detection, Dimensionality Reduction, Multivariate Extremes, Concentration}
\maketitle
\input{publilisting}
%\input{ack}
\tableofcontents
\listoffigures
\listoftables
%\lstlistoflistings
%\listofsymbols{ll}{}
%\dedicatory{To \dots}
%% ----------------------------------------------------------------
\thispagestyle{plain}
\null\vfill
%``There is nothing more practical than a good theory.''
``La clef de toutes les sciences est sans contredit le point d'interrogation, nous devons la plupart des grandes découvertes au : Comment ? et la sagesse dans la vie consiste peut-être à se demander à tout propos : Pourquoi ?''
\begin{flushright}
Honoré de Balzac, \emph{La Peau de chagrin}.
\end{flushright}
\vspace*{1cm}
``Dans ce prodigieux, cet inépuisable catalogue-raisonné-des-données-expérimentales, qui, mené à bien, devait aboutir à la certitude des certitudes, toutes les bizarreries, toutes les anomalies avaient leur place marquée, puisqu'elles étaient révélatrices à l'égal des phénomènes "normaux".''
\begin{flushright}
Albert Béguin, \emph{L'Âme romantique et le rêve}.
\end{flushright}
% ``There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
% There is another theory which states that this has already happened.''
% \begin{flushright}
% --- Douglas Adams
% \end{flushright}
\vfill\vfill\vfill\vfill\vfill\vfill\null
\clearpage
%% ----------------------------------------------------------------
\mainmatter
%% ----------------------------------------------------------------
\chapter{Summary}\label{chap:intro}
%%\addcontentsline{toc}{part}{\nameref{chap:intro}}
%%\counterwithout{section}{chapter}
\input{introduction.tex}
%%\numberwithin{section}{chapter}
\part{Preliminaries}\label{part:background}
\input{background.tex}
\part{An Excess-Mass based Performance Criterion}\label{part:struct}
\input{aistat}
\part{Accuracy on Extreme Regions}\label{part:vect}
\input{colt}
\input{jmva}
\part{Efficient heuristic approaches}
\label{part:heuristic}
\input{evaluation}
\input{ocrf}
\chapter{Conclusion, limitations \& perspectives}\label{chap:concl}
% \addcontentsline{toc}{chapter}{\nameref{chap:concl}}
% \counterwithout{section}{chapter}
\input{conclusion}
% \numberwithin{section}{chapter}
\chapter{Résumé des contributions en Français}\label{chap:resume_fr}
\input{resume_fr}
%%\input{ListPublis}
\appendix
%\input{AppendixPR}
%\input{AppendixProofs}
\backmatter
{\small
\bibliographystyle{ecs}
\bibliography{Thesis}
}
% XXX uncomment for book style!
%\chapter*{Abstract}
%\include{abstract}
\end{document}
%% ----------------------------------------------------------------