All Projects → ikostrikov → Tensorflow Vae Gan Draw

ikostrikov / Tensorflow Vae Gan Draw

Licence: apache-2.0
A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational Autoencoder (VAE) and DRAW: A Recurrent Neural Network For Image Generation).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow Vae Gan Draw

Text Generation Papers
Paper collection of Neural Text Generation
Stars: ✭ 46 (-92.03%)
Mutual labels:  gan, vae
Adversarial video summary
Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)
Stars: ✭ 187 (-67.59%)
Mutual labels:  gan, vae
Generative Models
Comparison of Generative Models in Tensorflow
Stars: ✭ 96 (-83.36%)
Mutual labels:  gan, vae
Variational Recurrent Autoencoder Tensorflow
A tensorflow implementation of "Generating Sentences from a Continuous Space"
Stars: ✭ 228 (-60.49%)
Mutual labels:  recurrent-neural-networks, vae
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (-38.3%)
Mutual labels:  gan, vae
Advanced Deep Learning With Keras
Advanced Deep Learning with Keras, published by Packt
Stars: ✭ 917 (+58.93%)
Mutual labels:  gan, vae
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-76.78%)
Mutual labels:  gan, vae
Generative Models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Stars: ✭ 6,701 (+1061.35%)
Mutual labels:  gan, vae
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+473.14%)
Mutual labels:  gan, recurrent-neural-networks
Video prediction
Stochastic Adversarial Video Prediction
Stars: ✭ 247 (-57.19%)
Mutual labels:  gan, vae
Rnn Vae
Variational Autoencoder with Recurrent Neural Network based on Google DeepMind's "DRAW: A Recurrent Neural Network For Image Generation"
Stars: ✭ 39 (-93.24%)
Mutual labels:  recurrent-neural-networks, draw
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (-31.72%)
Mutual labels:  gan, vae
O Gan
O-GAN: Extremely Concise Approach for Auto-Encoding Generative Adversarial Networks
Stars: ✭ 117 (-79.72%)
Mutual labels:  gan, vae
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (-64.99%)
Mutual labels:  gan, recurrent-neural-networks
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+555.98%)
Mutual labels:  gan, vae
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (-24.09%)
Mutual labels:  gan, vae
Pgf
A Portable Graphic Format for TeX
Stars: ✭ 504 (-12.65%)
Mutual labels:  draw
Ner Lstm
Named Entity Recognition using multilayered bidirectional LSTM
Stars: ✭ 532 (-7.8%)
Mutual labels:  recurrent-neural-networks
Gluon Cv
Gluon CV Toolkit
Stars: ✭ 5,001 (+766.72%)
Mutual labels:  gan
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (-13%)
Mutual labels:  gan

TF-VAE-GAN-DRAW

TensorFlow implementation of Deep Convolutional Generative Adversarial Networks, Variational Autoencoder (also Deep and Convolutional) and DRAW: A Recurrent Neural Network For Image Generation.

Run

VAE/GAN:

python main.py --working_directory /tmp/gan --model vae

DRAW:

python main-draw.py --working_directory /tmp/gan

Deep Convolutional Generative Adversarial Networks produce decent results after 10 epochs using default parameters.

###TODO:

  • [ ] More complex data.
  • [ ] Add Adversarial Autoencoder
  • [ ] Replace current attention mechanism with Spatial Transformer Layer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].