All Projects → JasonYao81000 → ADL2019

JasonYao81000 / ADL2019

Licence: other
Applied Deep Learning (2019 Spring) @ NTU

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ADL2019

Mlds2018spring
Machine Learning and having it Deep and Structured (MLDS) in 2018 spring
Stars: ✭ 124 (+520%)
Mutual labels:  generative-adversarial-network, gan, policy-gradient, image-generation, actor-critic
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (+385%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Ganspace
Discovering Interpretable GAN Controls [NeurIPS 2020]
Stars: ✭ 1,224 (+6020%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Unetgan
Official Implementation of the paper "A U-Net Based Discriminator for Generative Adversarial Networks" (CVPR 2020)
Stars: ✭ 139 (+595%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (+2465%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+43725%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+54565%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Few Shot Patch Based Training
The official implementation of our SIGGRAPH 2020 paper Interactive Video Stylization Using Few-Shot Patch-Based Training
Stars: ✭ 313 (+1465%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Tsit
[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation
Stars: ✭ 141 (+605%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Arbitrary Text To Image Papers
A collection of arbitrary text to image papers with code (constantly updating)
Stars: ✭ 196 (+880%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+82285%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (+2410%)
Mutual labels:  generative-adversarial-network, gan, policy-gradient
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+1870%)
Mutual labels:  generative-adversarial-network, gan, policy-gradient
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (+250%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Anycost Gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
Stars: ✭ 367 (+1735%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Deep-Exemplar-based-Video-Colorization
The source code of CVPR 2019 paper "Deep Exemplar-based Video Colorization".
Stars: ✭ 180 (+800%)
Mutual labels:  generative-adversarial-network, gan, image-generation
MNIST-invert-color
Invert the color of MNIST images with PyTorch
Stars: ✭ 13 (-35%)
Mutual labels:  generative-adversarial-network, gan, image-generation
Focal Frequency Loss
Focal Frequency Loss for Generative Models
Stars: ✭ 141 (+605%)
Mutual labels:  generative-adversarial-network, gan, image-generation
NLP-paper
🎨 🎨NLP 自然语言处理教程 🎨🎨 https://dataxujing.github.io/NLP-paper/
Stars: ✭ 23 (+15%)
Mutual labels:  attention-mechanism, bert, elmo
Semantic Pyramid for Image Generation
PyTorch reimplementation of the paper: "Semantic Pyramid for Image Generation" [CVPR 2020].
Stars: ✭ 45 (+125%)
Mutual labels:  generative-adversarial-network, gan, image-generation

ADL2019

Applied Deep Learning (2019 Spring) @ NTU

This course is lectured by Yun-Nung (Vivian) Chen and has four homeworks. The four homeworks are as follows:

  1. Dialogue Modeling
  2. Contextual Embeddings
  3. Deep Reinforcement Learning
  4. Conditional Generative Adversarial Nets

Browse this course website for more details.

Table of Contents

  1. Dialogue Modeling
    1. Data Preprocessing
    2. Training and Prediction
    3. Results (Recall@10)
  2. Sequence Classification with Contextual Embeddings
    1. Part 1. Train an ELMo to beat the simple baseline
    2. Part 2. Beat the strong baseline with nearly no limitation
  3. Deep Reinforcement Learning
    1. Policy Gradient
    2. Deep Q-Learning (DQN)
    3. Actor-Critic
  4. Conditional Generative Adversarial Nets
    1. Cartoon Set
    2. Evaluation
    3. Train Condiction GANs
    4. Training Tips for Improvement
    5. Evaluate Condiction GANs
    6. FID Scores
    7. Training Progress
    8. Loss and Accuracy
    9. Human Evaluation Results

Results of Four Homeworks

1. Dialogue Modeling

2. Contextual Embeddings

3. Deep Reinforcement Learning

3.1. Policy Gradient

3.2. Deep Q-Learning (DQN)

3.3. Actor-Critic

World\Stage 1 2 3 4
1
2
3
4
5
6
7
8

4. Conditional Generative Adversarial Nets

4.1. Training Progress

  • Resnet-based ACGAN with BCE loss (resnet_1000)

4.2. Human Evaluation Results

  • Resnet-based ACGAN with BCE loss (resnet_1000)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].