-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
51 lines (42 loc) · 1.27 KB
/
main.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
\documentclass[12pt, twoside, openright, a4paper]{gradient}
\input{preamble.tex}
\begin{document}
\assignment{Master Thesis}
\author{Niklas Heim\\ September 4th, 2018}
\title{Automated Anomaly Detection \\ In Chaotic Time Series}
\subtitle{A Reservoir Computing Approach}
\frontpageimage{cover/gradient_cover.jpg}
\advisor{Professor Brian Vinter\\ Asst. Professor James E. Avery}
\institution{University of Copenhagen}
\department{Niels Bohr Institute}
\maketitle
\frontmatter
\pagestyle{ruledtitle}
\include{frontmatter/acknowledgements}
\cleardoublepage
\include{frontmatter/abstract_en}
\cleardoublepage
\include{frontmatter/abstract_de}
\begin{KeepFromToc}
\hypersetup{linkcolor=black}
\newpage\tableofcontents
\hypersetup{linkcolor=linkblue}
\end{KeepFromToc}
\mainmatter
\include{mainmatter/introduction}
\include{mainmatter/anomaly}
\include{mainmatter/feedforward_nets}
\include{mainmatter/recurrent_nets}
\include{mainmatter/reservoir_computing}
\include{mainmatter/hyperparameter}
\include{mainmatter/implementation}
\include{mainmatter/results}
\include{mainmatter/future_work}
\appendix
\chapter{Derivations}
\label{app:derivations}
\newpage
\input{backmatter/eigenvalues.tex}
\input{backmatter/tikhonov.tex}
\printbibliography[title={\color{black} Bibiliography}]
\end{document}