array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.fann-get-rprop-decrease-factor.php', 1 => 'fann_get_rprop_decrease_factor', 2 => 'Returns the increase factor used during RPROP training', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann İşlevleri', ), 'prev' => array ( 0 => 'function.fann-get-quickprop-mu.php', 1 => 'fann_get_quickprop_mu', ), 'next' => array ( 0 => 'function.fann-get-rprop-delta-max.php', 1 => 'fann_get_rprop_delta_max', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-rprop-decrease-factor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factorReturns the increase factor used during RPROP training

Açıklama

fann_get_rprop_decrease_factor(resource $ann): float

The decrease factor is a value smaller than 1, which is used to decrease the step-size during RPROP training.

The default decrease factor is 0.5.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

The decrease factor, or false on error.

Ayrıca Bakınız