略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: fann_randomize_weights

2024-04-27

fann_randomize_weights

(PECL fann >= 1.0.0)

fann_randomize_weights给每个连接赋一个介于 min_weight 和 max_weight 之间的随机权重。

说明

fann_randomize_weights(resource $ann, float $min_weight, float $max_weight): bool

给每个连接赋一个介于 min_weightmax_weight之间的随机权重。

从一开始权重介于 -0.1 和 0.1之间。

参数

ann

神经网络 资源

min_weight

最小权重值

max_weight

最大权重值

返回值

成功时返回 true,其它情况下返回 false

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.fann-randomize-weights.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3