fann_set_activation_steepness_layer

(PECL fann >= 1.0.0)

fann_set_activation_steepness_layer设置指定层中所有神经元的激活陡度

描述

fann_set_activation_steepness_layer(resource $ann, float $activation_steepness, int $layer): bool

设置第 layer 层中所有神经元的激活陡度,从输入层开始计数,输入层为第 0 层。

无法设置输入层中神经元的激活陡度。

参数

ann

神经网络 resource

activation_steepness

激活陡度。

layer

层号。

返回值

成功时返回 true,否则返回 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top