-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
279 lines (242 loc) · 11.2 KB
/
main.tex
File metadata and controls
279 lines (242 loc) · 11.2 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
\documentclass[12pt]{uiofysmaster}
\usepackage[english]{babel}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{float}
\usepackage{mathtools}
%\usepackage{minted}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{hyperref}
\usepackage{enumerate}
\usepackage[shortlabels]{enumitem}
\usepackage{amssymb}
\usepackage{subfig}
\usepackage{makecell}
\usepackage{array}
\usepackage{multirow}
\usepackage{mathpazo}
%\usepackage{multicol}
%\usepackage{siunits}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage[toc,page]{appendix}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{adjustbox}
\usepackage[section]{placeins}
\usepackage{pdflscape}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage[backend=biber]{biblatex}
%\usepackage{natbib}
%\usepackage[super]{cite}
\interfootnotelinepenalty=10000
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
\newcommand\MyHead[2]{\multicolumn{1}{l}{\parbox{#1}{\centering #2}}}
% set python environment
\usepackage{xcolor}
\definecolor{maroon}{cmyk}{0, 0.87, 0.68, 0.32}
\definecolor{halfgray}{gray}{0.55}
\definecolor{ipython_frame}{RGB}{207, 207, 207}
\definecolor{ipython_bg}{RGB}{247, 247, 247}
\definecolor{ipython_red}{RGB}{186, 33, 33}
\definecolor{ipython_green}{RGB}{0, 128, 0}
\definecolor{ipython_cyan}{RGB}{64, 128, 128}
\definecolor{ipython_purple}{RGB}{170, 34, 255}
\usepackage{listings}
\lstset{
breaklines=true,
%
extendedchars=true,
literate=
{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1
{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1
{à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1
{À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1
{ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1
{Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1
{â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1
{Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1
{œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1
{ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1
{€}{{\EUR}}1 {£}{{\pounds}}1
}
%%
%% Python definition (c) 1998 Michael Weber
%% Additional definitions (2013) Alexis Dimitriadis
%% modified by me (should not have empty lines)
%%
\lstdefinelanguage{iPython}{
morekeywords={access,and,break,class,continue,def,del,elif,else,except,exec,finally,for,from,global,if,import,in,is,lambda,not,or,pass,print,raise,return,try,while},%
%
% Built-ins
morekeywords=[2]{abs,all,any,basestring,bin,bool,bytearray,callable,chr,classmethod,cmp,compile,complex,delattr,dict,dir,divmod,enumerate,eval,execfile,file,filter,float,format,frozenset,getattr,globals,hasattr,hash,help,hex,id,input,int,isinstance,issubclass,iter,len,list,locals,long,map,max,memoryview,min,next,object,oct,open,ord,pow,property,range,raw_input,reduce,reload,repr,reversed,round,set,setattr,slice,sorted,staticmethod,str,sum,super,tuple,type,unichr,unicode,vars,xrange,zip,apply,buffer,coerce,intern},%
%
sensitive=true,%
morecomment=[l]\#,%
morestring=[b]',%
morestring=[b]",%
%
morestring=[s]{'''}{'''},% used for documentation text (mulitiline strings)
morestring=[s]{"""}{"""},% added by Philipp Matthias Hahn
%
morestring=[s]{r'}{'},% `raw' strings
morestring=[s]{r"}{"},%
morestring=[s]{r'''}{'''},%
morestring=[s]{r"""}{"""},%
morestring=[s]{u'}{'},% unicode strings
morestring=[s]{u"}{"},%
morestring=[s]{u'''}{'''},%
morestring=[s]{u"""}{"""},%
%
% {replace}{replacement}{lenght of replace}
% *{-}{-}{1} will not replace in comments and so on
literate=
{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1
{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1
{à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1
{À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1
{ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1
{Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1
{â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1
{Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1
{œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1
{ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1
{€}{{\EUR}}1 {£}{{\pounds}}1
%
{^}{{{\color{ipython_purple}\^{}}}}1
{=}{{{\color{ipython_purple}=}}}1
%
{+}{{{\color{ipython_purple}+}}}1
{*}{{{\color{ipython_purple}$^\ast$}}}1
{/}{{{\color{ipython_purple}/}}}1
%
{+=}{{{+=}}}1
{-=}{{{-=}}}1
{*=}{{{$^\ast$=}}}1
{/=}{{{/=}}}1,
literate=
*{-}{{{\color{ipython_purple}-}}}1
{?}{{{\color{ipython_purple}?}}}1,
%
identifierstyle=\color{black}\ttfamily,
commentstyle=\color{ipython_cyan}\ttfamily,
stringstyle=\color{ipython_red}\ttfamily,
keepspaces=true,
showspaces=false,
showstringspaces=false,
%
rulecolor=\color{ipython_frame},
frame=single,
frameround={t}{t}{t}{t},
framexleftmargin=6mm,
numbers=left,
numberstyle=\tiny\color{halfgray},
%
%
backgroundcolor=\color{ipython_bg},
% extendedchars=true,
basicstyle=\scriptsize,
keywordstyle=\color{ipython_green}\ttfamily,
}
% set space around equations
\setlength{\belowdisplayskip}{12pt} \setlength{\belowdisplayshortskip}{12pt}
\setlength{\abovedisplayskip}{12pt} \setlength{\abovedisplayshortskip}{12pt}
\usepackage{amssymb}
\usepackage{import}
% defined commands
\newcommand{\inner}[2]{\langle #1 | #2 \rangle}
\newcommand{\R}{\mathbb{R}}
\newcommand{\wij}{W_{ij}}
\newcommand{\loss}{\mathcal{L}}
% \usepackage{biblatex}
\usepackage[numbers]{natbib}
\author{Robert Solli}
\title{Latent Variable Machine Learning Algorithms: Applications in a Nuclear Physics Experiment}
\begin{document}
\maketitle
\tableofcontents
\listoffigures
\newpage
\section*{Acknowledgments}
Writing a thesis is frustrating work, as I am sure the reader is aware. But the making of any scientific work is wonderfully rewarding. For me, the reward is much like what I feel like when pursuing my other passion: mountain climbing. The frustration and aches of traversing a sheer rock-face in possibly the dumbest way possible are validated by an astonishing feeling of accomplishment after a successful climb. Academic work is also like climbing in that it would not have been possible without the people supporting me through this work. While the point of failure is marginally less visceral for academic work, the help is no less appreciated. For their help through these two years of study, I particularly want to credit:
My academic advisors, I wish to convey my most sincere gratitude to Michelle Kuchera, Morten Hjorth-Jensen, and Daniel Bazin. Your contributions made writing this thesis an incredible learning experience.
My peers, who spent precious free time pouring over this sprawling piece of work, Geir Tore Ulvik, Tommy Myrvik, Sigmund Slang and Maiken Rian. Thank you for thought-provoking conversations and valuable insights.
My office mates, who had to endure my procrastination. Procrastination which invariably included their involvement in some wonderfully pointless discussions.
My family and friends for their patience and understanding of my distraction these past months.
Last, but in no way least, I want to thank my partner Maiken Rian. Without whom the process of writing a thesis would have been truly miserable, and thanks to which it ended up as a fundamentally positive experience. I can not thank you enough.
\newpage
\subimport*{chapters/abstract/}{abstract.tex}
\subimport*{chapters/introduction/}{introduction.tex}
%\todo{Need to add abbreviations to list}
% Theory part and experimental context
\part{Theory and Experimental Background}\label{part:theory_experiment}
% Machine learning theory
\subimport*{chapters/theory/}{background_theory.tex}
\subimport*{chapters/theory/ground_methods/}{linear_regression.tex}
\subimport*{chapters/theory/optimization//}{overfitting.tex}
\subimport*{chapters/theory/optimization/}{bias_variance.tex}
\subimport*{chapters/theory/optimization/}{regularization}
\subimport*{chapters/theory/neural_network/}{hyperparameters.tex}
\subimport*{chapters/theory/optimization/}{information.tex}
\subimport*{chapters/theory/ground_methods/}{logistic_regression.tex}
\subimport*{chapters/theory/ground_methods/}{revisiting_linreg.tex}
\subimport*{chapters/theory/optimization/}{gradient_descent.tex}
\subimport*{chapters/theory/optimization/}{validation}
\subimport*{chapters/theory/optimization/}{unsupervised}
%\subimport{chapters/theory/optimization/}{summary}
\subimport*{chapters/theory/}{theory.tex}
\subimport*{chapters/theory/neural_network/}{neural_network.tex}
\subimport*{chapters/theory/neural_network/}{convolution.tex}
\subimport*{chapters/theory/neural_network/}{rnn.tex}
\subimport*{chapters/theory/autoencoder/}{intro_autoenc.tex}
\subimport*{chapters/theory/autoencoder/}{autoencoder.tex}
\subimport*{chapters/theory/autoencoder/}{regularizing_latent.tex}
\subimport*{chapters/theory/autoencoder/}{draw.tex}
\subimport*{chapters/theory/autoencoder/}{deep_clustering.tex}
\subimport*{chapters/theory/}{model_architecture}
% \subimport*{chapters/theory/}{todo.tex}
% Experimental context and background
\subimport*{chapters/experimental_background/}{experimental_background.tex}
\subimport*{chapters/experimental_background/at_tpc/}{at_tpc.tex}
\subimport*{chapters/experimental_background/data/}{data.tex}
% Methods chapter
\part{Implementation}\label{part:implement}
\subimport*{chapters/methods/}{methods.tex}
\subimport*{chapters/methods/tensorflow/}{tensorflow.tex}
\subimport*{chapters/methods/models/}{architecture.tex}
\subimport*{chapters/methods/models/convae/}{convae.tex}
\subimport*{chapters/methods/models/draw/}{draw.tex}
\subimport*{chapters/methods/models/mixae/}{mixae.tex}
\subimport*{chapters/methods/randomsearch/}{randomsearch.tex}
\part{Results}\label{part:results}
\subimport*{chapters/results/}{results.tex}
\subimport*{chapters/results/classification/}{classification}
\subimport*{chapters/results/classification/}{vgg}
\subimport*{chapters/results/classification/}{convae.tex}
\subimport*{chapters/results/classification/}{draw.tex}
\subimport*{chapters/results/clustering/}{clustering}
\subimport*{chapters/results/clustering/}{vgg}
\subimport*{chapters/results/clustering/}{convae.tex}
\subimport*{chapters/results/clustering/}{draw.tex}
\part{Discussion, Conclusion and Future Prospects}\label{part:discuss_concludee}
\subimport*{chapters/discussion/}{discussion.tex}
\subimport*{chapters/discussion/classification/}{classification.tex}
\subimport*{chapters/discussion/clustering/}{clustering.tex}
\subimport*{chapters/conclusion/}{conclusion.tex}
\part{Appendices}
\appendix
\subimport{chapters/appendix/maths/}{kl_divergence}
\subimport{chapters/appendix/maths/}{bias_variance}
\subimport{chapters/appendix/architectures/}{vgg}
\subimport{chapters/appendix/hyperparameters/}{hyperparams}
%\subimport{chapters/appendix/clf_tables/}{convae_simulated}
% \bibliographystyle{te}
%\bibliographystyle{plainnat}
\bibliographystyle{mybibstyle}
\bibliography{link.bib}
%\printbibliography
\end{document}