powered by
Creates an deep learning LSTM autoencoder to encode a sequence of observations. It wraps the pytorch library.
autoenc_lstm_e( input_size, encoding_size, batch_size = 32, num_epochs = 50, learning_rate = 0.001 )
returns a autoenc_lstm_e object.
autoenc_lstm_e
input size
encoding size
size for batch learning
number of epochs for training
learning rate
#See an example of using `autoenc_lstm_e` at this #https://github.com/cefet-rj-dal/daltoolbox/blob/main/autoencoder/autoenc_lstm_e.md
Run the code above in your browser using DataLab