Skip to content

jsikyoon/SequentialData-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequential Data GAN


This module is to generate sequential data with GAN implemented by LSTM.

The basic structure is followed ckmarkoh's git https://github.com/ckmarkoh/GAN-tensorflow

Used Data

For making sequential data, MNIST 0-3 data are used (0->1->2->3).

Modeling

Each modules, genrator and discreminator are designed with 2 layer LSTM and 1 layer Fully Connected Network. Generator is designed as one-to-many model, which get one random vector as input, and generates sequential images. Discriminator is designed as many-to-one model, which get sequential images, and decides that is real or fake ones.

alt tag

Results

Epoch 10 alt tag

Epoch 30 alt tag

Epoch 50 alt tag

Epoch 400 alt tag

About

Tensorflow Implementation of GAN modeling for sequential data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages