-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
379 lines (339 loc) · 18.1 KB
/
index.html
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
---
layout: page
title: Home
weight: 0
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="jquery.dataTables.min.js"></script>
<script src="bib-list.js"></script>
<link rel="stylesheet" href="bib-publication-list.css" type="text/css" />
<title>Harvard CS 287</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="page.css">
</head>
<body>
<div class="row">
</div>
<div class="container">
<div class="panel panel-primary" style="margin-top:10px;background-color:#B75F33;border-color:#000000;">
<div class="panel-heading" style="background-color:#B75F33;border-color:#2D6ED3;">
<h1>CS287: Machine Learning for Natural Language </h1>
<p class="lead">Alexander Rush, Harvard University</p>
</div>
<div class="panel-footer">
<ul class="nav nav-tabs invert-colors">
<li class="active"><a data-toggle="tab" href="#home_tab">Home</a></li>
<li><a data-toggle="tab" href="#schedule_tab">Schedule</a></li>
<li><a data-toggle="tab" href="#project_tab">Project</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="tab-content">
<div id="home_tab" class="row tab-pane fade in active">
<div class="row container">
<p><span style="font-size: 1.17em;font-weight: bold;">Time:</span> Mon/Wed 10:30-11:45pm</p>
<p><span style="font-size: 1.17em;font-weight: bold;">Location:</span> Pierce 301</p>
</div>
<div class="row container">
<h3 id="description">Course Info</h3>
<div class="container ">
<dl>
<dt>Application</dt>
<dd><ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfZcGeC2WenocQLkLC5acfBq5PeqKeXORwiRxk9GZxGQZX5SA/viewform?usp=sf_link">Course Application</a> (CS 287 will be capped at 35
students this semester. We are
looking for interested and
dedicated students. If you think
this is you, please take the time
to fill out the application
carefully.)
</ul></dd>
<dt>Links</dt>
<dd><ul>
<li><a href="https://cs-287.slack.com/">Slack </a></li>
<li> <a href="syllabus.pdf">Syllabus</a></li>
<li><a href="https://canvas.harvard.edu/courses/46821">Canvas Site</a></li>
<li><a href="https://docs.google.com/document/d/1dntIvJ7RlOsPbFcnJyDuQBBGHE7Q9kL1a8c9VUmBgTA/edit">Project Ideas</a></li>
</ul></dd>
<dt>Lab Times </dt>
<dd>
<ul>
<li>Friday 2:30-3:30pm, MD 2nd Floor Lounge</li>
</ul>
</dd>
<dt>Instructor</dt>
<dd> <ul>
<li>Alexander "Sasha" Rush <br>
</li>
<li>Email: Slack preferred or srush at seas.harvard.edu
</li></ul>
</dd>
<dt>Teaching Assistants</dt>
<dd>
<ul>
<li>
{% for ta in site.data.all.tas %}
{{ta.name}}
{% endfor %}
</li>
</ul>
</dd>
<dt>Office Hours</dt>
<dd>
<ul>
{% for oh in site.data.all.ohs %}
<li>{{oh.time}}: {{oh.location}}</li>
{% endfor %}
</ul>
</dd>
<dt>Grading</dt>
<dd>
<ul>
<li> Assignments (20%) </li>
<li> Presentation and Participation (15%) </li>
<li> Midterm Exam (15%) </li>
<li> Final Project (50%) </li>
</ul>
</dd>
</dl>
</div>
</div>
</div>
<!--div id="references_tab" class="row tab-pane fade">
<div class="row container">
<dl>
<dd><ul>
<li> Murphy, <a href="http://harvardcoopbooks.bncollege.com/webapp/wcs/stores/servlet/BNCB_TextbookDetailView?catalogId=10001&item=N&langId=-1&productId=600005699137&storeId=52084">Machine Learning: A Probabilistic Perspective</a>
<li> Gelman et al, <a href="http://www.stat.columbia.edu/~gelman/book/"> Bayesian Data Analysis </a> </li>
<li> Petersen and Pedersen, <a href="http://www2.imm.dtu.dk/pubdb/views/edoc_download.php/3274/pdf/imm3274.pdf">The Matrix Cookbook</a>
<li> Blei et al, <a href="https://arxiv.org/pdf/1601.00670.pdf">Variational Inference: A Review for Statisticians</a>
</ul></dd>
</dl>
</div>
</div-->
<div id="sections_tab" class="row tab-pane fade">
<h3>Time and Location</h3>
<div class="row container">
<ul>
<li>Thursday 5-6pm: Pierce Hall 320</li>
<li>Friday 11-11:59am: MD 223</li>
</ul>
</div>
<hr>
<div class="row container">
<table class="table">
<thead>
<tr _base_target="_blank">
<th>Date</th>
<th>Location</th>
<th>Topic</th>
<th>Materials</th>
</tr>
</thead>
<tbody>
<tr class="lecture" _base_target="_blank">
<td>Sep. 1, 10-11am (Mark)</td>
<td>Pierce 301</td>
<td>
<a href="https://github.com/harvard-ml-courses/cs287-sections/tree/master/00">Math Review (Linear Algebra, Calculus, Probabilistic Theory)</a>
</td>
<td>
</td>
</tr>
<tr>
<td>Sep. 4, 5-6pm (Zhirui)</td>
<td>Pierce 301</td>
<td>
<a href="https://github.com/harvard-ml-courses/cs287-sections/tree/master/00">Math Review (Linear Algebra, Calculus, Probabilistic Theory)</a>
</td>
<td>
</td>
</tr>
<tr>
<td>Sep. 7, 5-6pm (Rachit)</td>
<td>Pierce 320</td>
<td>
Code Review (Python, Numpy, Matplotlib, PyTorch)
</td>
<td>
</td>
</tr>
<tr>
<td>Sep. 8, 11-11:59am (Rachit)</td>
<td>MD 223</td>
<td>
Code Review (Python, Numpy, Matplotlib, PyTorch)
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="project_tab" class="row tab-pane fade">
<p>
You will form groups of 3 (preferably, for exceptions please ask Sasha) to work on a project. The ideal outcome of this project
would be a paper that could be submitted to a top-tier natural language or machine learning conference such as ACL, EMNLP, NIPS,
ICML, or UAI. There are different ways to approach this project, which are discussed in a more comprehensive document that is available on the course website. There are four
separate components of the project.
</p>
<p>
You will upload these materials via Canvas. Please see the syllabus (linked
in the course website) for a more thorough description of the final project and policies related to
collaboration, etc.
</p>
<hr>
<h3>Important Dates</h3>
<div class="row container">
<table class="table">
<thead>
<tr _base_target="_blank">
<th class="col-md-1">Date</th>
<th class="col-md-2">Due</th>
<th class="col-md-9">Descriptions</th>
</tr>
</thead>
<tbody>
<tr>
<td>March 27</td>
<td>Abstract and Status Report</td>
<td>
This is a three to four page document that contains a
draft of your final abstract, as well as a brief status report on the progress of your project.
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
</td>
</tr>
<tr>
<td>May 13</td>
<td>Final Report</td>
<td>
You will write a report of up to ten pages, in the style of a mainstream CS
conference paper. Please use the provided template (see <a href="https://github.com/harvard-ml-courses/cs287-s18/tree/master/projects/template">here</a>)
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="schedule_tab" class="row tab-pane fade">
<p>
Our syllabus this semester consists of two parts.
The first part of the semester will be an accelerated
background on applied deep learning for natural language
processing with a series of Kaggle competitions. The second
part of the semester will consist of student led paper
presentations on the topic of text generation and transfer.
</p>
<div class="row container">
<div class="tab-content">
<table class="table">
<tr><th>Date</th> <th>Area</th> <th>Topic</th><th>Demos </th><th>Required Readings</th><th>Assignment</th></tr>
{% for lecture in site.data.all.lectures %}
<tr class = {{lecture.active|default("",true)}}>
<td> {{site.data.all.dates[forloop.index]}} </td> <td> {{lecture.topic | default("",true)}} </td>
<td> {{lecture.subtopic|default("", true)}}</td>
<td>
{{lecture.demos|default("", true)}}
</td>
<td>
{% if lecture.papers %}
<ul>
{% for paper in lecture.papers %}
{% if paper.cite %}
<li><div><a href="#cite_{{paper.cite}}">{{paper.name}}</a></div></li>
{% endif %}
{% if paper.link %}
<li><div>
{% if paper.section %}
{{paper.section}}:
{% endif %}
<a href="{{paper.link}}">{{paper.name}}</a></div></li>
{% endif %}
{% endfor %}
{% endif %}
</ul>
</td>
<td> {{lecture.hw | default("",true)}}</td>
</tr>
{% endfor %}
</table>
</div>
</div>
<!-- <div class="row container"> -->
<!-- <h3 id="cites">Citations</h3> -->
<!-- <table id="pubTable" class="table table-hover"></table> -->
<!-- <\!-- <script> -\-> -->
<!-- <\!-- $(function(){ -\-> -->
<!-- <\!-- bibtexify("page.bib", "pubTable", {"visualization":false});} -\-> -->
<!-- <\!-- ); -\-> -->
<!-- <\!-- $(function(){ -\-> -->
<!-- <\!-- var hash = window.location.hash; -\-> -->
<!-- <\!-- hash && $('ul.nav a[href="' + hash + '"]').tab('show'); -\-> -->
<!-- <\!-- $('.nav-tabs a').click(function (e) { -\-> -->
<!-- <\!-- $(this).tab('show'); -\-> -->
<!-- <\!-- var scrollmem = $('body').scrollTop() || $('html').scrollTop(); -\-> -->
<!-- <\!-- window.location.hash = this.hash; -\-> -->
<!-- <\!-- $('html,body').scrollTop(scrollmem); -\-> -->
<!-- <\!-- }); -\-> -->
<!-- <\!-- }); -\-> -->
<!-- <\!-- </script> -\-> -->
<!-- </div> -->
</div>
<!--div id="grading_tab" class="row tab-pane fade">
<div class="row container">
<p class="container">
Grades are determined by four aspects of the class:
<ul>
<li> Assignments (35%) </li>
<li> Scribing (10%) </li>
<li> Midterm Exam (15%) </li>
<li> Final Project (40%) </li>
</ul>
</p>
</div>
</div-->
<!--div id="homework_tab" class="row tab-pane fade">
<div class="row container">
<p class="container">
<ul>
<li>T0 <a href="https://github.com/harvard-ml-courses/cs281-f17-homework/tree/master/T0">Preliminary</a> (<a href="https://canvas.harvard.edu/courses/29707/assignments/161722">submit</a>). Due on <font color="red">Sep 8 at 5pm</font>.</li>
<li>T1 <a href="https://github.com/harvard-ml-courses/cs281-f17-homework/tree/master/T1">Fundamentals</a> (<a href="https://canvas.harvard.edu/courses/29707/assignments/167410">submit</a> | <a href="">self-grading</a>)</li>
</ul>
</p>
</div>
</div-->
</div>
<!-- <div class="row container"> -->
<!-- <h3 id="faq">FAQ</h3> -->
<!-- <p class="container"> -->
<!-- <ul> -->
<!-- <li> <p> </p> -->
<!-- </ul> -->
<!-- </p> -->
<!-- </div> -->
</div> <!-- /container -->
</body>
</html>
<head>
</head>
<html>
</html>