Php/docs/function.fann-get-cascade-weight-multiplier

提供:Dev Guides
< Php
2020年12月14日 (月) 10:06時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

fann_get_cascade_weight_multiplier

(PECL fann >= 1.0.0)

fann_get_cascade_weight_multiplierReturns the weight multiplier


説明

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.


パラメータ

ann
ニューラルネットワークリソース。


返り値

The weight multiplier, or false on error.


参考