array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.fann-set-activation-function-output.php', 1 => 'fann_set_activation_function_output', 2 => 'Sets the activation function for the output layer', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funzioni', ), 'prev' => array ( 0 => 'function.fann-set-activation-function-layer.php', 1 => 'fann_set_activation_function_layer', ), 'next' => array ( 0 => 'function.fann-set-activation-steepness.php', 1 => 'fann_set_activation_steepness', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-activation-function-output.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_activation_function_output

(PECL fann >= 1.0.0)

fann_set_activation_function_outputSets the activation function for the output layer

Descrizione

fann_set_activation_function_output(resource $ann, int $activation_function): bool

Sets the activation function for the output layer.

Elenco dei parametri

ann

Neural network resource.

activation_function

The activation functions constant.

Valori restituiti

Returns true on success, or false otherwise.

Vedere anche: