CakeFest 2024: The Official CakePHP Conference

fann_create_shortcut_array

(PECL fann >= 1.0.0)

fann_create_shortcut_array创建一个含快捷连接而非全连接的标准反向传播神经网络。

说明

fann_create_shortcut_array(int $num_layers, array $layers): resource

使用包含各层大小的数组创建一个含快捷连接而非全连接的标准反向传播神经网络。

参数

num_layers

网络层数的总数,包含输入输出层。

layers

一个包含各层大小的数组。

返回值

成功,返回一个神经网络的资源,错误则返回 false

参见

add a note

User Contributed Notes

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