-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
95 lines (73 loc) · 1.91 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
\PassOptionsToPackage{svgnames,dvipsnames}{xcolor}
%% add the masters option to print master of science
\documentclass[12pt,masters]{cmuthesis}
\usepackage[Lenny]{fncychap}
\ChNameVar{\Large}
\input{sections/packages}
\input{sections/macros}
\input{sections/defs}
% \draftstamp{\today}{DRAFT}
\begin{document}
\frontmatter
\pagestyle{empty}
\title{{\bf Online Representation Learning\\ on the Open Web}}
\author{Ellis L. Brown, II}
\date{May 2023}
\Year{2023}
\trnumber{CMU-CS-23-107}
\committee{
\begin{tabular}{rl}
% \emph{Chair,}\ \ Deepak Pathak & \textit{Carnegie Mellon University}\\
Deepak Pathak & \textit{Carnegie Mellon University}, Chair\\
Deva Ramanan & \textit{Carnegie Mellon University} \\
Alexei A.\ Efros & \textit{University of California, Berkeley} \\
\end{tabular}
}
\support{
\begin{center}
This work is supported by
NSF IIS-2024594
and
ONR MURI N00014-22-1-2773.
\end{center}
}
\disclaimer{}
\keywords{
machine learning,
deep learning,
computer vision,
representation learning,
self-supervised learning,
active learning,
online learning,
internet
}
\maketitle
\input{sections/dedication}
\input{sections/abstract}
\input{sections/acknowledgments}
\pagestyle{plain}
\tableofcontents
\addtocontents{toc}{\vspace*{-2cm}}
\listoffigures
\addtocontents{lof}{\vspace*{-2cm}}
\listoftables
{\let\clearpage\relax\listofalgorithms}
% \listofalgorithms
\mainmatter
\include{sections/intro}
\include{sections/method}
\include{sections/experiments}
\include{sections/conclusions}
\chapter*{Bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
\vspace{-25mm}
This bibliography contains \total{citenum} references.
\vspace{10mm}
\printbibliography[heading=none]
\end{document}
%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-engine: xetex
%%% End: