to_keras.ruta_autoencoder | R Documentation |
Extract Keras models from an autoencoder wrapper
## S3 method for class 'ruta_autoencoder' to_keras( x, encoder_end = "encoding", decoder_start = "encoding", weights_file = NULL, ... ) ## S3 method for class 'ruta_autoencoder_variational' to_keras(x, ...)
x |
Object of class |
encoder_end |
Name of the Keras layer where the encoder ends |
decoder_start |
Name of the Keras layer where the decoder starts |
weights_file |
The name of a hdf5 weights file in order to load from a trained model |
... |
Additional parameters for |
A list with several Keras models:
autoencoder
: model from the input layer to the output layer
encoder
: model from the input layer to the encoding layer
decoder
: model from the encoding layer to the output layer
\link{autoencoder}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.