R/createAutoencoderModel.R
createAutoencoderModel.Rd
Builds an autoencoder based on the specified array definining the number of units in the encoding branch. Ported to Keras R from the Keras python implementation here:
createAutoencoderModel( numberOfUnitsPerLayer, activation = "relu", initializer = "glorot_uniform" )
numberOfUnitsPerLayer | vector defining the number of units in the encoding branch |
---|---|
activation | activation type for the dense layers |
initializer | initializer type for the dense layers |
two models: the encoder and auto-encoder
https://github.com/XifengGuo/DEC-keras
Tustison NJ
#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not exist