fann_get_quickprop_decay

(PECL fann >= 1.0.0)
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.

Parameters:
ann

Neural network resource.

Returns:

The decay, or FALSE on error.

See also:

fann_set_quickprop_decay() -

doc_php
2016-02-24 16:05:50
Comments
Leave a Comment

Please login to continue.