fann_set_activation_steepness_hidden
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Sets the steepness of the activation steepness for all neurons in the all hidden layers
Description
fann_set_activation_steepness_hidden(resource $ann, float $activation_steepness): bool
Sets the steepness of the activation steepness for all neurons in the all hidden layers.
Parameters
annDescription
activation_steepnessThe activation steepness.