weight_control | R Documentation |
Options for weights of layers
weight_control( specific_weight_options = NULL, general_weight_options = list(activation = NULL, use_bias = FALSE, trainable = TRUE, kernel_initializer = "glorot_uniform", bias_initializer = "zeros", kernel_regularizer = NULL, bias_regularizer = NULL, activity_regularizer = NULL, kernel_constraint = NULL, bias_constraint = NULL), warmstart_weights = NULL, shared_layers = NULL )
specific_weight_options |
specific options for certain
weight terms; must be a list of length |
general_weight_options |
default options for layers |
warmstart_weights |
While all keras layer options are availabe, the user can further specify a list for each distribution parameter with list elements corresponding to term names with values as vectors corresponding to start weights of the respective weights |
shared_layers |
list for each distribution parameter; each list item can be again a list of character vectors specifying terms which share layers |
Returns a list with options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.