Skip to content

takat0m0/AAE

Repository files navigation

AAE

Adversarial Auto Encoder (AAE) with tensorflow for MNIST

usage

  • training
python main.py -d [MNIST csv file]
  • making figures after training
python using_result.py -d [MNIST csv file]

100 epoch results

AAE

Random sample from each Gaussian

0

0

1

1

2

2

walking from (0, 0) to (2, 0)

0to1

walking along with constant radius

const_r

About

adversarial autoencoder (AAE) with tensorflow for MNIST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages