awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kozistr avatar

kozistr/Awesome-GANs

0
View on GitHub↗
763 stars·165 forks·Python·mit·13 views

Awesome GANs

Awesome-GANs is a curated resource list and research repository focused on the development and evaluation of generative adversarial networks. It serves as a structured index for academic literature and open-source implementations dedicated to the creation of synthetic data generators.

The project provides a framework for training competing neural networks to produce outputs that mimic the statistical properties of original datasets. It emphasizes the use of configuration-driven pipelines to manage model hyperparameters and dataset paths, facilitating reproducible research workflows and standardized experiment management.

The collection covers a broad range of generative modeling methodologies, including latent space feature manipulation and gradient-based optimization techniques. It supports the exploration of adversarial architectures through a centralized collection of research papers and practical implementation resources.

Features

  • Generative Adversarial Networks - Implements adversarial neural competition by training competing networks to generate and evaluate synthetic data.
  • Awesome List - A community-curated directory that catalogs and links out to other open-source projects, rather than a standalone tool you run yourself.
  • Generative Adversarial Networks - Provides a curated collection of research papers and implementations for building synthetic data generators.
  • Synthetic Data Generation - Facilitates the creation of high-quality synthetic datasets by replicating real-world data patterns.
  • Adversarial Training Procedures - Supports training workflows for optimizing generator and discriminator networks in adversarial architectures.
  • Machine Learning Research - Acts as a structured index of academic literature and codebases for generative modeling research.
  • Machine Learning Experiment Trackers - Standardizes experiment management and reproducible research workflows through centralized configuration.
  • Training Configurations - Manages model hyperparameters and dataset paths through centralized configuration files for training pipelines.
  • Configuration-Driven Orchestrators - Standardizes machine learning workflows using centralized configuration files for pipeline orchestration.
  • Latent Space Generative Models - Enables manipulation of latent space features to modify the characteristics of generated datasets.
  • Machine Learning Workflow Libraries - Organizes research workflows by managing training parameters and datasets through structured configuration pipelines.
  • Model Configuration - Allows configuration of training parameters and datasets via centralized files for diverse modeling tasks.
  • Weight Optimizers - Employs gradient-based weight optimizers to minimize loss and improve synthetic data generation.
  • Gradient Descent Algorithms - Utilizes gradient-based optimization algorithms to iteratively adjust network weights during training.

Star history

Star history chart for kozistr/awesome-gansStar history chart for kozistr/awesome-gans

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Awesome GANs

These projects share indexed features with Awesome GANs. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • soumith/ganhackssoumith avatar

    soumith/ganhacks

    11,619View on GitHub↗

    This project is a PyTorch-based generative framework and implementation template for building Generative Adversarial Networks. It provides a collection of foundational toolkits and architectural patterns designed to synthesize high-quality artificial data while focusing on the stability of adversarial neural networks. The framework distinguishes itself through a specialized toolkit for conditional image generation, which integrates discrete labels and auxiliary classification into the training process. It utilizes specific mechanisms to guide the generative process toward target classes by co

    View on GitHub↗11,619
  • cs231n/cs231n.github.iocs231n avatar

    cs231n/cs231n.github.io

    10,923View on GitHub↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Jupyter Notebook
    View on GitHub↗10,923
  • exacity/deeplearningbook-chineseexacity avatar

    exacity/deeplearningbook-chinese

    37,285View on GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    TeX
    View on GitHub↗37,285
  • nvlabs/styleganNVlabs avatar

    NVlabs/stylegan

    14,412View on GitHub↗

    StyleGAN is a TensorFlow-based generative adversarial network framework designed for the synthesis of high-resolution synthetic imagery. It utilizes a style-based generator architecture to create realistic visual assets from latent vectors, focusing on the production of high-fidelity images. The system incorporates style mixing and stochastic noise injection to control visual attributes and fine-grained details. It uses adaptive instance normalization and progressive resolution upsampling to manage image quality and variety across different resolutions. The framework covers the full lifecycl

    Python
    View on GitHub↗14,412
Compare all 30 related projects→

Frequently asked questions

What does kozistr/awesome-gans do?

Awesome-GANs is a curated resource list and research repository focused on the development and evaluation of generative adversarial networks. It serves as a structured index for academic literature and open-source implementations dedicated to the creation of synthetic data generators.

What are the main features of kozistr/awesome-gans?

The main features of kozistr/awesome-gans are: Generative Adversarial Networks, Awesome List, Synthetic Data Generation, Adversarial Training Procedures, Machine Learning Research, Machine Learning Experiment Trackers, Training Configurations, Configuration-Driven Orchestrators.

Which projects share features with kozistr/awesome-gans?

Projects with overlapping indexed features include: soumith/ganhacks — This project is a PyTorch-based generative framework and implementation template for building Generative Adversarial… cs231n/cs231n.github.io — This project is a static educational website and comprehensive curriculum focused on computer vision and deep… exacity/deeplearningbook-chinese — This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational… nvlabs/stylegan — StyleGAN is a TensorFlow-based generative adversarial network framework designed for the synthesis of high-resolution… rasbt/deeplearning-models — This repository is an educational collection of deep learning implementations designed to demonstrate the fundamental… eriklindernoren/pytorch-gan — PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative…