-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
227 lines (203 loc) · 10.3 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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Deep Learning and Special Topics in Data Science</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="apple-touch-icon" sizes="180x180" href="ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="ico/favicon-16x16.png">
<link rel="image_src" href="https://www.clipartmax.com/png/middle/276-2769230_networking-deep-neural-network-icon.png">
<link rel="manifest" href="ico/site.webmanifest">
<link rel="mask-icon" href="ico/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<meta property="og:url" content="https://data2040.github.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="DATA 2040"/>
<meta property="og:description" content="Deep Learning and Special Topics in Data Science" />
<meta property="og:image" content="https://www.clipartmax.com/png/middle/276-2769230_networking-deep-neural-network-icon.png" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css"/>
</noscript>
<style>
@media (max-width: 550px) {
.big-container {
display: none;
}
}
@media (min-width: 550px) {
.small-container {
display: none;
}
}
/* Responsive iFrame */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px;
height: 0;
overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.small-container {
padding-top: 220px;
}
</style>
</head>
<body class="is-preload" style="background: #4470AD">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1>DATA 2040</h1>
<p>Deep Learning and Special Topics in Data Science</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Overview</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#hours">Hours</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#cta">Resources</a></li>
<li><a href="https://D2L.ai" target="_blank">Textbook</a></li>
<li><a href="sp20.html">2020 course</a></li>
<li><a href="sp19.html">2019 course</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h1>Welcome Deep Learners!</h1>
</header>
<p align="justify">Welcome to DATA 2040! Within the past several years, research in the field of Deep Learning has earned state-of-the-art results on applications in computer vision (Tesla's autonomous vehicles), natural language processing (Google Translate), and deep reinforcement learning (DeepMind).
This hands-on course will teach you a practical understanding of deep learning techniques under a variety of real-world problems and data types, including how to build neural networks and how to use them responsibly.
You will not only learn the foundations of deep neural networks, such as common optimization methods, activation and loss functions, regularization methods, and architectures, but will
also learn about convolution operations for computer vision tasks, word embeddings and recurrent neural networks for natural language processing tasks, and GANs for generative modeling tasks.
With the completion of this course, you will be able to create novel neural network architectures, as well as learn how to utilize well-known deep learning models for your own tasks.
</p>
<p style="text-align: center;margin: 0.5em"><b>Please sign this <a
href="https://forms.gle/mjHbo7GZ3ev1TjYUA"
target="_" style="text-decoration: underline">collaboration policy</a> and fill out <a
href="https://forms.gle/hArnQb88ejyDudHW8"
target="_" style="text-decoration: underline">this form</a> before the first
assignment is due!</b></p>
</div>
</div>
</section>
<section id="staff" class="main special">
<header class="major" style="margin-bottom: 0">
<h2>Staff</h2>
</header>
<div>
<div class="row">
<div class="col-6 col-12-medium" style="text-align: center">
<p style="margin-bottom: 1em">
<b>Instructors:</b> </br>
Boqing Gong (boqing_gong@brown.edu) <br>
Dan Potter (daniel_potter@brown.edu) <br>
Sam Watson (sswatson@brown.edu)
</p>
<br>
<b>Head Teaching Assistant: </b> </br>
Aaron Wang (aaronjwang@brown.edu)
</p>
</div>
<div class="col-6 col-12-medium" style="text-align: center; position:relative; top:-28px">
<br><b>Teaching Assistants:</b> </br>
Sayan Samanta (sayan_samanta@brown.edu) <br>
Cang Tang (cangcheng_tang@brown.edu)<br>
Frank Chen (guanzhong_chen@brown.edu)<br>
Kaiwen Yang (kaiwen_yang@brown.edu)<br>
Shiyu Liu (shiyu_liu@brown.edu)<br>
Connor Jordan (connor_jordan@brown.edu)<br>
Jessie Li (jessica_li2@brown.edu) <br>
<br>
And special thanks to Shiqi Lei for assisting with course development over the winter break!
</div>
</div>
</div>
</section>
<section id="hours" class="main special">
<header class="major" style="margin-bottom: 0">
<h2>Hours</h2>
</header>
<div>
<div class="responsive-iframe-container big-container">
<iframe src="https://calendar.google.com/calendar/embed?src=brown.edu_dsopvaonji2pcf38ua50q8gi6c%40group.calendar.google.com&ctz=America%2FNew_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no">
</iframe>
</div>
</div>
</section>
<section id="schedule" class="main special">
<header class="major" style="margin-bottom: 0">
<h2>Schedule</h2>
</header>
<div>
<div>
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSAPMAPpI2Fda_DDOyaIFLpq1lUDdJCffCbutcv_mHm5dTdjg8hg5lFHoY5E2UHkkLv9Zo1FDpWetqe/pubhtml?gid=1212744108&single=true&widget=true&headers=false" style="border: 0" width="700" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
<!-- Get Started -->
<section id="cta" class="main special">
<header class="major">
<h2>Resources</h2>
<p><a href="http://piazza.com/brown/spring2021/data2040sp21">
<b>Piazza: </b>
<i class="fas fa-user-circle"></i></a>
</p>
<p>
<a href="https://docs.google.com/document/d/1p0Mxm1SfBRRP_gx3fZZx2xwrv0K0N0ZI8jnOFZhbYec/edit?usp=sharing">
<b>Syllabus: </b>
<i class="fas fa-book"></i>
</a>
</p>
<p>
<a href="https://docs.google.com/document/d/1W1F3dr5UuhvHk4orOhbkccfX0YRd5d_z5wjoUXAEbZY/edit?usp=sharing">
<b>Collaboration Policy: </b>
<i class="far fa-handshake"></i>
</a>
</p>
<p>
<a href="https://calendar.google.com/calendar/embed?src=brown.edu_dsopvaonji2pcf38ua50q8gi6c%40group.calendar.google.com&ctz=America%2FNew_York">
<b>Calendar: </b>
<i class="fas fa-calendar"></i>
</a>
</p>
</header>
<p style="text-align: center"><b>Remember to check piazza for announcements!</b></p>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>