當前位置:
首頁 > 知識 > GAN的Keras 實現案例集合——Keras-GAN

GAN的Keras 實現案例集合——Keras-GAN

該庫收集了大量用 Keras 實現的 GAN 案例代碼以及論文,地址:

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

安裝:

$gitclonehttps://github.com/eriklindernoren/Keras-GAN

$cdKeras-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

$cdcyclegan

$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 做圖像翻譯的一點總結

喜歡這篇文章嗎?立刻分享出去讓更多人知道吧!

本站內容充實豐富,博大精深,小編精選每日熱門資訊,隨時更新,點擊「搶先收到最新資訊」瀏覽吧!


請您繼續閱讀更多來自 AI研習社 的精彩文章:

如何用 Python 和深度神經網路發現即將流失的客戶?
發掘 ARM GPU 的全部深度學習性能,TVM 優化帶來高達 2 倍性能提升

TAG:AI研習社 |