awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
goodfeli avatar

goodfeli/adversarial

0
View on GitHub↗
4,074 स्टार्स·1,101 फोर्क्स·Python·BSD-3-Clause·8 व्यूज़

Adversarial

यह प्रोजेक्ट एक जेनरेटिव एडवरसैरियल नेटवर्क (GAN) इम्प्लीमेंटेशन और रिसर्च फ्रेमवर्क है। यह विभिन्न डेटासेट पर जेनरेटिव मॉडल्स को ट्रेन और इवैल्यूएट करने के लिए आवश्यक टूल्स और हाइपरपैरामीटर्स प्रदान करता है, जिसे विशेष रूप से शैक्षणिक शोध के परिणामों को पुन: उत्पन्न करने के लिए डिज़ाइन किया गया है।

इस फ्रेमवर्क में मॉडल लॉग लाइक्लीहुड की गणना करने के लिए एक Parzen डेंसिटी लाइक्लीहुड एस्टिमेटर शामिल है। यह जेनरेटिव डिस्ट्रीब्यूशन के मात्रात्मक मूल्यांकन और समग्र मॉडल प्रदर्शन को मापने की अनुमति देता है।

यह कोडबेस मशीन लर्निंग रिसर्च क्षमताओं को कवर करता है, जो एडवरसैरियल नेटवर्क्स की ट्रेनिंग और सिंथेटिक डेटा डिस्ट्रीब्यूशन के मूल्यांकन पर केंद्रित है।

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.

स्टार हिस्ट्री

goodfeli/adversarial के लिए स्टार हिस्ट्री चार्टgoodfeli/adversarial के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Adversarial के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Adversarial के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • yunjey/starganyunjey का अवतार

    yunjey/stargan

    5,292GitHub पर देखें↗

    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
    GitHub पर देखें↗5,292
  • phillipi/pix2pixphillipi का अवतार

    phillipi/pix2pix

    10,644GitHub पर देखें↗

    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
  • wiseodd/generative-modelswiseodd का अवतार

    wiseodd/generative-models

    7,497GitHub पर देखें↗

    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
    GitHub पर देखें↗7,497
  • udacity/deep-learning-v2-pytorchudacity का अवतार

    udacity/deep-learning-v2-pytorch

    5,505GitHub पर देखें↗

    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
    GitHub पर देखें↗5,505
Adversarial के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

goodfeli/adversarial क्या करता है?

यह प्रोजेक्ट एक जेनरेटिव एडवरसैरियल नेटवर्क (GAN) इम्प्लीमेंटेशन और रिसर्च फ्रेमवर्क है। यह विभिन्न डेटासेट पर जेनरेटिव मॉडल्स को ट्रेन और इवैल्यूएट करने के लिए आवश्यक टूल्स और हाइपरपैरामीटर्स प्रदान करता है, जिसे विशेष रूप से शैक्षणिक शोध के परिणामों को पुन: उत्पन्न करने के लिए डिज़ाइन किया गया है।

goodfeli/adversarial की मुख्य विशेषताएं क्या हैं?

goodfeli/adversarial की मुख्य विशेषताएं हैं: Generative Adversarial Network Training, Adversarial Minimax Games, Generative Adversarial Networks, Research Frameworks, Machine Learning Research Resources, Hyperparameter Configurations, Kernel Density Estimation, Model Performance Evaluators।

goodfeli/adversarial के कुछ ओपन-सोर्स विकल्प क्या हैं?

goodfeli/adversarial के ओपन-सोर्स विकल्पों में शामिल हैं: 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…