-
Notifications
You must be signed in to change notification settings - Fork 8
/
main.tex
117 lines (79 loc) · 2.81 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
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
\documentclass[11pt]{article}
% --- Packages ---
\usepackage[usenames, dvipsnames]{color} % Cool colors
\usepackage{enumerate, amsmath, amsthm, amssymb, mathrsfs, algorithm, algpseudocode, fontawesome, pifont, subfig, fullpage, csquotes, dashrule, tikz, bbm, booktabs, bm, hyperref, wasysym}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage[numbers]{natbib}
\usepackage[normalem]{ulem}
% --- Misc. ---
\hbadness=10000 % No "underfull hbox" messages.
\setlength{\parindent}{0pt} % Removes all indentation.
% -- Commands --
\input{commands}
% Nice coloring of references.
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
breaklinks=true,
urlcolor=dblue,
linkcolor=dgreen,
linkbordercolor=dgreen,
citecolor=dblue,
citebordercolor=dblue
}
\title{NeurIPS 2019 Notes \\ \Large{Vancouver, BC, Canada}}
\author{David Abel\footnote{\durl{http://david-abel.github.io}} \\ \durl{[email protected]}}
\date{December 2019}
\begin{document}
\maketitle
\tableofcontents
\newpage
This document contains notes I took during the events I managed to make it to at NeurIPS 2019 in Vancouver, BC, Canada. Please feel free to distribute it and shoot me an email at \durl{[email protected]} if you find any typos or other items that need correcting. \\
I was in meetings most of the conference this year, so unfortunately I missed a lot more talks than usual. Of the things I missed, I'm most looking forward to catching:
\begin{enumerate}
\item Prof. Celeste Kidd's talk on ``How to Know": \durl{https://slideslive.com/s/celeste-kidd-21913}.
\item The ML for Climate Change workshop: \durl{https://www.climatechange.ai/NeurIPS2019_workshop.html}.
\item More from the Optimization Foundations in RL workshop: \durl{https://optrl2019.github.io/}.
\end{enumerate}
%\section{Conference Highlights}
% ------------
% -- Monday --
% ------------
% \newpage
% \section{Monday December 9th: Tutorials}
% \input{days/monday_december_9_2019.tex}
% -------------
% -- Tuesday --
% -------------
\newpage
\section{Tuesday December 10th: Main Conference}
\input{days/tuesday_december_10_2019.tex}
% ------------
% -- Wednesday --
% ------------
\newpage
\section{Wednesday December 11th: Main Conference}
\input{days/wednesday_december_11_2019.tex}
% --------------
% -- Thursday --
% --------------
\newpage
\section{Thursday December 12th: Main Conference}
\input{days/thursday_december_12_2019.tex}
% ------------
% -- Friday --
% ------------
\newpage
\section{Friday December 13th: Workshops}
\input{days/friday_december_13_2019.tex}
% ------------
% -- Saturday --
% ------------
\newpage
\section{Saturday December 14th: Workshops}
\input{days/saturday_december_14_2019.tex}
% --- Bibliography ---
\newpage
\bibliographystyle{plainnat}
\bibliography{neurips}
\end{document}