{"id":18248021,"url":"https://github.com/hourout/gan-keras","last_synced_at":"2025-04-04T15:31:57.794Z","repository":{"id":112515546,"uuid":"152931403","full_name":"Hourout/GAN-keras","owner":"Hourout","description":"tensorflow2.x implementations of Generative Adversarial Networks.","archived":false,"fork":false,"pushed_at":"2021-07-22T06:28:06.000Z","size":107,"stargazers_count":32,"open_issues_count":2,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T14:56:09.875Z","etag":null,"topics":["deep-learning","gan","gan-keras","generative-adversarial-networks","keras","keras-implementations","neural-networks","tensorflow-gan"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hourout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-10-14T02:12:57.000Z","updated_at":"2024-01-10T15:58:55.000Z","dependencies_parsed_at":"2023-05-15T13:00:14.167Z","dependency_job_id":null,"html_url":"https://github.com/Hourout/GAN-keras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2FGAN-keras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2FGAN-keras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2FGAN-keras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2FGAN-keras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hourout","download_url":"https://codeload.github.com/Hourout/GAN-keras/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202944,"owners_count":20900874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","gan","gan-keras","generative-adversarial-networks","keras","keras-implementations","neural-networks","tensorflow-gan"],"created_at":"2024-11-05T09:35:17.925Z","updated_at":"2025-04-04T15:31:52.785Z","avatar_url":"https://github.com/Hourout.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/Hourout/GAN-keras/blob/master/image/logo.png)\n\ntensorflow2.X implementations of Generative Adversarial Networks.\n\n\n## Completed list\n- [中文介绍](https://mp.weixin.qq.com/s/GNPBRTRdJP7nnT1IzVp6sQ) | [ACGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/ACGAN.py) | [(Conditional Image Synthesis With Auxiliary Classifier GANs)](https://arxiv.org/abs/1610.09585) \n- [中文介绍](https://mp.weixin.qq.com/s/j-wctUWiexs7EZrAMTT3Hg) | [BIGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/BIGAN.py) | [(Bidirectional Generative Adversarial Networks)](https://arxiv.org/abs/1605.09782)\n- [中文介绍](https://mp.weixin.qq.com/s/4fN5t72qyo8CstFtq3yv4Q) | [BSGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/BSGAN.py) | [(Boundary Seeking Generative Adversarial Networks)](https://arxiv.org/abs/1702.08431v1)\n- [中文介绍](https://mp.weixin.qq.com/s/6BtQ9ajQRR-saRpcD9DCjw) | [CGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/CGAN.py) | [(Conditional Generative Adversarial Nets)](https://arxiv.org/abs/1411.1784)\n- [中文介绍](https://mp.weixin.qq.com/s/kzHQoAvLVhUmidhuNl2gaA) | [COGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/COGAN.py) | [(Coupled Generative Adversarial Networks)](https://arxiv.org/abs/1606.07536)\n- [中文介绍](https://mp.weixin.qq.com/s/7HnEQEET-TyX473JhK06ig) | [DCGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/DCGAN.py) | [(Deep Convolutional Generative Adversarial Networks)](http://arxiv.org/abs/1511.06434)\n- [中文介绍](https://mp.weixin.qq.com/s/qBe-ti4RKMM1og0Pl5F5wQ) | [DualGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/DualGAN.py) | [(DualGAN: Unsupervised Dual Learning for Image-to-Image Translation)](https://arxiv.org/abs/1704.02510)\n- [中文介绍](https://mp.weixin.qq.com/s/X8rnzGMbRaCOH_MkPrTymw) | [GAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/GAN.py) | [(Generative Adversarial Networks)](https://arxiv.org/abs/1406.2661)\n- [中文介绍](https://mp.weixin.qq.com/s/z56BueII1AbCVVvRo0nYdw) | [LSGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/LSGAN.py) | [(Least Squares Generative Adversarial Networks)](https://arxiv.org/abs/1611.04076)\n- [中文介绍](https://mp.weixin.qq.com/s/bbtLq_NCSEeBOOjQyPgigw) | [NEMGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/NEMGAN.py) | [(Noise Engineered Mode-matching GANs)](https://arxiv.org/abs/1811.03692)\n- [中文介绍](https://mp.weixin.qq.com/s/uAHFCRWMOI1ZMUhYOykDqw) | [SGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/SGAN.py) | [(Semi-Supervised Learning with Generative Adversarial Networks)](https://arxiv.org/abs/1606.01583)\n- [中文介绍](https://mp.weixin.qq.com/s/nLgl2iIpNXBuQsMngoTQ3g) | [WGAN](https://github.com/Hourout/GAN-keras/blob/master/GAN/WGAN.py) | [(Wasserstein GAN)](https://arxiv.org/abs/1701.07875)\n\n## Welcome to WeChat blog\n![](https://github.com/Hourout/GAN-keras/blob/master/image/keras_wechat.jpg)\n\n## Contact\nPlease contact me if you have any related questions or improvements.\n\n[WeChat](https://github.com/Hourout/GAN-keras/blob/master/image/hourout_wechat.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhourout%2Fgan-keras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhourout%2Fgan-keras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhourout%2Fgan-keras/lists"}