R/autoencoder.R
, R/autoencoder_variational.R
to_keras.ruta_autoencoder.Rd
Extract Keras models from an autoencoder wrapper
Object of class "ruta_autoencoder"
. Needs to have a member
input_shape
indicating the number of attributes of the input data
Name of the Keras layer where the encoder ends
Name of the Keras layer where the decoder starts
The name of a hdf5 weights file in order to load from a trained model
Additional parameters for to_keras.ruta_autoencoder
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}