optimizer optimizer : enum, updates the model's weights during training based on the computed gradients, guiding the...
HAIBAL Blog
[code_snippet id=14 php=true]
regularizer
regularizer regularizer : enum, adds a penalty to the weights to limit their growth and improve the model’s...
explicit padding
explicit padding explicit padding : array, specifies the number of pixels to pad at the beginning and end of each...
padding
padding padding : enum, type of padding to apply.Default value "VALID". EXPLICIT : Padding is manually defined through...
Individual by name
Set training status by nameDescription Sets the boolean “training?” of layer selected by name given as input. If the...
Individual by index
Set training status by indexDescription Sets the boolean “training?” of layer selected by index given as input. If the...
All
Set all training statusDescription Sets for all layers contained in the model the state of the boolean "training?". If...
Individual by name
Set optimizer by nameDescription Sets the optimizer parameters for the layer selected by the name given as input.Input...
Individual by index
Set optimizer by indexDescription Sets the optimizer parameters for the layer selected by the index given as...
All
Set all optimizersDescription Sets for every layer the optimizer parameters cluster.Input parameters Model in :...
Individual by name
Set "lda_coeff" by nameDescription Sets the loss derivative attenuation coefficient of layer selected by the name...
Individual by index
Set "lda_coeff" by indexDescription Sets the loss derivative attenuation coefficient of layer selected by the index...
All
Set All "lda_coeff"Description Sets the loss derivative attenuation coefficient of all layers contained in the...
Individual by name
Get training status by nameDescription Gets the boolean “training_status” of layer selected by name given as input. If...
Individual by index
Get training status by indexDescription Gets the boolean “training_status” of layer selected by index given as input....
All
Get all training statusDescription Gets for all layers contained in the model the state of the boolean...
Optimizer by name
Get optimizer by nameDescription Gets the optimizer parameters for the layer selected by the name given as input....
Optimizer by index
Get optimizer by indexDescription Gets the optimizer parameters for the layer selected by the index given as input....
All Optimizers
Get all optimizersDescription Gets for every layer the optimizer parameters cluster. Input parameters Model in...
Parameters by name
Get parameters by nameDescription Gets the parameter of the layer selected by the name given as input. Input...
Parameters by index
Get parameters by indexDescription Gets the parameter of the layer selected by the index given as input. Input...
All Parameters
Get all parametersDescription Gets for every layer the parameters cluster. Input parameters Model in : model...
Individual by name
Get "lda_coeff" by nameDescription Gets the loss derivative attenuation coefficient of layer selected by the name...
Individual by index
Get "lda_coeff" by indexDescription Gets the loss derivative attenuation coefficient of layer selected by the index...
All
Get all "lda_coeff"Description Gets the loss derivative attenuation coefficient of all layers contained in the model....
initializer
initializer initializer : enum, defines how model weights are set before training, which can influence the speed and...
merge_mode
merge_mode merge_mode : enum, mode by which outputs of the forward and backward RNNs will be combined.Default value...
activation
activation activation : enum, activation function to use. Exponential Linear Unit (ELU)The Exponential Linear...
algorithm
algorithm algorithm : enum, (name of optimizer) for optimizer instance.Default value "adam". AdadeltaAdadelta...
output_behavior
output_behavior output_behavior : enum, setup if the layer is an output layer.Default “Not Output” Display : display...