You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,26 @@ Lectures for INFO8010 Deep Learning, ULiège, Spring 2025.
17
17
| February 28 | Lecture 3: [Automatic differentiation](https://glouppe.github.io/info8010-deep-learning/?p=lecture3.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec3.pdf)][[video](https://youtu.be/fD047xXpSfI)][[code](https://github.com/glouppe/info8010-deep-learning/blob/master/code/lec3-autodiff.ipynb)]|
18
18
| March 7 | Lecture 4: [Training neural networks](https://glouppe.github.io/info8010-deep-learning/?p=lecture4.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec4.pdf)][[video](https://youtu.be/G7qw620V_3g)]|
19
19
| March 14 | Lecture 5: [Convolutional neural networks](https://glouppe.github.io/info8010-deep-learning/?p=lecture5.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec5.pdf)][[video](https://youtu.be/54WShJMWYo0)][[code](https://github.com/glouppe/info8010-deep-learning/blob/master/code/lec5-convnet.ipynb)]|
20
+
| March 16 | Deadline for Homework 1 |
20
21
| March 21 | Lecture 6: [Computer vision](https://glouppe.github.io/info8010-deep-learning/?p=lecture6.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec6.pdf)][[video](https://youtu.be/cfZGfJaLRxA)]|
21
22
| March 28 | Lecture 7: [Attention and transformers](https://glouppe.github.io/info8010-deep-learning/?p=lecture7.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec7.pdf)][[video](https://youtu.be/cwFE1pLld-g)]|
23
+
| March 30 | Deadline for Homework 2 |
24
+
| March 30 | Deadline for the project proposal |
22
25
| April 4 | Code: [GPT, from scratch!](https://github.com/glouppe/info8010-deep-learning/blob/master/code/gpt/)<br>Lecture 8: [LLMs and foundation models](https://glouppe.github.io/info8010-deep-learning/?p=lecture8.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec8.pdf)]|
23
26
| April 11 | Lecture 9: [Graph neural networks](https://glouppe.github.io/info8010-deep-learning/?p=lecture9.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec9.pdf)]|
24
27
| April 18 | Lecture 10: [Uncertainty](https://glouppe.github.io/info8010-deep-learning/?p=lecture10.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec10.pdf)][[video](https://youtu.be/AxJBY9eRTL4)]|
25
28
| May 9 | Lecture 11: [Auto-encoders and variational auto-encoders](https://glouppe.github.io/info8010-deep-learning/?p=lecture11.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec11.pdf)][[video](https://youtu.be/6gWeyUZtHWs)][[code](https://github.com/glouppe/info8010-deep-learning/blob/master/code/lec11-vae.ipynb)]|
26
29
| May 16 | Lecture 12: [Diffusion models](https://glouppe.github.io/info8010-deep-learning/?p=lecture12.md)[[PDF](https://glouppe.github.io/info8010-deep-learning/pdf/lec12.pdf)]|
30
+
| May 16 | Deadline for the project |
27
31
28
32
## Homeworks
29
33
30
34
The goal of these two assignments is to get you familiar with the PyTorch library. You can find the installation instructions in the [Homeworks](./homeworks) folder.
31
35
Each homework should be done in groups of 2 or 3 (the same as for the project) and must be submitted **before 23:59 on the due date**.
32
36
Homeworks should be submitted on Gradescope.
33
37
34
-
-[Homework 1](https://github.com/glouppe/info8010-deep-learning/raw/master/homeworks/homework1.ipynb): Tensor operations, `autograd` and `nn`. Due by **TBD**.
35
-
-[Homework 2](https://github.com/glouppe/info8010-deep-learning/raw/master/homeworks/homework2.ipynb): Dataset, Dataloader, running on GPU, training a convolutional neural network. Due by **TBD**.
38
+
-[Homework 1](https://github.com/glouppe/info8010-deep-learning/raw/master/homeworks/homework1.ipynb): Tensor operations, `autograd` and `nn`. Due by **March 16**.
39
+
-[Homework 2](https://github.com/glouppe/info8010-deep-learning/raw/master/homeworks/homework2.ipynb): Dataset, Dataloader, running on GPU, training a convolutional neural network. Due by **March 30**.
36
40
37
41
Homeworks are optional. If submitted, each homework will account for 5% of the final grade.
0 commit comments