Skip to content

Commit

Permalink
Add example notebook using DGAN model and update README with link.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 683dd6daf2acd0cd91f9c4acb71069c2a66d0f56
  • Loading branch information
kboyd committed Jun 23, 2022
1 parent 6e6bbfc commit 2deea52
Show file tree
Hide file tree
Showing 2 changed files with 948 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ The [timeseries DGAN module](https://synthetics.docs.gretel.ai/en/stable/models/
pip install torch==1.11.0
```

[This notebook](https://github.com/gretelai/gretel-synthetics/blob/master/examples/timeseries_dgan.ipynb) shows basic usage on a small data set of smart home sensor readings.

## Overview

This package allows developers to quickly get immersed with synthetic data generation through the use of neural networks. The more complex pieces of working with libraries like Tensorflow and differential privacy are bundled into friendly Python classes and functions. There are two high level modes that can be utilized.
Expand Down

0 comments on commit 2deea52

Please sign in to comment.