Skip to content

MistQue/Adversarial-Autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adversarial Autoencoder

Implement Adversarial Autoencoder, you can see more detial in the paper

Setting

  • Tensorflow 1.1
  • MNIST Dataset
  • Run main.py to train model

Result

  • z_dim = 2
  • Test on 3000 MNIST test datas

mnist_test

  • z_dim = 100
  • Test on 3000 MNIST test datas (Using t-SNE transform to 2-dim) mnist_test

About

Implement Adversarial Autoencoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published