-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
53 lines (45 loc) · 1.34 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
52
53
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 6CCS3PRJ Final Year Individual Project Report
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{informatics-report}
\usepackage{color}
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage{tikz}
\usepackage{parskip}
\usepackage{float}
\usepackage{hyperref}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{amsmath}
\usepackage{multicol}
\setlength{\parindent}{0pt}
\usetikzlibrary{shapes.geometric, shapes.arrows, calc, positioning}
\title{Transferability and Explainability of Machine Learning Models for Network Intrusion Detection}
\author{Ahmed Bedair}
\studentID{K2105577}
\supervisor{Dr.\ Fabio Pierazzi}
\date{\today}
\abstractFile{FrontMatter/abstract.tex}
\ackFile{FrontMatter/acknowledgements.tex}
\begin{document}
\createFrontMatter%
\onehalfspacing%
\tableofcontents
\doublespacing%
\include{Chapters/Introduction}
\include{Chapters/Background}
\include{Chapters/RelevantWork}
\include{Chapters/Specification+Design}
\include{Chapters/Implementation}
\include{Chapters/Evaluation}
\include{Chapters/ProfessionalIssues}
\include{Chapters/Conclusion}
\bibliographystyle{plain}
\bibliography{references}
\addcontentsline{toc}{section}{Bibliography}
\appendix%
\include{Appendices/Algorithms}
\include{Appendices/FeatureList}
\include{Appendices/UserGuide}
\end{document}