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
9218
2 年前

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
2571
3 年前

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

Python
1693
3 年前
Python
1413
2 年前

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

Python
1039
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
989
1 年前

Generative Adversarial Networks (GANs) resources sorted by citations

857
6 年前

Speech Enhancement Generative Adversarial Network in TensorFlow

Python
840
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
689
1 年前

[CVPR 2019]: Pluralistic Image Completion

Python
685
3 年前

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

Python
608
3 年前

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

Python
597
2 年前

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

Python
444
2 年前