-
Updated
Aug 17, 2020 - Jupyter Notebook
#
generative-model
Here are 415 public repositories matching this topic...
This repository contains the source code for the paper First Order Motion Model for Image Animation
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
-
Updated
Aug 8, 2020 - JavaScript
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
-
Updated
Jan 31, 2019 - Python
Collection of generative models in Tensorflow
tensorflow
gan
mnist
infogan
generative-model
vae
ebgan
generative-adversarial-networks
wgan
cvae
lsgan
variational-autoencoder
began
cgan
wgan-gp
generative-models
dragan
acgan
fashion-mnist
improved-wgan
-
Updated
Jul 21, 2018 - Python
Code for the paper "Jukebox: A Generative Model for Music"
-
Updated
Jul 4, 2020 - Python
[CVPR2020] Adversarial Latent Autoencoders
python
machine-learning
computer-vision
deep-learning
neural-network
paper
pytorch
generative-adversarial-network
gan
generative-model
autoencoder
celeba
paper-implementations
face-generation
pytorch-implementation
celeba-hq
stylegan
ffhq
cvpr2020
alae
-
Updated
Aug 26, 2020 - Python
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
-
Updated
Oct 30, 2017 - Lua
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
-
Updated
Mar 26, 2018 - Jupyter Notebook
Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
-
Updated
Mar 26, 2018 - Python
Simplest working implementation of Stylegan2 in Pytorch. Enabling everyone to experience disentanglement
-
Updated
Aug 30, 2020 - Python
Generative Adversarial Networks (GANs) resources sorted by citations
generative-model
gans
adversarial-networks
generative-adversarial-networks
research-paper
frameworks
-
Updated
May 11, 2019
Speech Enhancement Generative Adversarial Network in TensorFlow
deep-neural-networks
deep-learning
tensorflow
speech
gan
generative-model
generative-adversarial-networks
-
Updated
May 26, 2020 - Python
TensorFlow implementation of "Learning from Simulated and Unsupervised Images through Adversarial Training"
-
Updated
Dec 10, 2019 - Python
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
nlp
natural-language-processing
deep-learning
generative-adversarial-network
gan
generative-model
policy-gradient
natural-language-understanding
seqgan
-
Updated
Sep 27, 2018 - Python
DanceNet -💃 💃 Dance generator using Autoencoder, LSTM and Mixture Density Network. (Keras)
-
Updated
Sep 15, 2019 - Python
PyTorch Re-Implementation of "Generating Sentences from a Continuous Space" by Bowman et al 2015 https://arxiv.org/abs/1511.06349
-
Updated
Jul 15, 2020 - Python
alexjc
commented
Jul 11, 2020
The quality of images is higher when the number of pixels from the source and target match 1:1. When a larger source is provided, it could be randomly cropped if a command-line argument is set (likely on by default).
A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.
deep-learning
generative-model
vae
awesome-list
representation-learning
unsupervised-learning
variational-inference
variational-autoencoder
variational-bayes
disentanglement
variational-auto-encoder
disentangled-representations
-
Updated
Aug 29, 2020
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
tutorial
generative-adversarial-network
dcgan
generative-model
gaussian-mixture-models
auto-regressive-model
gans
bayesian-classifiers
variational-inference
tutorial-code
variational-autoencoder
cyclegan
-
Updated
Jan 21, 2019 - Jupyter Notebook
Efficient Graph Generation with Graph Recurrent Attention Networks, Deep Generative Model of Graphs, Graph Neural Networks, NeurIPS 2019
-
Updated
Jul 17, 2020 - C++
machine-learning
natural-language-processing
computer-vision
deep-learning
generative-model
semi-supervised-learning
graph-neural-networks
-
Updated
Aug 24, 2020
Tensorflow Implementation of Knowledge-Guided CVAE for dialog generation ACL 2017. It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU
deep-learning
end-to-end
chatbot
generative-model
dialogue-systems
cvae
variational-autoencoder
variational-bayes
-
Updated
Nov 26, 2018 - OpenEdge ABL
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
machine-learning
computer-vision
shape
image-processing
generative-model
face-recognition
face-detection
faces
3d
3d-reconstruction
3d-graphics
3d-models
morphable-model
analysis-by-synthesis
-
Updated
Aug 25, 2020
Stacked Generative Adversarial Networks
-
Updated
May 14, 2017 - Python
Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)
tensorflow
generative-adversarial-network
generative-model
tensorflow-experiments
generative
tensorflow-models
-
Updated
Aug 3, 2018 - Python
Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).
-
Updated
Apr 5, 2018 - Jupyter Notebook
Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow
neural-network
generative-adversarial-network
generative-model
pruning
optimal-brain-damage
uncertainty-neural-networks
-
Updated
Oct 27, 2019 - Jupyter Notebook
Triple-GAN: a unified framework for classification and class-conditional generation in semi-supervised learing
-
Updated
Sep 3, 2020 - Python
Improve this page
Add a description, image, and links to the generative-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generative-model topic, visit your repo's landing page and select "manage topics."
This needs to be done in 2 parts:
We don't need to expose all the functions. Some functions do nothing fancy and they need to be removed and the entire computation can be performed inside the
forwardfunction.