awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eriklindernoren avatar

eriklindernoren/Keras-GAN

0
View on GitHub↗
9,206 星标·3,085 分支·Python·MIT·11 次浏览

Keras GAN

Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution.

The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context.

The project covers generative tasks such as increasing image resolution for high-definition output and adapting data between different domains to improve classifier accuracy.

Features

  • Generative Adversarial Networks - Implements a comprehensive collection of generative adversarial network architectures for synthetic data and image generation.
  • Adversarial Loss Functions - Uses adversarial loss functions to optimize the generator by evaluating generated data against a discriminator.
  • Convolutional Feature Extractors - Utilizes convolutional feature extractors to learn spatial hierarchies and local patterns within image data.
  • Encoder-Decoder Architectures - Employs encoder-decoder architectures to compress images into latent vectors for noise filtering and feature extraction.
  • Generative Latent Mappings - Maps random noise vectors to structured representations to synthesize new synthetic data samples.
  • Image-to-Image Translation - Transforms images from one style or content domain to another using generative translation techniques.
  • Image Super Resolution Models - Increases image resolution to create high-definition versions through photo-realistic neural reconstruction.
  • Keras GAN Implementations - Provides a comprehensive library of generative adversarial networks built with the Keras framework.
  • Image Inpainting - Fills corrupted or missing parts of images by analyzing surrounding visual context through deep learning.
  • Image Translation Frameworks - Offers a framework for translating images between domains and styles using paired and unpaired data.
  • Disentangled - Extracts structured and disentangled representations to allow precise control over specific attributes of synthetic outputs.
  • Latent Space Generative Models - Implements architectures that manipulate compressed latent representations to control synthetic output attributes.
  • Skip-Connection Architectures - Implements skip-connections to preserve high-resolution spatial information during image-to-image translation.
  • Synthetic Data Generators - Creates new synthetic data samples from learned distributions using adversarial network architectures.
  • Interpretable Representation Analysis - Extracts structured and disentangled latent representations to control specific attributes of generated outputs.
  • Domain Adaptation Techniques - Provides domain adaptation techniques to translate data between distributions and improve classifier accuracy.
  • Computer Vision Libraries - Keras implementations of various GANs.
  • Computer Vision Models - Implementations of CycleGAN, DualGAN, and super-resolution models.
  • Generative Model Implementations - Extensive library of GAN implementations using Keras.

Star 历史

eriklindernoren/keras-gan 的 Star 历史图表eriklindernoren/keras-gan 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Keras GAN 的开源替代方案

相似的开源项目,按与 Keras GAN 的功能重合度排序。
  • eriklindernoren/pytorch-ganeriklindernoren 的头像

    eriklindernoren/PyTorch-GAN

    17,472在 GitHub 上查看↗

    PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m

    Python
    在 GitHub 上查看↗17,472
  • phillipi/pix2pixphillipi 的头像

    phillipi/pix2pix

    10,644在 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
    在 GitHub 上查看↗10,644
  • nvlabs/stylegan2NVlabs 的头像

    NVlabs/stylegan2

    11,186在 GitHub 上查看↗

    StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag

    Python
    在 GitHub 上查看↗11,186
  • junyanz/pytorch-cyclegan-and-pix2pixjunyanz 的头像

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951在 GitHub 上查看↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    Pythoncomputer-graphicscomputer-visioncyclegan
    在 GitHub 上查看↗24,951
查看 Keras GAN 的所有 30 个替代方案→

常见问题解答

eriklindernoren/keras-gan 是做什么的?

Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution.

eriklindernoren/keras-gan 的主要功能有哪些?

eriklindernoren/keras-gan 的主要功能包括:Generative Adversarial Networks, Adversarial Loss Functions, Convolutional Feature Extractors, Encoder-Decoder Architectures, Generative Latent Mappings, Image-to-Image Translation, Image Super Resolution Models, Keras GAN Implementations。

eriklindernoren/keras-gan 有哪些开源替代品?

eriklindernoren/keras-gan 的开源替代品包括: eriklindernoren/pytorch-gan — PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… nvlabs/stylegan2 — StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… soumith/ganhacks — This project is a PyTorch-based generative framework and implementation template for building Generative Adversarial… junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables…