array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-set-activation-steepness-output.php', 1 => 'fann_set_activation_steepness_output', 2 => 'Sets the steepness of the activation steepness in the output layer', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-set-activation-steepness-layer.php', 1 => 'fann_set_activation_steepness_layer', ), 'next' => array ( 0 => 'function.fann-set-bit-fail-limit.php', 1 => 'fann_set_bit_fail_limit', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-activation-steepness-output.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_activation_steepness_output

(PECL fann >= 1.0.0)

fann_set_activation_steepness_outputSets the steepness of the activation steepness in the output layer

Beschreibung

fann_set_activation_steepness_output(resource $ann, float $activation_steepness): bool

Sets the steepness of the activation steepness in the output layer.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

activation_steepness

The activation steepness.

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.

Siehe auch