Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17925 программистов и 1569 роботов. Сейчас ищут 1003 программиста ...
fann_get_quickprop_decay - Returns the decay which is a factor that weights should decrease in each iteration during quickprop training
Вернуться к: Fann Функции
fann_get_quickprop_decay
(PECL fann >= 1.0.0)
fann_get_quickprop_decay — Returns the decay which is a factor that weights should decrease in each iteration during quickprop training
Описание
float fann_get_quickprop_decay
( resource
$ann
)The decay is a small negative valued number which is a factor that the weights should decrease in each iteration during quickprop training. This is used to make sure that the weights do not become too high during training.
The default decay is -0.0001.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
The decay, or FALSE
on error.
Вернуться к: Fann Функции