fann_set_activation_hidden_steepness
Name
fann_set_activation_hidden_steepness -- Set the steepness of the activation function for the hidden neurons.
Description
void fann_set_activation_hidden_steepness(resource ann, float steepness);
fann_set_activation_hidden_steepnesssets the steepness of the activation function
hidden neurons to steepness.
See also fann_get_activation_hidden_steepness.
This function appears in FANN-PHP >= 0.1.0.