Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g4vrel/aae

A PyTorch implementation of Adversarial Autoencoders
https://github.com/g4vrel/aae

adversarial-autoencoders autoencoder gan paper-implementation pytorch

Last synced: about 3 hours ago
JSON representation

A PyTorch implementation of Adversarial Autoencoders

Awesome Lists containing this project

README

        

# AAE

This repository contains my attempt at reproducing some results from the paper [Adversarial Autoencoders](https://arxiv.org/abs/1511.05644).

## Experiments

### 2D Gaussian prior

Hidden code | Manifold
:---: | :---:
|

## Reference

```bibtex
@misc{makhzani2016adversarialautoencoders,
title={Adversarial Autoencoders},
author={Alireza Makhzani and Jonathon Shlens and Navdeep Jaitly and Ian Goodfellow and Brendan Frey},
year={2016},
eprint={1511.05644},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/1511.05644},
}
```