fann_get_activation_function

(PECL fann >= 1.0.0)

fann_get_activation_function返回激励函数

说明

fann_get_activation_function(resource $ann, int $layer, int $neuron): int

获取在层数为 layer 的网络中神经元数为 neuron的激励函数,输入层被计为 0.

在输入层是不能获取神经元激励函数的。

返回值将会是激励函数 常量之一。

参数

ann

神经网络 资源

layer

层数。

neuron

神经元数

返回值

学习函数 常量或者如果神经未在神经网络中定义返回 -1, 错误则返回 false .

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top