forked from uchicago-cs/plrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (42 loc) · 1.5 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
<link type="text/css" rel="stylesheet" href="theme.css"/>
<meta name="format" content="complete"/>
<title>UW-Madison Sprocket Lab Reading Group</title>
</head>
<body>
<h1 id="sprocket_logo.jpegsprocketlabuniversityofwisconsin-madisonsprocketlabreadinggroup"><img src="sprocket_logo.jpeg" alt="" title="Sprocket Lab" /> University of Wisconsin-Madison Sprocket Lab Reading Group</h1>
<p>The Sprocket Lab Reading Group is an occasional, informal meeting to discuss interesting papers. Visitors welcome!</p>
<p>To suggest a paper, <a href="https://github.com/SprocketLab/reading-group/issues">open an issue</a> on the Github page. We’ll close the issue when we schedule the paper.</p>
<h2 id="schedule">Schedule</h2>
<p>For Summer 2023, we meet on Wednesdays 11am in CS 5331. Tentative schedule is listed in <a href="https://docs.google.com/spreadsheets/d/1Q_CPf7oDqPB703HyojC0W7FRZt2fLWXLdp2pCpDq9Xg/edit#gid=216649689">this page</a>.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Topic </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> June 7 </td>
<td> Markov, Chebyshev, Chernoff inequalities (Wainwright’s book chapter 2) </td>
<td> Harit </td>
</tr>
<tr>
<td> June 14 </td>
<td> Hoeffding, Bernsein inequalities, applications to get generalization error bounds </td>
<td> Harit </td>
</tr>
</tbody>
</table>
</body>
</html>