About 317,000,000 results
Open links in new tab
  1. gan · GitHub Topics · GitHub

    Dec 15, 2025 · gan Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator …

  2. GitHub - eriklindernoren/PyTorch-GAN: PyTorch implementations of ...

    Softmax GAN is a novel variant of Generative Adversarial Network (GAN). The key idea of Softmax GAN is to replace the classification loss in the original GAN with a softmax cross-entropy loss in the …

  3. The GAN is dead; long live the GAN! A Modern Baseline GAN (R3GAN)

    Code for NeurIPS 2024 paper - The GAN is dead; long live the GAN! A Modern Baseline GAN - by Huang et al. - brownvc/R3GAN

  4. NVlabs/denoising-diffusion-gan - GitHub

    Generative denoising diffusion models typically assume that the denoising distribution can be modeled by a Gaussian distribution. This assumption holds only for small denoising steps, which in practice …

  5. generative-adversarial-network · GitHub Topics · GitHub

    May 18, 2024 · Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator …

  6. GitHub - poloclub/ganlab: GAN Lab: An Interactive, Visual ...

    GAN Lab is a novel interactive visualization tool for anyone to learn and experiment with Generative Adversarial Networks (GANs), a popular class of complex deep learning models. With GAN Lab, you …

  7. GitHub - gordicaleksa/pytorch-GANs: My implementation of various …

    This repo contains PyTorch implementation of various GAN architectures. It's aimed at making it easy for beginners to start playing and learning about GANs. All of the repos I found do obscure things like …

  8. GitHub - yfeng95/GAN: Resources and Implementations of Generative ...

    GAN before using JS divergence has the problem of non-overlapping, leading to mode collapse and convergence difficulty. Use EM distance or Wasserstein-1 distance, so GAN solve the two problems …

  9. GitHub - amanchadha/coursera-gan-specialization: Programming ...

    Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai - amanchadha/coursera-gan-specialization

  10. GitHub - HRLTY/TP-GAN: Official TP-GAN Tensorflow implementation …

    Official TP-GAN Tensorflow implementation for the ICCV17 paper "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis" by Huang, …