Repository navigation

#

Generative Adversarial Network

发布于 June 10, 2014

维基百科

相关主题

深度学习神经网络

Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.

Keras implementations of Generative Adversarial Networks.

Python
9239
3 年前

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun

Python
2573
4 年前

Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks

Python
1707
4 年前
Python
1426
3 年前

Official Implementation for "ReStyle: A Residual-Based StyleGAN Encoder via Iterative Refinement" (ICCV 2021) https://arxiv.org/abs/2104.02699

Python
1043
3 年前

[IEEE TIP] "EnlightenGAN: Deep Light Enhancement without Paired Supervision" by Yifan Jiang, Xinyu Gong, Ding Liu, Yu Cheng, Chen Fang, Xiaohui Shen, Jianchao Yang, Pan Zhou, Zhangyang Wang

Python
1025
1 年前

Generative Adversarial Networks (GANs) resources sorted by citations

854
6 年前

Speech Enhancement Generative Adversarial Network in TensorFlow

Python
846
2 年前

Official Implementation for "Only a Matter of Style: Age Transformation Using a Style-Based Regression Model" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02754

Python
707
2 年前

[CVPR 2019]: Pluralistic Image Completion

Python
687
3 年前

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.

Python
607
3 年前

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"

Python
597
3 年前

Pytorch implementation of High-Fidelity Generative Image Compression + Routines for neural image compression

Python
452
2 年前