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
goodfeli avatar

goodfeli/adversarial

0
View on GitHub↗
4,074 stars·1,101 forks·Python·BSD-3-Clause·18 views

Adversarial

This project is a generative adversarial network implementation and research framework. It provides the tools and hyperparameters necessary to train and evaluate generative models across various datasets, specifically designed to reproduce results from academic research.

The framework includes a Parzen density likelihood estimator to calculate model log likelihood. This allows for the quantitative evaluation of generative distributions and the measurement of overall model performance.

The codebase covers machine learning research capabilities, focusing on the training of adversarial networks and the evaluation of synthetic data distributions.

Features

  • Generative Adversarial Network Training - Provides a complete framework for training generator and discriminator networks to synthesize realistic data.
  • Adversarial Minimax Games - Implements a minimax-based game training architecture where a generator and discriminator compete to synthesize data.
  • Generative Adversarial Networks - Implements generative adversarial network architectures to synthesize synthetic data mimicking real distributions.
  • Research Frameworks - Provides a comprehensive research framework for training and evaluating GANs across various datasets.
  • Machine Learning Research Resources - Serves as a research resource for reproducing experimental results from academic papers using specific configurations.
  • Generative Adversarial Networks - Implements a codebase for training and evaluating generative adversarial networks based on academic specifications.
  • Hyperparameter Configurations - Provides tools for managing and tuning hyperparameters via external configuration files for research reproducibility.
  • Kernel Density Estimation - Employs Parzen-window kernel density estimation to calculate the log likelihood of generated samples.
  • Model Performance Evaluators - Quantifies the quality of generative models by calculating log likelihood via Parzen density estimation.
  • Likelihood Evaluation - Calculates the log likelihood of generated distributions to quantitatively evaluate model performance.
  • Computer Vision Applications - Reference implementation for generative adversarial network training.
  • Generative Adversarial Networks - Reference implementation for foundational adversarial network research.
  • Generative Modeling Foundations - The foundational paper introducing the adversarial training framework.
  • Generative Models - Foundational generative adversarial network implementation.
  • Image Synthesis - Provides the foundational implementation of adversarial networks.

Star history

Star history chart for goodfeli/adversarialStar history chart for goodfeli/adversarial

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Adversarial

Similar open-source projects, ranked by how many features they share with Adversarial.
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
  • phillipi/pix2pixphillipi avatar

    phillipi/pix2pix

    10,644View on GitHub↗

    pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic

    Lua
    View on GitHub↗10,644
  • wiseodd/generative-modelswiseodd avatar

    wiseodd/generative-models

    7,497View on GitHub↗

    This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating synthetic data and modeling complex probability distributions. It serves as a multi-framework repository of deep learning models designed for learning and replicating data patterns. The project provides specialized implementation suites for several generative architectures. This includes Generative Adversarial Networks using competing generator and discriminator models, Variational Autoencoder frameworks that map data to a latent space, and Restricted Boltzmann Machine and Deep

    Python
    View on GitHub↗7,497
  • udacity/deep-learning-v2-pytorchudacity avatar

    udacity/deep-learning-v2-pytorch

    5,505View on GitHub↗

    This project is a collection of PyTorch deep learning courseware consisting of practical projects and programming exercises. It focuses on implementing neural network architectures and model training to solve complex data problems. The repository includes a computer vision project suite for building image classifiers, autoencoders, and style transfer applications. It features a generative adversarial network lab for creating synthetic images and specific implementations for transfer learning to adapt pre-trained weights to new tasks. The codebase covers sequential data analysis for natural l

    Jupyter Notebookconvolutional-networksdeep-learningneural-network
    View on GitHub↗5,505
See all 30 alternatives to Adversarial→

Frequently asked questions

What does goodfeli/adversarial do?

This project is a generative adversarial network implementation and research framework. It provides the tools and hyperparameters necessary to train and evaluate generative models across various datasets, specifically designed to reproduce results from academic research.

What are the main features of goodfeli/adversarial?

The main features of goodfeli/adversarial are: Generative Adversarial Network Training, Adversarial Minimax Games, Generative Adversarial Networks, Research Frameworks, Machine Learning Research Resources, Hyperparameter Configurations, Kernel Density Estimation, Model Performance Evaluators.

What are some open-source alternatives to goodfeli/adversarial?

Open-source alternatives to goodfeli/adversarial include: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… wiseodd/generative-models — This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating… udacity/deep-learning-v2-pytorch — This project is a collection of PyTorch deep learning courseware consisting of practical projects and programming… nvlabs/stylegan2 — StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution… junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables…