awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·8 Aufrufe

Adversarial

Dieses Projekt ist ein Framework für die Implementierung und Erforschung von Generative Adversarial Networks (GANs). Es stellt die notwendigen Tools und Hyperparameter bereit, um generative Modelle über verschiedene Datensätze hinweg zu trainieren und zu evaluieren, speziell mit dem Ziel, Ergebnisse aus der akademischen Forschung zu reproduzieren.

Das Framework enthält einen Parzen-Dichte-Likelihood-Schätzer zur Berechnung der Log-Likelihood des Modells. Dies ermöglicht die quantitative Bewertung generativer Verteilungen und die Messung der Gesamtleistung des Modells.

Die Codebasis deckt Machine-Learning-Forschungsfähigkeiten ab, mit Fokus auf das Training von Adversarial Networks und die Evaluierung synthetischer Datenverteilungen.

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-Verlauf

Star-Verlauf für goodfeli/adversarialStar-Verlauf für goodfeli/adversarial

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Adversarial

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Adversarial.
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,292
  • phillipi/pix2pixAvatar von phillipi

    phillipi/pix2pix

    10,644Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,644
  • wiseodd/generative-modelsAvatar von wiseodd

    wiseodd/generative-models

    7,497Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,497
  • udacity/deep-learning-v2-pytorchAvatar von udacity

    udacity/deep-learning-v2-pytorch

    5,505Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,505
Alle 30 Alternativen zu Adversarial anzeigen→

Häufig gestellte Fragen

Was macht goodfeli/adversarial?

Dieses Projekt ist ein Framework für die Implementierung und Erforschung von Generative Adversarial Networks (GANs). Es stellt die notwendigen Tools und Hyperparameter bereit, um generative Modelle über verschiedene Datensätze hinweg zu trainieren und zu evaluieren, speziell mit dem Ziel, Ergebnisse aus der akademischen Forschung zu reproduzieren.

Was sind die Hauptfunktionen von goodfeli/adversarial?

Die Hauptfunktionen von goodfeli/adversarial sind: Generative Adversarial Network Training, Adversarial Minimax Games, Generative Adversarial Networks, Research Frameworks, Machine Learning Research Resources, Hyperparameter Configurations, Kernel Density Estimation, Model Performance Evaluators.

Welche Open-Source-Alternativen gibt es zu goodfeli/adversarial?

Open-Source-Alternativen zu goodfeli/adversarial sind unter anderem: 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…