Comment on page
Models
This section covers the generative machine learning models supported by Gretel APIs as well as core use cases and capabilities.
Synthetic data models supported by Gretel APIs.
This section compares features of different generative data models supported by Gretel APIs.
✅ = Supported
✖️ = Not yet supported
LSTM | ACTGAN | Amplify | DGAN | GPT | Tabular DP | |
---|---|---|---|---|---|---|
Tag | synthetics | actgan | amplify | timeseries_dgan | gpt_x | tabular_dp |
Type | Language Model | Generative Adversarial Network | Statistical | Generative Adversarial Network | Language Model | Statistical |
Model | LSTM | GAN | Statistical | GAN | Pre-trained Transformer | Probabilistic Graphical Model |
Privacy filters | ✅ | ✅ | ✅ | ✖️ | ✖️ | ✖️ |
Differential privacy | ✖️ | ✖️ | ✖️ | ✖️ | ✖️ | ✅ |
✅ | ✅ | ✅ | ✖️ | ✅ | ✅ | |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
Tabular | ✅ | ✅ | ✅ | ✅ | ✖️ | ✅ |
Time-series | ✅ | ✖️ | ✖️ | ✅ | ✖️ | ✖️ |
Natural language | ✅ | ✖️ | ✖️ | ✖️ | ✅ | ✖️ |
Conditional generation | ✅ | ✅ | ✅ | ✖️ | ✅ | ✖️ |
Pre-trained | ✖️ | ✖️ | ✖️ | ✖️ | ✅ | ✖️ |
Gretel cloud | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Hybrid cloud | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Requires GPU | ✅ | ✅ | ✖️ | ✅ | ✅ | ✖️ |

GitHub - gretelai/gretel-synthetics: Synthetic data generators for structured and unstructured text, featuring differentially private learning.
GitHub
Check out our GitHub for research, source code and examples including our core synthetic data generation library.
Last modified 1mo ago