
NoGAN: New Generation of Synthetic Data (Video)
- Vincent Granville
- September 28, 2023
My talk at the Generative AI Conference, London, September 2023. View or download the PowerPoint presentation, here. I introduce a new, NoGAN alternative to standard tabular data synthetization. It is designed to run faster by several orders of magnitude, compared to training generative adversarial networks (GAN). In addition, the quality of the generated data is […]
Read More
GenAI: Fast Data Synthetization with Distribution-free Hierarchical Bayesian Models
- Vincent Granville
- September 22, 2023
Deep learning models such as generative adversarial networks (GAN) require a lot of computing power, and are thus expensive. Also, they may not convergence. What if you could produce better data synthetizations, in a fraction of the time, with explainable AI and substantial cost savings? This is what Hierarchical Deep Resampling was designed for. It […]
Read More
New Python Library to Evaluate AI-generated Data and Compare Models
- Vincent Granville
- September 19, 2023
Called GenAI-Evalution, you use it for instance to assess the quality of tabular synthetic data. In this case, it measures how faithfully the synthetization mimics the real data it is derived from, by comparing the full joint empirical distributions (ECDF) attached to the two datasets. It works both with categorical and numerical features, and returns […]
Read More
You must be logged in to post a comment.