# DPGAN **Repository Path**: hetao020408/dpgan ## Basic Information - **Project Name**: DPGAN - **Description**: dpgan code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 62 - **Forks**: 1 - **Created**: 2024-12-30 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### DPGAN: Differentially Private Releasing via Deep Generative Models #### Description This is the implementaiton of "Differentially Private Releasing via Deep Generative Models", which trains GAN models in a differentially private manner such that the models can be used to synthesize data for downstream tasks. #### Citation If you used the source code, please cite: Xinyang Zhang, Shouling Ji, and Ting Wang, Differentially Private Releasing via Deep Generative Model, arXiv e-prints. #### Datasets The current implementation supports the datasets including MNIST, CelebA, and LSUN. #### Usage Check the folder dpgan/src/dp.