wanlei452229's Stars
ckmarkoh/GAN-tensorflow
Implement Generative Adversarial Nets by Tensorflow
kremerj/vae
Variational autoencoder implementation in tensorflow following the classic paper by Kingma and Welling.
gtoubassi/mnist-vae
Semi-supervised learning with mnist using variational autoencoders. An unsupervised representation is learned which allows for superior classification results with limited labels.
shaohua0116/VAE-Tensorflow
A Tensorflow implementation of a Variational Autoencoder for the deep learning course at the University of Southern California (USC).
hwwang55/GraphGAN
A tensorflow implementation of GraphGAN (Graph Representation Learning with Generative Adversarial Nets)
wengong-jin/icml18-jtnn
Junction Tree Variational Autoencoder for Molecular Graph Generation (ICML 2018)
chainer/chainer-chemistry
Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
mkusner/grammarVAE
Code for the "Grammar Variational Autoencoder" https://arxiv.org/abs/1703.01925
chemplexity/molecules
chemical graph theory library for JavaScript
horacepan/gnns
Collection of graph neural networks in pytorch
yzwxx/vae-celebA
Variational auto-encoder trained on celebA . All rights reserved.
LynnHo/VAE-Tensorflow
(beta-)VAE Tensorflow
carpedm20/DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
nnUyi/VAE
A implement of VAE in paper "Auto-Encoding Variational Bayes"
xiaohu2015/DeepLearning_tutorials
The deeplearning algorithms implemented by tensorflow
duxingren14/DualGAN
DualGAN-tensorflow: tensorflow implementation of DualGAN
JeremyCCHsu/tf-vaegan
VAE-GAN in Tensorflow
greenelab/deep-review
A collaboratively written review paper on deep learning, genomics, and precision medicine
HIPS/molecule-autoencoder
A project to enable optimization of molecules by transforming them to and from a continuous representation.
HIPS/neural-fingerprint
Convolutional nets which can take molecular graphs of arbitrary size as input.
aspuru-guzik-group/chemical_vae
Code for 10.1021/acscentsci.7b00572, now running on Keras 2.0 and Tensorflow
hwalsuklee/tensorflow-mnist-VAE
Tensorflow implementation of variational auto-encoder for MNIST