georgearun / generative-models

Tensorflow 2.0 implementation of generative models, e.g. VAE, GAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Models

Tensorflow 2.0 implementation of generative models, e.g. VAE, GAN

Tutorial

Implementation

Other's Collections

Some Papers

VAE

Sequence

GAN

  • Generative models are also promising in the long term future because it has a potential power to learn the natural features of a dataset automatically.

  • Generative models are mostly used to generate images (vision area). In the recent studies, it will also used to generate sentences (natural language processing area).

Image

Sequence

Representation Learning

About

Tensorflow 2.0 implementation of generative models, e.g. VAE, GAN

License:MIT License


Languages

Language:Python 100.0%