View source: R/get_n_neurons_in_latent_layer_from_model.R
get_n_neurons_in_latent_layer_from_model | R Documentation |
model
Get the number of neurons in the layent layer from a model
get_n_neurons_in_latent_layer_from_model(model)
model |
the |
the number of neurons in the latent layer
Richèl J.C. Bilderbeek
use get_n_neurons_in_latent_layer to get the number of neurons in the latent layer for different input arguments
if (is_gcae_repo_cloned()) {
# A real GCAE file
model_filename <- get_gcae_model_filename("M1")
} else {
# An example file
model_filename <- get_gcaer_filename("M0.json")
}
model <- read_model_file(model_filename)
get_n_neurons_in_latent_layer_from_model(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.