array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), '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 İşlevleri', ), '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

Açıklama

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

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

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

activation_steepness

The activation steepness.

Dönen Değerler

Başarı durumunda true yoksa falsedöner.

Ayrıca Bakınız