DCGAN
GAN generator
A deep learning implementation of a generative adversarial network for generating images from text descriptions.
The Simplest DCGAN Implementation
340 stars
13 watching
115 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
dcgangangenerative-adversarial-networktensorlayertensorlayerx
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 936 |
| Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 944 |
| Generative adversarial network for fast MRI reconstruction from compressed data | 175 |
| A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 190 |
| An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images | 286 |
| A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. | 40 |
| A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 602 |
| Software framework for training and evaluating generative models of images and text based on adversarial networks | 847 |
| An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution | 39 |
| A software framework for generating art-inspired images using deep learning techniques | 412 |
| Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
| A Generative Adversarial Networks implementation for modeling illustrations using a custom dataset of anime faces. | 269 |
| Re-implements CycleGAN using TensorLayer with improvements such as data augmentation and resize convolution | 89 |
| An implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term. | 1,515 |
| A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |