(PECL fann >= 1.0.0)
fann_set_activation_steepness_layer — 为提供的层中所有的神经元设置激活陡度
$ann
, float $activation_steepness
, int $layer
) : bool为层数为 layer 中所有的神经元设置激活陡度,将输入层计为0。
在输出层中设置激活陡度是不可能的。
ann
Neural network resource.
activation_steepness
激活陡度。
layer
层数。
Returns TRUE
on success, or FALSE
otherwise.