Description Usage Arguments Value
View source: R/autoencodersKeras.R
Auxiliary function defining a 1D convolutional autoencoder model (1 1DConv + 2x 1DConv+MaxPool)
1 | Convolutional1DAutoencoder(X, filters = c(32, 32, 16))
|
X |
|
filters |
|
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.