A deep dive into the performance comparison of DCGAN and Conditional GAN under resource-constrained environments, designed especially for healthcare applications.
This project focuses on comparing two powerful generative models — DCGAN and Conditional GAN — in low-resource environments. The models are evaluated using multiple metrics and visualization techniques such as:
- Loss Curves (Generator and Discriminator)
- Generated Image Quality Comparison
- Performance Radar Charts (Accuracy, Precision, Recall, F1-Score, AUC)
- Heatmap of Feature Correlation
- PCA and t-SNE for Feature Reduction and Cluster Visualization
Application Domain: Healthcare – specifically for generating synthetic patient records and medical images where real data is limited.
git clone https://github.com/yourusername/GAN-Comparison-Healthcare.git cd GAN-Comparison-Healthcare pip install -r requirements.txt python main.py
- Fork this repository (click here).
- Create your branch:
git checkout -b feature-name - Make your changes and commit:
git commit -m "Add feature" - Push to your forked repo:
git push origin feature-name - Submit a pull request 🚀
- Python - Core implementation
- TensorFlow - GAN model creation
- Matplotlib & Seaborn - Visualizations
- PCA / t-SNE - Dimensionality Reduction
Developed by: Sunil R
Email: sunilr31r@gmail.com
GitHub: yourusername
This project is licensed under the MIT License - feel free to use, modify, and share.