fann_set_activation_steepness_output

Name

fann_set_activation_steepness_output -- Set the steepness of the activation function for the output neurons.

Description

void fann_set_activation_steepness_output(resource ann, float steepness);

fann_set_activation_steepness_output sets the steepness of the activation function output neurons to steepness.

See also fann_get_activation_steepness_output.

This function appears in FANN-PHP >= 0.1.0.


SourceForge.net Logo