Skip to content

Commit

Permalink
update readme for gaia
Browse files Browse the repository at this point in the history
  • Loading branch information
timsainb authored Nov 17, 2020
1 parent 5a5b30a commit 9ef283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VAE-GAN combines the VAE and GAN to autoencode over a latent representation of d

### Generative adversarial interpolative autoencoder (GAIA) ([article](https://arxiv.org/abs/1807.06650)) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/timsainb/tensorflow2-generative-models/blob/master/5.0-GAIA-fashion-mnist.ipynb)

GAIA is an autoencoder trained to learn convex latent representations by adversarially training on interpolations in latent space projections of real data.
GAIA is an autoencoder trained to learn convex latent representations by adversarially training on interpolations in latent space projections of real data. This is an experimental modification of the original algorithm. For the original algorithm, see here: https://github.com/timsainb/gaia

![generative adversarial interpolative autoencoding network](imgs/gaia.png)

Expand Down

0 comments on commit 9ef283b

Please sign in to comment.