Skip to content

Commit 97b855a

Browse files
authored
add public dataset links to readme (#107)
1 parent 7c4ce39 commit 97b855a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Synthetic data can be used for many applications:
2020
- Augment datasets
2121

2222
# 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.
2424
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.
2525

2626
# Quickstart
@@ -39,6 +39,16 @@ Here you can find usage examples of the package and models to synthesize tabular
3939
- Time Series synthetic data generation with TimeGAN on stock dataset [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb)
4040
- More examples are continously added and can be found in `/examples` directory.
4141

42+
### Datasets for you to experiment
43+
Here are some example datasets for you to try with the synthesizers:
44+
#### Tabular datasets
45+
- [Adult census](https://archive.ics.uci.edu/ml/datasets/adult)
46+
- [Credit card fraud](https://www.kaggle.com/mlg-ulb/creditcardfraud)
47+
48+
#### Sequential datasets
49+
- [Stock data](https://github.com/ydataai/ydata-synthetic/tree/master/data)
50+
51+
4252
# Project Resources
4353

4454
In this repository you can find the several GAN architectures that are used to create synthesizers:

0 commit comments

Comments
 (0)