-
Notifications
You must be signed in to change notification settings - Fork 0
/
database.js
199 lines (197 loc) · 5.48 KB
/
database.js
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
const messages = [
{
"info": "No reading group on 28.05.2018",
"termination": "28.05.2018",
},
{
"info": "No reading group on 21.05.2018",
"termination": "21.05.2018",
},
{
"info": "This is an outdated message on 1.05.2018",
"termination": "1.05.2018",
},
{
"info": "LMU AI Journal Club is taking a summer break! Our last meeting will take place on 25.06.18. Good luck with your research and upcoming exams! We will reconvene at the beginning of WS 2018/2019. Details will be announced here ahead of time.",
"termination": "01.10.2018",
},
]
const schedules = [
{
"person": "Georgia Olympia Brikis",
"email": null,
"paper": "Dynamic Routing Between Capsules",
"link": "https://arxiv.org/abs/1710.09829",
"date": "18.12.2017",
"materials": [],
"tags": []
},
{
"person": "Sebastian Wagner",
"email": null,
"paper": "Learning Transferable Architectures for Scalable Image Recognition",
"link": "https://arxiv.org/abs/1707.07012",
"date": "08.01.2018",
"materials": [],
"tags": []
},
{
"person": "Changkun Ou",
"email": null,
"paper": "Understanding Deep Learning Requires Rethinking Generalization",
"link": "https://arxiv.org/abs/1611.03530",
"date": "15.01.2018",
"materials": [],
"tags": []
},
{
"person": "Azada Rustimova",
"email": null,
"paper": "Unsupervised Domain Adaptation by Backpropagation",
"link": "http://proceedings.mlr.press/v37/ganin15.pdf",
"date": "22.01.2018",
"materials": [],
"tags": []
},
{
"person": "Changkun Ou",
"email": null,
"paper": "Generalization in Deep Learning",
"link": "https://arxiv.org/abs/1710.05468",
"date": "29.01.2018",
"materials": [
"https://docs.google.com/presentation/d/1eNUYH9_3bbBO7bONPU8BCTr2DOMC69gdOJvBgpLjwNg/edit?usp=drive_web&ouid=116465666322408862848"
],
"tags": []
},
{
"person": "Sebastian Wagner",
"email": null,
"paper": "Special issue: Workshop on Reinforcement Learning",
"link": null,
"date": "05.02.2018",
"materials": [],
"tags": []
},
{
"person": "Georgia Olympia Brikis",
"email": null,
"paper": "One Model To Learn Them All",
"link": "https://arxiv.org/abs/1706.05137",
"date": "19.02.2018",
"materials": [],
"tags": []
},
{
"person": "Sebastian Wagner",
"email": null,
"paper": "A Deep Reinforced Model for Abstractive Summarization",
"link": "https://arxiv.org/abs/1705.04304",
"date": "26.02.2018",
"materials": [],
"tags": []
},
{
"person": "Azada Rustamova",
"email": null,
"paper": "A causal framework for explaining the predictions of black-box sequence-to-sequence models",
"link": "https://arxiv.org/abs/1707.01943",
"date": "05.03.2018",
"materials": [],
"tags": []
},
{
"person": "Changkun Ou",
"email": null,
"paper": "Matrix capsules with EM routing",
"link": "https://openreview.net/pdf?id=HJWLfGWRb",
"date": "12.03.2018",
"materials": [
"https://docs.google.com/presentation/d/1ccEsDtqjyQVvEvF-MDfwwnXqht5mPRE3c800vs5yJNY/edit?usp=drive_web&ouid=116465666322408862848"
],
"tags": []
},
{
"person": "Georgia Olympia Brikis",
"email": null,
"paper": "Model-Agnostic Meta-Learning for Fast Adaption of Deep Networks",
"link": "https://arxiv.org/abs/1703.03400",
"date": "19.03.2018",
"materials": [],
"tags": []
},
{
"person": "Changkun Ou",
"email": null,
"paper": "Generalization in Machine Learning via Analytical Learning Theory",
"link": "https://arxiv.org/abs/1802.07426",
"date": "09.04.2018",
"materials": [],
"tags": []
},
{
"person": "Zhenyu Chen",
"email": null,
"paper": "A Review on Deep Learning Techniques Applied to Semantic Segmentation",
"link": null,
"date": "16.04.2018",
"materials": [
"https://docs.google.com/presentation/d/1BULnfmv4FlNSmMHYEpSUWIp3GAInDSCTn4YVvkPIO78/edit?usp=sharing"
],
"tags": []
},
{
"person": "Azada Rustamova",
"email": null,
"paper": "Position-aware Attention and Supervised Data Improve Slot Filling",
"link": "https://nlp.stanford.edu/pubs/zhang2017tacred.pdf",
"date": "23.04.2018",
"materials": [],
"tags": []
},
{
"person": "Georgia Olympia Brikis",
"email": null,
"paper": "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network",
"link": "https://arxiv.org/abs/1609.04802",
"date": "30.04.2018",
"materials": [],
"tags": []
},
{
"person": "Zhenyu Chen",
"email": null,
"paper": "ChatPainter: Improving Text to Image Generation using Dialogue",
"link": "https://arxiv.org/abs/1802.08216",
"date": "07.05.2018",
"materials": [],
"tags": []
},
{
"person": "Sebastian Wagner",
"email": null,
"paper": "Fine-tuned Language Models for Text Classification",
"link": "https://arxiv.org/abs/1801.06146",
"date": "14.05.2018",
"materials": [],
"tags": []
},
{
"person": "Georgia Olympia Brikis",
"email": null,
"paper": "Deep Image Prior",
"link": "https://arxiv.org/abs/1711.10925",
"date": "18.06.2018",
"materials": [],
"tags": []
},
{
"person": "Carolin Hecking-Veltman",
"email": null,
"paper": "Image-to-image translation for cross-domain disentanglement",
"link": "https://arxiv.org/abs/1805.09730",
"date": "25.06.2018",
"materials": [],
"tags": []
}
]