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.

labmlai/annotated_deep_learning_paper_implementations

🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

Python
60092
8 个月前
TencentARC/GFPGAN

GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.

Python
36608
9 个月前

深度学习入门教程, 优秀文章, Deep Learning Tutorial

Jupyter Notebook
15691
3 年前

《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases

Jupyter Notebook
14977
16 天前
Python
14518
2 年前

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.

Lua
12604
2 年前

PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)

Jupyter Notebook
12435
1 年前

Keras implementations of Generative Adversarial Networks.

Python
9218
2 年前

PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.

Python
8012
10 个月前

Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.

Python
7403
1 年前

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"

JavaScript
7167
4 年前