对抗生成网络-GAN

Generative Adversarial Networks

Ian J. GoodfellowJean Pouget-AbadieMehdi MirzaBing XuDavid Warde-FarleySherjil OzairAaron CourvilleYoshua Bengio

论文:https://arxiv.org/abs/1406.2661

代码:https://github.com/goodfeli/adversarial  

SEGAN: Speech Enhancement Generative Adversarial Network 

Santiago PascualAntonio BonafonteJoan Serrà (Spain)

论文:https://arxiv.org/abs/1703.09452

代码:https://github.com/santi-pdp/segan   (语音增强)

对抗生成网络(Generative Adversarial Net) -- Ian J. Goodfellow. Generative Adversarial Nets :

https://blog.csdn.net/stdcoutzyx/article/details/53151038

简单理解与实验生成对抗网络GAN:

https://blog.csdn.net/on2way/article/details/72773771

生成对抗网络GANs理解(附代码)

https://blog.csdn.net/sxf1061926959/article/details/54630462

OpenAI Ian Goodfellow的Quora问答:高歌猛进的机器学习人生

https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&mid=2650718178&idx=1&sn=6144523762955325b7567f7d69a593bd&scene=1&srcid=0821xPdRwK2wIHNzgOLXqUrw&pass_ticket=uG39FkNWWjsW38Aa2v5b3cfMhixqsJ0l1XLhNr5mivWEaLyW5R1QED0uAKHOwuGw#rd

生成式对抗网络GAN研究进展(二)——原始GAN

https://blog.csdn.net/solomon1558/article/details/52549409

简述生成式对抗网络:博客园

http://chenrudan.github.io/blog/2016/11/12/gan.html

代码:https://github.com/carpedm20/DCGAN-tensorflow

Adversarially Learned Inference:

https://ishmaelbelghazi.github.io/ALI/

论文 :Adversarial feature learning: https://arxiv.org/pdf/1605.09782.pdf

****************************************************************************************************************

深度卷积对抗神经网络 -- DCGAN

我的博客:DCGAN数据集:mnist、CelebA、lsun

 https://blog.csdn.net/qq_34638161/article/details/81135377

生成对抗网络学习笔记5----DCGAN(unsupervised representation learning with deep convolutional generative adv)的实现

https://blog.csdn.net/liuxiao214/article/details/74502975#commentsedit

论文:Unsupervised Representations Learning With Deep Convolutional Generative Adversarial Networks

代码:https://github.com/carpedm20/DCGAN-tensorflow  (人脸)

深度卷积对抗生成网络(DCGAN)

https://blog.csdn.net/stdcoutzyx/article/details/53872121

猜你喜欢

转载自blog.csdn.net/qq_34638161/article/details/81148648