Skip to content

Latest commit

 

History

History
66 lines (57 loc) · 2.6 KB

README.md

File metadata and controls

66 lines (57 loc) · 2.6 KB

Adversarial Autoencoders (AAE)

This is a Tensorflow 2.0 implementation of Adversarial Autoencoders by Alireza Makhzani et al. (ICLR 2016). This repository contains reproduce of several experiments mentioned in the paper.

Requirements

Results

Unsupervised AAE deterministic

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE deterministic convolutional

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE deterministic convolutional using WGAN loss function

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE probabilistic

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE probabilistic convolutional

Latent space Latent space Reconstruction Latent space Sampled Latent space

Supervised AAE deterministic

Latent space Latent space Reconstruction Latent space Sampled Latent space

Supervised AAE deterministic convolutional

Latent space Latent space Reconstruction Latent space Sampled Latent space