Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt committed May 3, 2020
0 parents commit b34714e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#Synthetic data GANs playground

This repository contains material related with Generative Adversarial Networks for synthetic data generation,
in particular regular tabular data and time-series.
It consists in a set of different GANs architectures developed ussing Tensorflow 2.0. An
example Jupyter Notebook is included, to show how to use the different architectures.

##### In this repo you can find the following GAN architectures:
- GAN
- CGAN (Conditional GAN)

0 comments on commit b34714e

Please sign in to comment.