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
62618
8 天前
TencentARC/GFPGAN

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

Python
36991
1 年前

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

Jupyter Notebook
16326
3 年前

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

Jupyter Notebook
15607
2 个月前
Python
14612
2 年前

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

Lua
12727
2 年前

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

Jupyter Notebook
12602
2 年前

Keras implementations of Generative Adversarial Networks.

Python
9239
3 年前

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
8045
1 年前

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

Python
7452
1 年前

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"

JavaScript
7185
5 年前