forked from Atcold/SP19-DL-collaborative-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
89 lines (76 loc) · 2.19 KB
/
main.tex
File metadata and controls
89 lines (76 loc) · 2.19 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[oneside]{book}
\usepackage{float}
\input{preamble}
\input{jupyter}
\title{SP19 DL collaborative notes}
\author{
The students of SP19 Deep Learning\\
Editor: Alfredo Canziani\\
NYU
}
\date{\today}
\begin{document}
\maketitle
\input{preface}
\input{instructions}
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Theory}\label{prt:theory}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{lectures/01-a/theory}
\input{lectures/01-b/theory}
\input{lectures/02-a/theory}
\input{lectures/02-b/theory}
\input{lectures/03-a/theory}
\input{lectures/03-b/theory}
\input{lectures/04-a/theory}
\input{labs/04/theory}
\input{labs/05/theory}
\input{lectures/06-a/theory}
\input{lectures/06-b/graph-cnn}
\input{lectures/06-b/theory-rnn}
\input{labs/07/theory}
\input{lectures/07-a/optimization}
\input{lectures/07-b/energy_based_models}
\input{lectures/08-b/Latent_Variable_Models}
\input{labs/09/theory}
\input{lectures/10-a/unsupervised-learning}
\input{lectures/10-b/Energy_based_unsupervised_learning}
\input{labs/12/theory}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Practice}\label{prt:practice}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{lectures/01-b/practice}
\input{labs/01/practice}
\input{labs/02/practice}
\input{lectures/02-b/practice}
\input{labs/03/practice}
\input{lectures/04-a/practice}
\input{labs/04/practice}
\input{labs/05/practice}
\input{labs/06/practice}
\input{labs/08/practice}
\input{labs/09/practice}
\input{labs/11/practice}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Coding}\label{prt:coding}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{lectures/01-b/coding}
\input{labs/01/coding}
\input{lectures/03-a/coding}
\input{labs/03/coding}
\input{labs/08/coding}
\input{labs/11/coding}
\input{labs/12/coding}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Applications}\label{prt:apps}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{lectures/04-b/applications}
\input{lectures/06-a/applications}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Papers summary}\label{prt:papers}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The end. % \part needs to be followed by something.
\bibliographystyle{plainnat}
\clearpage\bibliography{references}
\end{document}