Skip to content
#

Generative Adversarial Network

Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.

Here are 42 public repositories matching this topic...

Nvidia DLI workshop on AI-based anomaly detection techniques using GPU-accelerated XGBoost, deep learning-based autoencoders, and generative adversarial networks (GANs) and then implement and compare supervised and unsupervised learning techniques.

  • Updated May 23, 2024
  • Jupyter Notebook
Image-Generation-Using-GAN-Gen-AI-Project-

Gen AI uses GANs to generate CIFAR-10-like images. The custom GAN model comprises a Generator and a Discriminator. Users can train the model and generate images using Jupyter Notebooks or Google Colab.

  • Updated Mar 30, 2024
  • Jupyter Notebook

This is a notebook exploring the implementation of a GAN using tensorflow in Python to generate additional data to augment the original training data for testing. The purpose of this project was to explore how the accuracies of different datasets differ with increasing samples. It uses a small dataset with ~600 samples and a larger one with ~10000.

  • Updated Dec 6, 2023
  • Jupyter Notebook

This repository contains notebooks showcasing various generative models, including DCGAN and VAE for anime face generation, an Autoencoder for converting photos to sketches, a captioning model using an attention mechanism for an image caption generator, and more.

  • Updated Oct 31, 2023
  • Jupyter Notebook

Implementation notebooks and scripts of Artistic CNN Models and Generative Models like GANs, VAEs, GMMs, Boltzmann Machine etc. in TensorFlow, and Python. This repo aims to understand and make amazing things out of Neural Network layers.

  • Updated Nov 22, 2022
  • Jupyter Notebook

Released June 10, 2014

Followers
234 followers
Wikipedia
Wikipedia

Related Topics

deep-learning neural-network