-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.tex
More file actions
70 lines (51 loc) · 1.69 KB
/
Copy pathpaper.tex
File metadata and controls
70 lines (51 loc) · 1.69 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
\documentclass{article}
% if you need to pass options to natbib, use, e.g.:
% \PassOptionsToPackage{numbers, compress}{natbib}
% before loading neurips_2019
% \PassOptionsToPackage{numbers, compress}{natbib}
% ready for submission
% \usepackage{neurips_2019}
% to compile a preprint version, e.g., for submission to arXiv, add add the
% [preprint] option:
\usepackage[preprint]{neurips_2019}
% to compile a camera-ready version, add the [final] option, e.g.:
% \usepackage[final]{neurips_2019}
% to avoid loading the natbib package, add option nonatbib:
% \usepackage[nonatbib]{neurips_2019}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage{amsfonts} % blackboard math symbols
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype} % microtypography
\input{preamble}
\title{High Mutual Information in Representation Learning with Symmetric Variational Inference}
%%%%%%%%%%%%%%%%%%%%%%
% NeuRIPS formatting
%%%%%%%%%%%%%%%%%%%%%%
\author{%
Micha Livne \\
Department of Computer Science\\
University of Toronto\\
Vector Institute \\
\texttt{mlivne@cs.toronto.edu} \\
\And
Kevin Swersky \\
Google Brain \\
\texttt{kswersky@google.com} \\
\And
David J.\ Fleet \\
University of Toronto\\
Vector Institute \\
\texttt{fleet@cs.toronto.edu} \\
}
%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\input{sections/introduction}
% \input{sections/experiments}
\bibliographystyle{plainnat}
\bibliography{paper}
\end{document}