Skip to content

Commit d9a8320

Browse files
Merge pull request Atcold#1 from JohnsonNguyen1820/JohnsonNguyen1820-patch-1
overvew.md
2 parents 3281edb + 8994960 commit d9a8320

File tree

1 file changed

+308
-0
lines changed

1 file changed

+308
-0
lines changed

vi/overvew.md

Lines changed: 308 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
--
2+
layout: default
3+
title: DEEP LEARNING WITH PYTORCH
4+
author: Alfredo Canziani
5+
translator: Huynh Nguyen
6+
lang-ref: home
7+
---
8+
9+
**DS-GA 1008 · SPRING 2020 · [NYU CENTER FOR DATA SCIENCE](http://cds.nyu.edu/)**
10+
11+
| INSTRUCTORS | Yann LeCun & Alfredo Canziani |
12+
| LECTURES | Mondays 16:55 – 18:35, [GCASL C95](http://library.nyu.edu/services/campus-media/classrooms/gcasl-c95/) |
13+
| PRACTICA | Tuesdays 19:10 – 20:00, [GCASL C95](http://library.nyu.edu/services/campus-media/classrooms/gcasl-c95/) |
14+
| [PIAZZA](https://piazza.com/nyu/spring2020/dsga1008/home) | Access code: `DLSP20` |
15+
| MATERIAL | [Google Drive](https://bitly.com/DLSP20), [Notebooks](https://github.com/Atcold/pytorch-Deep-Learning) |
16+
17+
18+
## Description
19+
20+
This course concerns the latest techniques in deep learning and representation learning, focusing on supervised and unsupervised deep learning, embedding methods, metric learning, convolutional and recurrent nets, with applications to computer vision, natural language understanding, and speech recognition. The prerequisites include: [DS-GA 1001 Intro to Data Science](https://cds.nyu.edu/academics/ms-curriculum/) or a graduate-level machine learning course.
21+
22+
## Lectures
23+
24+
**Legend**: 🖥 slides, 📓 Jupyter notebook, 🎥 YouTube video.
25+
26+
<table>
27+
<!-- =============================== HEADER ================================ -->
28+
<thead>
29+
<tr>
30+
<th>Week</th>
31+
<th align="left">Format</th>
32+
<th align="left">Title</th>
33+
<th align="left">Resources</th>
34+
</tr>
35+
</thead>
36+
<tbody>
37+
<!-- =============================== WEEK 1 ================================ -->
38+
<tr>
39+
<td rowspan="3" align="center"><a href="en/week01/01">①</a></td>
40+
<td rowspan="2">Lecture</td>
41+
<td><a href="en/week01/01-1">History and motivation</a></td>
42+
<td rowspan="2">
43+
<a href="https://drive.google.com/open?id=1Q7LtZyIS1f3TfeTGll3aDtWygh3GAfCb">🖥️</a>
44+
<a href="https://www.youtube.com/watch?v=0bMe_vCZo30">🎥</a>
45+
</td>
46+
</tr>
47+
<tr><td><a href="en/week01/01-2">Evolution and DL</a></td></tr>
48+
<tr>
49+
<td rowspan="1">Practicum</td>
50+
<td><a href="en/week01/01-3">Neural nets (NN)</a></td>
51+
<td>
52+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/01-tensor_tutorial.ipynb">📓</a>
53+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/02-space_stretching.ipynb">📓</a>
54+
<a href="https://www.youtube.com/watch?v=5_qrxVq1kvc">🎥</a>
55+
</td>
56+
</tr>
57+
<!-- =============================== WEEK 2 ================================ -->
58+
<tr>
59+
<td rowspan="3" align="center"><a href="en/week02/02">②</a></td>
60+
<td rowspan="2">Lecture</td>
61+
<td><a href="en/week02/02-1">SGD and backprop</a></td>
62+
<td rowspan="2">
63+
<a href="https://drive.google.com/open?id=1w2jV_BT2hWzfOKBR02x_rB4-dfVUI6SR">🖥️</a>
64+
<a href="https://www.youtube.com/watch?v=d9vdh3b787Y">🎥</a>
65+
</td>
66+
</tr>
67+
<tr><td><a href="en/week02/02-2">Backprop in practice</a></td></tr>
68+
<tr>
69+
<td rowspan="1">Practicum</td>
70+
<td><a href="en/week02/02-3">NN training</a></td>
71+
<td>
72+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/01%20-%20Spiral%20classification.pdf">🖥</a>
73+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/04-spiral_classification.ipynb">📓</a>
74+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/05-regression.ipynb">📓</a>
75+
<a href="https://www.youtube.com/watch?v=WAn6lip5oWk">🎥</a>
76+
</td>
77+
</tr>
78+
<!-- =============================== WEEK 3 ================================ -->
79+
<tr>
80+
<td rowspan="3" align="center"><a href="en/week03/03">③</a></td>
81+
<td rowspan="2">Lecture</td>
82+
<td><a href="en/week03/03-1">Parameter transformation</a></td>
83+
<td rowspan="2">
84+
<a href="https://drive.google.com/open?id=18UFaOGNKKKO5TYnSxr2b8dryI-PgZQmC">🖥️</a>
85+
<a href="https://youtu.be/FW5gFiJb-ig">🎥</a>
86+
</td>
87+
</tr>
88+
<tr><td><a href="en/week03/03-2">CNN</a></td></tr>
89+
<tr>
90+
<td rowspan="1">Practicum</td>
91+
<td><a href="en/week03/03-3">Natural signals' properties</a></td>
92+
<td>
93+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/02%20-%20CNN.pdf">🖥</a>
94+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/06-convnet.ipynb">📓</a>
95+
<a href="https://youtu.be/kwPWpVverkw">🎥</a>
96+
</td>
97+
</tr>
98+
<!-- =============================== WEEK 4 ================================ -->
99+
<tr>
100+
<td rowspan="1" align="center"><a href="en/week04/04">④</a></td>
101+
<td rowspan="1">Practicum</td>
102+
<td><a href="en/week04/04-1">1D convolutions</a></td>
103+
<td>
104+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/07-listening_to_kernels.ipynb">📓</a>
105+
<a href="https://youtu.be/OrBEon3VlQg">🎥</a>
106+
</td>
107+
</tr>
108+
<!-- =============================== WEEK 5 ================================ -->
109+
<tr>
110+
<td rowspan="3" align="center"><a href="en/week05/05">⑤</a></td>
111+
<td rowspan="2">Lecture</td>
112+
<td><a href="en/week05/05-1">Optimisation I</a></td>
113+
<td rowspan="2">
114+
<a href="https://drive.google.com/open?id=1pwlGN6hDFfEYQqBqcMjWbe4yfBDTxsab">🖥️</a>
115+
<a href="https://youtu.be/--NZb480zlg">🎥</a>
116+
</td>
117+
</tr>
118+
<tr><td><a href="en/week05/05-2">Optimisation II</a></td></tr>
119+
<tr>
120+
<td rowspan="1">Practicum</td>
121+
<td><a href="en/week05/05-3">CNN, autograd</a></td>
122+
<td>
123+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/03-autograd_tutorial.ipynb">📓</a>
124+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/extra/b-custom_grads.ipynb">📓</a>
125+
<a href="https://youtu.be/eEzCZnOFU1w">🎥</a>
126+
</td>
127+
</tr>
128+
<!-- =============================== WEEK 6 ================================ -->
129+
<tr>
130+
<td rowspan="3" align="center"><a href="en/week06/06">⑥</a></td>
131+
<td rowspan="2">Lecture</td>
132+
<td><a href="en/week06/06-1">CNN applications</a></td>
133+
<td rowspan="2">
134+
<a href="https://drive.google.com/open?id=1opT7lV0IRYJegtZjuHsKhlsM5L7GpGL1">🖥️</a>
135+
<a href="https://drive.google.com/open?id=1sdeVBC3nuh5Zkm2sqzdScEicRvLc_v-F">🖥️</a>
136+
<a href="https://youtu.be/ycbMGyCPzvE">🎥</a>
137+
</td>
138+
</tr>
139+
<tr><td><a href="en/week06/06-2">RNNs and attention</a></td></tr>
140+
<tr>
141+
<td rowspan="1">Practicum</td>
142+
<td><a href="en/week06/06-3">Training RNNs</a></td>
143+
<td>
144+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/08-seq_classification.ipynb">📓</a>
145+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/09-echo_data.ipynb">📓</a>
146+
<a href="https://youtu.be/8cAffg2jaT0">🎥</a>
147+
</td>
148+
</tr>
149+
<!-- =============================== WEEK 7 ================================ -->
150+
<tr>
151+
<td rowspan="3" align="center"><a href="en/week07/07">⑦</a></td>
152+
<td rowspan="2">Lecture</td>
153+
<td><a href="en/week07/07-1">Energy-Based Models</a></td>
154+
<td rowspan="2">
155+
<a href="https://drive.google.com/open?id=1z8Dz1YtkOEJpU-gh5RIjORs3GGqkYJQa">🖥️</a>
156+
<a href="https://youtu.be/tVwV14YkbYs">🎥</a>
157+
</td>
158+
</tr>
159+
<tr><td><a href="en/week07/07-2">SSL, EBM</a></td></tr>
160+
<tr>
161+
<td rowspan="1">Practicum</td>
162+
<td><a href="en/week07/07-3">Autoencoders</a></td>
163+
<td>
164+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/05%20-%20Generative%20models.pdf">🖥️</a>
165+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/10-autoencoder.ipynb">📓</a>
166+
<a href="https://youtu.be/bggWQ14DD9M">🎥</a>
167+
</td>
168+
</tr>
169+
<!-- =============================== WEEK 8 ================================ -->
170+
<tr>
171+
<td rowspan="3" align="center"><a href="en/week08/08">⑧</a></td>
172+
<td rowspan="2">Lecture</td>
173+
<td><a href="en/week08/08-1">Contrastive methods</a></td>
174+
<td rowspan="2">
175+
<a href="https://drive.google.com/open?id=1Zo_PyBEO6aNt0GV74kj8MQL7kfHdIHYO">🖥️</a>
176+
<a href="https://youtu.be/ZaVP2SY23nc">🎥</a>
177+
</td>
178+
</tr>
179+
<tr><td><a href="en/week08/08-2">Regularised latent</a></td></tr>
180+
<tr>
181+
<td rowspan="1">Practicum</td>
182+
<td><a href="en/week08/08-3">Training VAEs</a></td>
183+
<td>
184+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/05%20-%20Generative%20models.pdf">🖥️</a>
185+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/11-VAE.ipynb">📓</a>
186+
<a href="https://youtu.be/7Rb4s9wNOmc">🎥</a>
187+
</td>
188+
</tr>
189+
<!-- =============================== WEEK 9 ================================ -->
190+
<tr>
191+
<td rowspan="3" align="center"><a href="en/week09/09">⑨</a></td>
192+
<td rowspan="2">Lecture</td>
193+
<td><a href="en/week09/09-1">Sparsity</a></td>
194+
<td rowspan="2">
195+
<a href="https://drive.google.com/open?id=1wJRzhjSqlrSqEpX4Omagb_gdIkQ5f-6K">🖥️</a>
196+
<a href="https://youtu.be/Pgct8PKV7iw">🎥</a>
197+
</td>
198+
</tr>
199+
<tr><td><a href="en/week09/09-2">Word model, GANs</a></td></tr>
200+
<tr>
201+
<td rowspan="1">Practicum</td>
202+
<td><a href="en/week09/09-3">Training GANs</a></td>
203+
<td>
204+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/05%20-%20Generative%20models.pdf">🖥️</a>
205+
<a href="https://github.com/pytorch/examples/tree/master/dcgan">📓</a>
206+
<a href="https://youtu.be/xYc11zyZ26M">🎥</a>
207+
</td>
208+
</tr>
209+
<!-- =============================== WEEK 10 =============================== -->
210+
<tr>
211+
<td rowspan="3" align="center"><a href="en/week10/10">⑩</a></td>
212+
<td rowspan="2">Lecture</td>
213+
<td><a href="en/week10/10-1">CV SSL I</a></td>
214+
<td rowspan="2">
215+
<a href="https://drive.google.com/open?id=16lsnDN2HIBTcRucbVKY5B_U16c0tNQhR">🖥️</a>
216+
<a href="https://youtu.be/0KeR6i1_56g">🎥</a>
217+
</td>
218+
</tr>
219+
<tr><td><a href="en/week10/10-2">CV SSL II</a></td></tr>
220+
<tr>
221+
<td rowspan="1">Practicum</td>
222+
<td><a href="en/week10/10-3">Predictive Control</a></td>
223+
<td>
224+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/09%20-%20Controller%20learning.pdf">🖥️</a>
225+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/14-truck_backer-upper.ipynb">📓</a>
226+
<a href="https://youtu.be/A3klBqEWR-I">🎥</a>
227+
</td>
228+
</tr>
229+
<!-- =============================== WEEK 11 =============================== -->
230+
<tr>
231+
<td rowspan="3" align="center"><a href="en/week11/11">⑪</a></td>
232+
<td rowspan="2">Lecture</td>
233+
<td><a href="en/week11/11-1">Activations</a></td>
234+
<td rowspan="2">
235+
<a href="https://drive.google.com/file/d/1AzFVLG7D4NK6ugh60f0cJQGYF5OL2sUB">🖥️</a>
236+
<a href="https://drive.google.com/file/d/1rkiZy0vjZqE2w7baVWvxwfAGae0Eh1Wm">🖥️</a>
237+
<a href="https://drive.google.com/file/d/1tryOlVAFmazLLZusD2-UfReFMkPk5hPk">🖥️</a>
238+
<a href="https://youtu.be/bj1fh3BvqSU">🎥</a>
239+
</td>
240+
</tr>
241+
<tr><td><a href="en/week11/11-2">Losses</a></td></tr>
242+
<tr>
243+
<td rowspan="1">Practicum</td>
244+
<td><a href="en/week11/11-3">PPUU</a></td>
245+
<td>
246+
<a href="http://bit.ly/PPUU-slides">🖥️</a>
247+
<a href="http://bit.ly/PPUU-code">📓</a>
248+
<a href="https://youtu.be/VcrCr-KNBHc">🎥</a>
249+
</td>
250+
</tr>
251+
<!-- =============================== WEEK 12 =============================== -->
252+
<tr>
253+
<td rowspan="3" align="center"><a href="en/week12/12">⑫</a></td>
254+
<td rowspan="2">Lecture</td>
255+
<td><a href="en/week12/12-1">DL for NLP I</a></td>
256+
<td rowspan="2">
257+
<a href="https://drive.google.com/file/d/149m3wRavTp4DQZ6RJTej8KP8gv4jnkPW/">🖥️</a>
258+
<a href="https://youtu.be/6D4EWKJgNn0">🎥</a>
259+
</td>
260+
</tr>
261+
<tr><td><a href="en/week12/12-2">DL for NLP II</a></td></tr>
262+
<tr>
263+
<td rowspan="1">Practicum</td>
264+
<td><a href="en/week12/12-3">Attention & transformer</a></td>
265+
<td>
266+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/10%20-%20Attention%20%26%20transformer.pdf">🖥️</a>
267+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/15-transformer.ipynb">📓</a>
268+
<a href="https://youtu.be/f01J0Dri-6k">🎥</a>
269+
</td>
270+
</tr>
271+
<!-- =============================== WEEK 13 =============================== -->
272+
<tr>
273+
<td rowspan="3" align="center"><a href="en/week13/13">⑬</a></td>
274+
<td rowspan="2">Lecture</td>
275+
<td><a href="en/week13/13-1">GCNs I</a></td>
276+
<td rowspan="2">
277+
<a href="https://drive.google.com/file/d/1oq-nZE2bEiQjqBlmk5_N_rFC8LQY0jQr/">🖥️</a>
278+
<a href="https://youtu.be/Iiv9R6BjxHM">🎥</a>
279+
</td>
280+
</tr>
281+
<tr><td><a href="en/week13/13-2">GCNs II</a></td></tr>
282+
<tr>
283+
<td rowspan="1">Practicum</td>
284+
<td><a href="en/week13/13-3">GCNs III</a></td>
285+
<td>
286+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/slides/11%20-%20GCN.pdf">🖥️</a>
287+
<a href="https://github.com/Atcold/pytorch-Deep-Learning/blob/master/16-gated_GCN.ipynb">📓</a>
288+
<a href="https://youtu.be/2aKXWqkbpWg">🎥</a>
289+
</td>
290+
</tr>
291+
</tbody>
292+
</table>
293+
294+
295+
## People
296+
297+
| Role | Photo | Contact | About |
298+
|:-----|:-----:|:--------|:------|
299+
|Instructor|<img src="images/Yann.png" width="100" height="100">|<a href="https://twitter.com/ylecun">Yann LeCun</a><br>[email protected]|Silver Professor in CS at NYU<br>and Turing Award winner|
300+
|Instructor|<img src="https://avatars1.githubusercontent.com/u/2119355" width="100" height="100">|<a href="https://twitter.com/alfcnz">Alfredo Canziani</a><br>[email protected]|Asst. Prof. in CS at NYU|
301+
|Assistant|<img src="https://pbs.twimg.com/profile_images/1186879808845860864/czRv3g1G_400x400.jpg" width="100" height="100">|<a href="https://twitter.com/marikgoldstein">Mark Goldstein</a><br>[email protected]|PhD student in CS at NYU|
302+
|Webmaster|<img src="https://pbs.twimg.com/profile_images/673997980370927616/vMXf545j_400x400.jpg" width="100" height="100">|<a href="https://twitter.com/ebetica">Zeming Lin</a><br>[email protected]|PhD student in CS at NYU|
303+
|Grader|<img src="https://st3.depositphotos.com/13159112/17145/v/450/depositphotos_171453724-stock-illustration-default-avatar-profile-icon-grey.jpg" width="100" height="100">|Serkan Karakulak <br>[email protected]|
304+
|Grader|<img src="https://st3.depositphotos.com/13159112/17145/v/450/depositphotos_171453724-stock-illustration-default-avatar-profile-icon-grey.jpg" width="100" height="100">|Raghav Jajodia <br>[email protected]|
305+
|Grader|<img src="https://st3.depositphotos.com/13159112/17145/v/450/depositphotos_171453724-stock-illustration-default-avatar-profile-icon-grey.jpg" width="100" height="100">|Priyank Pathak <br>[email protected]|
306+
|Grader|<img src="https://st3.depositphotos.com/13159112/17145/v/450/depositphotos_171453724-stock-illustration-default-avatar-profile-icon-grey.jpg" width="100" height="100">|Chiao-Hsun Wang <br>[email protected]|
307+
|Grader|<img src="https://st3.depositphotos.com/13159112/17145/v/450/depositphotos_171453724-stock-illustration-default-avatar-profile-icon-grey.jpg" width="100" height="100">|Pedro Vidal<br>[email protected]|
308+
|Grader|<img src="https://st3.depositphotos.com/13159112/17145/v/450/depositphotos_171453724-stock-illustration-default-avatar-profile-icon-grey.jpg" width="100" height="100">|Bixing Yan <br>[email protected]|

0 commit comments

Comments
 (0)