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