php8.5
Home/ Manual/ fann / functions/ fann_get_cascade_weight_multiplier

fann_get_cascade_weight_multiplier

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Returns the weight multiplier

Description

fann_get_cascade_weight_multiplier(resource $ann): float

The weight multiplier is a parameter which is used to multiply the weights from the candidate neuron before adding the neuron to the neural network. This parameter is usually between 0 and 1, and is used to make the training a bit less aggressive.

The default weight multiplier is 0.4.

Parameters

ann

Description

Return Values

The weight multiplier, or false on error.

See Also

Source: reference/fann/functions/fann-get-cascade-weight-multiplier.xml · from the official PHP manual (php/doc-en)