李宏毅2021春季机器学习课程课件及作业 =========================== |名称|项目| |---|---| |2021课程主页|[李宏毅2021春季机器学习](https://speech.ee.ntu.edu.tw/~hylee/ml/2021-spring.html)| |百度云资料/作业/范例汇总|[提取码:sv1i](https://pan.baidu.com/s/13cxyIbvF0bEyytANLf58NQ)| **** |章节|名称|资料|作业| |---|---|---|---| |Introduction|Course Introduction|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/introduction%202021%20(v6)%20Chinese.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/introduction-2021-v6-Chinese.pdf)|Colab:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/Colab/Google_Colab_Tutorial.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/Colab/Google_Colab_Tutorial.ipynb)
Pytorch:
[pdf1](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/Pytorch/Pytorch_Tutorial_1.pdf) [pdf2](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/Pytorch/Pytorch_Tutorial_2.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/Pytorch/Pytorch_Tutorial.ipynb)| |Introduction|Introduction of ML/DL|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/regression%20(v16).pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/regression%20(v16).pdf)|HW1:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW01/HW01.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW01/HW01.ipynb)| |Deep Learning|Guideline of ML: overfit|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/overfit-v6.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/overfit-v6.pdf)|-| |Deep Learning|Critical Point: small gradient|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/small-gradient-v7.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/small-gradient-v7.pdf)|-| |Deep Learning|Adaptive Learning Rate: optimizer|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/optimizer_v4.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/optimizer_v4.pdf)|-| |Deep Learning|Loss of Classification: classification|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/classification_v2.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/classification_v2.pdf)|HW2:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW02/HW02.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW02/HW02-1.ipynb) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW02/HW02-2.ipynb)| |CNN & Self-Attention|ML Pretest|-|[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/pretest.pdf)|-| |CNN & Self-Attention|CNN|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/cnn_v4.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/cnn_v4.pdf)|HW3:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW03/HW03.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW03/HW03.ipynb)| |CNN & Self-Attention|Self-Attention|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/self_v7.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/self_v7.pdf)|HW4:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW04/HW04.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW04/HW04.ipynb)| |Theory of ML|PAC Learning|[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/W14_PAC-introduction.pdf)|-| |Transformer|Normalization|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/normalization_v4.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/normalization_v4.pdf)|-| |Transformer|Seq2Seq|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/seq2seq_v9.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/seq2seq_v9.pdf)|HW5:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW05/HW05.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW05/HW05.ipynb) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW05/HW05_ZH.ipynb)| |Generative Model|GAN|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/gan_v10.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/gan_v10.pdf)|HW6:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW06/HW06.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW06/HW06.ipynb)| |Self-Supervised Learning|BERT|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/bert_v8.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/bert_v8.pdf)|HW7:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW07/HW07.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW07/HW07.ipynb)| |Self-Supervised Learning|Auto-Encoder & Anomaly Detection|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/auto_v8.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/auto_v8.pdf)|HW8:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW08/HW08.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW08/HW08.ipynb)| |Explainable AI / Adversarial Attack|Explainable AI|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/xai_v4.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/xai_v4.pdf)|HW9:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW09/HW09.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW09/HW09.ipynb)| |Explainable AI / Adversarial Attack|Adversarial Attack|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/attack_v3.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/attack_v3.pdf)|HW10:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW10/HW10.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW10/HW10.ipynb)| |Domain Adaptation|-|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/da_v6.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/da_v6.pdf)|HW11:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW11/HW11.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW11/HW11_ZH.ipynb) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW11/HW11_EN.ipynb)| |RL|DRL|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/drl_v5.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/drl_v5.pdf)|HW12:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW12/HW12.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW12/HW12_ZH.ipynb) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW12/HW12_EN.ipynb)| |Quantum ML|-|[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/GuestLecture_QML.pdf)|-| |Life-Long/Compression|Life-long Learning|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/life_v2.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/life_v2.pdf)|HW13:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW13/HW13.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW13/HW13.ipynb)| |Life-Long/Compression|Network Compression|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/tiny_v7.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/tiny_v7.pdf)|HW14:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW14/HW14.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW14/HW14.ipynb)| |Meta Learning|-|[ppt](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/meta_v3.pptx) [pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/meta_v3.pdf)|HW15:
[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/hw/HW15/HW15.pdf) [code](https://colab.research.google.com/github/ga642381/ML2021-Spring/blob/main/HW15/HW15.ipynb)| **** ![Alt text](https://raw.githubusercontent.com/Fafa-DL/readme-data/main/Lhy/21%20Lecture%20Schedule.jpg)