fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factor返回 RPROP 训练期间的衰减系数

说明

fann_get_rprop_decrease_factor(resource $ann): float

衰减系数的值小于1,用于在 RPROP 训练期间减少的步长。

The default decrease factor is 0.5.

参数

ann

神经网络 资源

返回值

成功,返回衰减系数,错误则返回 false .

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top