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