fann_get_rprop_decrease_factor
PHP Manual
PHP Manual»Fann 関数»fann_get_rprop_decrease_factor

fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factorReturns the decrease factor used during RPROP training

説明

function 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.

パラメータ

ann
ニューラルネットワークリソース。

戻り値

The decrease factor, or false on error.

参考

To Top