#

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.

labmlai/annotated_deep_learning_paper_implementations
https://static.github-zh.com/github_avatars/labmlai?size=40

#计算机科学#59 篇深度学习论文的实现,并带有详细注释。包括 transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 强化学习 (ppo, dqn), capsnet, distillation, ... 🧠

Python 63.49 k
25 天前
TencentARC/GFPGAN
https://static.github-zh.com/github_avatars/TencentARC?size=40

#计算机科学#GFPGAN 是腾讯开源的人脸修复算法,它利用预先训练好的面部 GAN(如 StyleGAN2)中封装的丰富和多样的先验因素进行盲脸 (blind face) 修复

Python 37.14 k
1 年前
https://static.github-zh.com/github_avatars/XingangPan?size=40

DragGAN 是一个AI图像编辑工具,通过鼠标拉伸图像即可自动生成新图像

Python 35.99 k
1 年前
https://static.github-zh.com/github_avatars/Mikoto10032?size=40
Jupyter Notebook 16.63 k
3 年前
https://static.github-zh.com/github_avatars/datawhalechina?size=40

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

Jupyter Notebook 15.86 k
4 个月前
https://static.github-zh.com/github_avatars/junyanz?size=40
Lua 12.76 k
2 年前
https://static.github-zh.com/github_avatars/chenyuntc?size=40

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

Jupyter Notebook 12.69 k
2 年前
https://static.github-zh.com/github_avatars/eriklindernoren?size=40
Python 9.24 k
3 年前
https://static.github-zh.com/github_avatars/PaddlePaddle?size=40

飞桨生成对抗网络开发套件--PaddleGAN,为开发者提供经典及前沿的生成对抗网络高性能实现,并支撑开发者快速构建、训练及部署生成对抗网络,以供学术、娱乐及产业应用。

Python 8.05 k
1 年前
loading...

发布于 June 10, 2014

Website
Wikipedia
维基百科

相关主题

深度学习神经网络