hwalsuklee / tensorflow-GAN-1d-gaussian-ex
Tensorflow implementation of Generative Adversarial Network for approximating a 1D Gaussian distribution
☆26Updated 8 years ago
Alternatives and similar repositories for tensorflow-GAN-1d-gaussian-ex:
Users that are interested in tensorflow-GAN-1d-gaussian-ex are comparing it to the libraries listed below
- Simple implementation of Least Squares Generative Adversarial Networks☆43Updated 7 years ago
- Tensorflow implementation of adversarial auto-encoder for MNIST☆87Updated 7 years ago
- Tensorflow implementation of conditional variational auto-encoder for MNIST☆150Updated 8 years ago
- Improve generative adversarial network training by deleting a line of code.