项目作者: nnormandin

项目描述 :
conditional variational autoencoder written in Keras [not actively maintained]
高级语言: Jupyter Notebook
项目地址: git://github.com/nnormandin/Conditional_VAE.git
创建时间: 2017-07-17T21:58:20Z
项目社区:https://github.com/nnormandin/Conditional_VAE

开源协议:

下载


conditional variational autencoder for keras

This is an implementation of a CVAE in Keras trained on the MNIST data set, based on the paper Learning Structured Output Representation using Deep Conditional Generative Models and the code fragments from Agustinus Kristiadi’s blog here.

Since a one-hot vector of digit class labels is concatenated with the input prior to encoding and again to the latent space prior to decoding, we can sample individual digits and combinations. This gif shows a transition along the number line from zero to nine.

MNIST_CVAE