You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Synthetic data can be used for many applications:
20
20
- Augment datasets
21
21
22
22
# ydata-synthetic
23
-
This repository contains material related with Generative Adversarial Networks for synthetic data generation, in particular regular tabular data and time-series.
23
+
This repository contains material related with Generative Adversarial Networks for synthetic data generation, in particular regular tabular data and time-series.
24
24
It consists a set of different GANs architectures developed using Tensorflow 2.0. Several example Jupyter Notebooks and Python scripts are included, to show how to use the different architectures.
25
25
26
26
# Quickstart
@@ -39,6 +39,16 @@ Here you can find usage examples of the package and models to synthesize tabular
39
39
- Time Series synthetic data generation with TimeGAN on stock dataset [](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb)
40
40
- More examples are continously added and can be found in `/examples` directory.
41
41
42
+
### Datasets for you to experiment
43
+
Here are some example datasets for you to try with the synthesizers:
0 commit comments