update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the decay which is a factor that weights should decrease in each iteration during quickprop training

fann_get_quickprop_decay

(PECL fann >= 1.0.0)

fann_get_quickprop_decayReturns 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

Neural network resource.

반환값

The decay, or FALSE on error.

참고