This repository contains code and notebooks for generating synthetic tabular data using various generative models, specifically tailored for automotive manufacturing applications. The main focus is on comparing the performance of different algorithms in producing realistic synthetic data.
Generating synthetic tabular data is crucial for various purposes, such as data augmentation, privacy preservation, and testing machine learning models. This repository explores different generative models and compares their performance in the context of automotive manufacturing.
The following algorithms are implemented and compared in this repository:
- Generative Adversarial Networks (GANs)
- Variational Autoencoders (VAEs)
- Bayesian Networks (BNs)
- Synthetic Data Vault (SDV) - Gaussian Copula and CTGAN