LSTMVRAE icon indicating copy to clipboard operation
LSTMVRAE copied to clipboard

Variational Recurrent Auto-Encoder using LSTM encoder/decoder networks

LSTM Variational Recurrent Auto-Encoder

Implementation of the Variational Recurrent Auto-Encoder (http://arxiv.org/pdf/1412.6581.pdf) using single-layer LSTMs as both the encoder and decoder.

This is based on Github user RyotaKatoh's chainer-Variational-Recurrent-Autoencoder (https://github.com/RyotaKatoh/chainer-Variational-Recurrent-Autoencoder)

Dependencies

  • Anaconda
  • Chainer