Description Usage Arguments Value
View source: R/autoencodersKeras.R
Auxiliary function defining a LSTM autoencoder model with two hidden layers
1 | DeepLSTMAutoencoder(X, latent_dim = c(10, 5), time_window = 5)
|
X |
|
latent_dim |
|
time_window |
|
List containing:
autoencoder
: Fitted autoencoder model (full model) - Keras object
encoder
: Encoder part of the autoencoder model (Original space -> Latent Dimensions) - Keras object
decoder
: Decoder part of the autoencoder model (Latent Dimensions -> Original space) - Keras object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.