From 6c6af5e569bfb59626fa4f2196305f8acc2ae0eb Mon Sep 17 00:00:00 2001 From: Fafa-DL <516451964@qq.com> Date: Tue, 1 Mar 2022 19:12:06 +0800 Subject: [PATCH] Update 2021 Readme --- 2021 ML/README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/2021 ML/README.md b/2021 ML/README.md index 95510bf..c3b06c7 100644 --- a/2021 ML/README.md +++ b/2021 ML/README.md @@ -8,31 +8,31 @@ **** -|章节|名称|视频|资料|作业| +|章节|名称|资料|作业| |---|---|---|---|---| -|Introduction|Course Introduction|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=2)|[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)|-| -|Introduction|Introduction of ML/DL|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=3)|[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: Regression| -|Deep Learning|Guideline of ML: overfit|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=18)|[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|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=19)|[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|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=20)|[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|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=21)|[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: Classification| +|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|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=28)|[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: CNN| -|CNN & Self-Attention|Self-Attention|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=29)|[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: Self-Attention| -|Theory of ML|PAC Learning|-|[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/W14_PAC-introduction.pdf)|-| -|Transformer|Normalization|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=41)|[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|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=42)|[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: Transformer| -|Generative Model|GAN|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=49)|[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: GAN| -|Self-Supervised Learning|BERT|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=61)|[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: BERT| -|Self-Supervised Learning|Auto-Encoder & Anomaly Detection|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=69)|[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: Anomaly Detection| -|Explainable AI / Adversarial Attack|Explainable AI|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=82)|[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: Explainable AI| -|Explainable AI / Adversarial Attack|Adversarial Attack|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=84)|[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: Adversarial Attack| -|Domain Adaptation|-|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=90)|[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: Adaptation| -|RL|DRL|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=92)|[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: RL| -|Quantum ML|-|-|[pdf](https://speech.ee.ntu.edu.tw/~hylee/ml/ml2021-course-data/GuestLecture_QML.pdf)|-| -|Life-Long/Compression|Life-long Learning|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=99)|[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: Compression| -|Life-Long/Compression|Network Compression|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=101)|[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: Life-long Learning| -|Meta Learning|-|[链接](https://www.bilibili.com/video/BV1Wv411h7kN?p=110)|[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: Meta Learning| +|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)| ****