https://github.com/arash-shahmansoori/gans

Generative Adversarial Networks implemented in PyTorch and Tensorflow

https://github.com/arash-shahmansoori/gans

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Generative Adversarial Networks implemented in PyTorch and Tensorflow

Basic Info
  • Host: GitHub
  • Owner: arash-shahmansoori
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 25.6 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of diegoalejogm/gans
Created over 7 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.md

gans: Generative Adversarial Networks

Multiple Generative Adversarial Networks (GANs) implemented in PyTorch and Tensorflow.

Check out this blog post for an introduction to Generative Networks.

Vanilla GANs

Vanilla GANs found in this project were developed based on the original paper Generative Adversarial Networks by Goodfellow et al.

These are trained on the MNIST dataset, and learn to create hand-written digit images using a 1-Dimensional vector representation for 2D input images. - PyTorch Notebook - TensorFlow Notebook

MNIST-like generated images before & after training.

DCGANs

Deep Convolutional Generative Adversarial Networks (DCGANs) in this repository were developed based on the original paper Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks by Radford et al.

These are trained on the CIFAR10 and the MNIST datasets. They use 3 dimensional representations for images (length x height x colors) directly for training.

CIFAR-like generated images before & after training.

Owner

  • Login: arash-shahmansoori
  • Kind: user
  • Location: Ireland

GitHub Events

Total
Last Year