Skip to content

meliksahturker/LSTM-VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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.

About

LSTM Variational AutoEncoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages