The Austin ML Journal Club has concluded. There will be no further sessions. See the closing announcement.
From 2022 to 2026, the club brought together ML/AI practitioners for monthly deep dives into seminal research. We read papers in advance, met virtually under Chatham House Rule, and critically examined methodologies, experimental design, and real-world applicability. All 22 session write-ups remain online.
Modeling Tabular Data using Conditional GAN
Tabular data synthesis (data augmentation) is an under-studied area compared to unstructured data. This paper uses GAN to model unique properties of tabular data such as mixed data types and class imbalance. This technique has many potentials for model improvement and privacy. The technique is currently available under the Synthetic Data Vault library in Python.