Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 888 Bytes

Tensorflow-models

Reference implementations for variational autoencoder, autoencoder, generative adversarial network and adversarial variational bayes I implemented in tensorflow.

I managed to get them working for the autoencoder and variational autoencoder using the beautiful class structure described by Danijar here.

Input and reconstructions from the variational autoencoder:

Samples drawn from the latent space of the variational autoencoder and the corresponding reconstructions:

To be done:

  • Adversarial Autoencoder