Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 526 Bytes

LSTM-VAE

Deep LSTM Variational AutoEncoder

Deep LSTM-VAE

Implemented in Keras.

Most of the implementations on the internet are either wrong, or they do not work with batch size greater than 1, because their loss function is wrong.

This one has right implementation and cost function for batch training.

Contains Dense layer at the end to be able to produce high absolute values, since LSTM activations are tanh.