View source: R/get_n_neurons_in_latent_layer.R
get_n_neurons_in_latent_layer | R Documentation |
Get the number of neurons in the layent layer
get_n_neurons_in_latent_layer(x)
x |
an input of type |
the number of neurons in the latent layer
Richèl J.C. Bilderbeek
# A model
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(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.