Skip to content

Latest commit

 

History

73 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeGAN-tensorflow2

About this repository

Time-series Generative Adversarial Networks (TimeGAN) is the work of Jinsung Yoon, Daniel Jarrett, and Mihaela van der Schaar (paper). This repository implements TimeGAN (original code) with TensorFlow 2.X version, mainly for the Hide-and-seek privacy challenge held by NeurIPS (webpage).

How to run

Setup

cat requirements.txt | xargs -n 1 pip install

Execution

Execute with default settings (use the Stock dataset)

python main.py

Execute with differential privacy

python main.py --use_dpsgd True

About

TensorFlow 2.X implementation of TimeGAN

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages