Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hindupuravinash/the-gan-zoo
A list of all named GANs!
https://github.com/hindupuravinash/the-gan-zoo
gan generative-adversarial-network machine-learning
Last synced: 2 days ago
JSON representation
A list of all named GANs!
- Host: GitHub
- URL: https://github.com/hindupuravinash/the-gan-zoo
- Owner: hindupuravinash
- License: mit
- Created: 2017-04-14T16:45:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T18:30:38.000Z (about 1 year ago)
- Last Synced: 2024-12-03T12:01:51.824Z (9 days ago)
- Topics: gan, generative-adversarial-network, machine-learning
- Language: Python
- Size: 2.1 MB
- Stars: 14,352
- Watchers: 568
- Forks: 2,552
- Open Issues: 36
-
Metadata Files:
- Readme: README.j2.md
- License: LICENSE
Awesome Lists containing this project
- awesomeai - the-gan-zoo
- awesome-resources - Generative Adversarial Network (GANs)
- awesome-ai-awesomeness - the-gan-zoo
- awesome-gan - the-gan-zoo
- awesome-ai-awesomeness - the-gan-zoo
- awesome-GAN-papers - 7 - gan-zoo-4-tsv](https://github.com/hindupuravinash/the-gan-zoo/blob/master/gans.tsv) (Uncategorized / Uncategorized)
- awesome-deep-reinforcement-learning - hindupuravinash/the-gan-zoo
- awesome-github-star - the-gan-zoo
- awesome-ai-list-guide - the-gan-zoo
- awesome-machine-learning-resources - **[List - gan-zoo?style=social) (Table of Contents)
- awesome-list - hindupuravinash/the-gan-zoo - A list of all named GANs. (Machine Learning / JavaScript)
- SecondaryAwesomeCollection - hindupuravinash/the-gan-zoo
- StarryDivineSky - hindupuravinash/the-gan-zoo
README
# The GAN Zoo
Every week, new GAN papers are coming out and it's hard to keep track of them all, not to mention the incredibly creative ways in which researchers are naming these GANs! So, here's a list of what started as a fun activity compiling all named GANs!
You can also check out the same data in a tabular format with functionality to filter by year or do a quick search by title [here](https://github.com/hindupuravinash/the-gan-zoo/blob/master/gans.tsv).
Contributions are welcome. Add links through pull requests in gans.tsv file in the same format or create an issue to lemme know something I missed or to start a discussion.
Check out [Deep Hunt](https://deephunt.in) - my weekly AI newsletter for this repo as [blogpost](https://medium.com/deep-hunt/the-gan-zoo-79597dc8c347) and follow me on [Twitter](https://www.twitter.com/hindupuravinash).
{% for gan in gans %}
* {{ gan['Abbr.'] }} - [{{ gan['Title'] }}]({{ gan['Arxiv'] }})
{%- if gan['Official_Code'] != '-' -%}
{#- #} ([github]({{ gan['Official_Code'] }}))
{% else %} {# space removed if no github repository #}{% endif %}
{%- endfor %}