Query: fann_set_activation_function_hidden
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_SET_ACTIVATION_FUNCTION_HIDDEN(3) 1 FANN_SET_ACTIVATION_FUNCTION_HIDDEN(3) fann_set_activation_function_hidden - Sets the activation function for all of the hidden layersSYNOPSISbool fann_set_activation_function_hidden (resource $ann, int $activation_function)DESCRIPTIONSets the activation function for all of the hidden layers.PARAMETERSo $ann -Neural network resource. o $activation_function - The activation functions constant.RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_set_activation_function(3), fann_set_activation_function_layer(3), fann_set_activation_function_output(3), fann_set_activation_steep- ness(3). PHP Documentation Group FANN_SET_ACTIVATION_FUNCTION_HIDDEN(3)