A Gentle Introduction to LSTM Autoencoders
machinelearningmastery.com › lstm-autoencodersAug 27, 2020 · A Gentle Introduction to LSTM Autoencoders. An LSTM Autoencoder is an implementation of an autoencoder for sequence data using an Encoder-Decoder LSTM architecture. Once fit, the encoder part of the model can be used to encode or compress sequence data that in turn may be used in data visualizations or as a feature vector input to a supervised ...