ryanxjhan / GANs-Cheat-Sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Adversarial Networks Cheat Sheet

Table of Contents

Introduction

Generative Models vs. Discriminative Models

Discriminative Models Generative Models
Features ➡️ Class Random Noise, Class ➡️ Features

Generative Models

Variational Autoencoders (VAEs) Generative Adversarial Networks (GANs)
1 2

GANs Applications

StyleGAN2 CycleGAN GauGAN
Generate realistic images Image-to-image translation Image synthesis
Adobe Google IBM SnapChat Disney
Next-gen Photoshop Text Generation Data Augmentation Image Filters Super-resolution

About