fann_get_bias_array

(PECL fann >= 1.0.0)

fann_get_bias_array获取网络中每一层的偏差数

说明

fann_get_bias_array(resource $ann): array

获取网络中每一层的偏差数。

参数

ann

神经网络 资源

返回值

包含每一层偏差数的数组。

add a note add a note

User Contributed Notes

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