其他

Github 项目推荐 | GAN 的 Keras 实现案例集合 —— Keras-GAN

2018-02-27 孔令双 AI研习社

该库收集了大量用 Keras 实现的 GAN 案例代码以及论文,地址:

https://github.com/eriklindernoren/Keras-GAN

安装:

$ git clone https://github.com/eriklindernoren/Keras-GAN
$ cd Keras-GAN
$ sudo pip3 install -r requirements.txt

主要包括以下案例:

AC-GAN

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/acgan/acgan.py

论文:

https://arxiv.org/abs/1610.09585

Adversarial Autoencoder

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/aae/adversarial_autoencoder.py

论文:

https://arxiv.org/abs/1511.05644

BiGAN

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/bigan/bigan.py

论文:

https://arxiv.org/abs/1605.09782

BGAN

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/bgan/bgan.py

论文:

https://arxiv.org/abs/1702.08431

CC-GAN

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/ccgan/ccgan.py

论文:

https://arxiv.org/abs/1611.06430

Context Encoder

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/context_encoder/context_encoder.py

论文:

https://arxiv.org/abs/1604.07379

CoGAN

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/cogan/cogan.py

论文:

https://arxiv.org/abs/1606.07536

CycleGAN

$ cd cyclegan
$ bash download_dataset.sh apple2orange
$ python3 cyclegan.py

代码:

https://github.com/eriklindernoren/Keras-GAN/blob/master/cyclegan/cyclegan.py

论文:

https://arxiv.org/abs/1703.10593


查看全部案例,请进入 Github 主页:

https://github.com/eriklindernoren/Keras-GAN

NLP 工程师入门实践班:基于深度学习的自然语言处理

三大模块,五大应用,手把手快速入门 NLP

海外博士讲师,丰富项目经验

算法 + 实践,搭配典型行业应用

随到随学,专业社群,讲师在线答疑

▼▼▼






新人福利





关注 AI 研习社(okweiwu),回复  1  领取

【超过 1000G 神经网络 / AI / 大数据,教程,论文】



GAN 做图像翻译的一点总结

▼▼▼

您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存