Repository navigation
Generative Adversarial Network
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.
🧑🏫 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, ... 🧠
real time face swap and one-click video deepfake with only a single image
12 Weeks, 24 Lessons, AI for All!
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
Image-to-Image Translation in PyTorch
深度学习入门教程, 优秀文章, Deep Learning Tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
A list of all named GANs!
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
A MNIST-like fashion product database. Benchmark 👇
Image-to-image translation with conditional adversarial nets
Keras implementations of Generative Adversarial Networks.
so-vits-svc fork with realtime support, improved interface and more features.
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
Build your neural network easy and fast, 莫烦Python中文教学
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.
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"