php教程

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

参见

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788