略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: fann_get_bit_fail_limit

2024-04-28

fann_get_bit_fail_limit

(PECL fann >= 1.0.0)

fann_get_bit_fail_limit返回训练期间使用的误差限制

说明

fann_get_bit_fail_limit(resource $ann): float

返回训练期间使用的误差限制。

训练期间使用的误差限制,在 停止函数 中设置的 FANN_STOPFUNC_BIT.

限度是训练过程中期望输出和实际输出之间的最大可接受差值。每个输出偏离超过这个限度将会被算作误差。不同的是在使用对称激活函数的时候这个值要除以2,因此对称或者不对称可以使用同样的限度。

默认的误差限度是 0.35.

参数

ann

神经网络 资源

返回值

成功,返回误差限度,错误则返回 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-get-bit-fail-limit.php

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