GoLang fann_get_cascade_weight_multiplier

request it (284)
GoLang replacement for PHP's fann_get_cascade_weight_multiplier [edit | history]



Do you know a GoLang replacement for PHP's fann_get_cascade_weight_multiplier? Write it!

PHP fann_get_cascade_weight_multiplier

PHP original manual for fann_get_cascade_weight_multiplier [ show | php.net ]

fann_get_cascade_weight_multiplier

(PECL fann >= 1.0.0)

fann_get_cascade_weight_multiplierReturns the weight multiplier

Description

float fann_get_cascade_weight_multiplier ( resource $ann )

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

Neural network resource.

Return Values

The weight multiplier, or FALSE on error.

See Also