mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 13:57:03 +08:00
76 lines
2.7 KiB
HTML
76 lines
2.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
<title>返回训练期间使用的误差限制</title>
|
||
</head>
|
||
<body class="docs"><div id="layout">
|
||
<div id="layout-content"><div id="function.fann-get-bit-fail-limit" class="refentry">
|
||
<div class="refnamediv">
|
||
<h1 class="refname">fann_get_bit_fail_limit</h1>
|
||
<p class="verinfo">(PECL fann >= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_get_bit_fail_limit</span> — <span class="dc-title">返回训练期间使用的误差限制</span></p>
|
||
|
||
</div>
|
||
|
||
<div class="refsect1 description" id="refsect1-function.fann-get-bit-fail-limit-description">
|
||
<h3 class="title">说明</h3>
|
||
<div class="methodsynopsis dc-description">
|
||
<span class="methodname"><strong>fann_get_bit_fail_limit</strong></span>
|
||
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$ann</code></span>
|
||
) : <span class="type">float</span></div>
|
||
|
||
<p class="para rdfs-comment">
|
||
返回训练期间使用的误差限制。
|
||
</p>
|
||
<p class="para">
|
||
训练期间使用的误差限制,在 <a href="fann.constants.html#constants.fann-stopfunc" class="link">停止函数</a>
|
||
中设置的 <strong><code>FANN_STOPFUNC_BIT</code></strong>.
|
||
</p>
|
||
<p class="para">
|
||
限度是训练过程中期望输出和实际输出之间的最大可接受差值。每个输出偏离超过这个限度将会被算作误差。不同的是在使用对称激活函数的时候这个值要除以2,因此对称或者不对称可以使用同样的限度。
|
||
</p>
|
||
<p class="para">
|
||
默认的误差限度是 0.35.
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 parameters" id="refsect1-function.fann-get-bit-fail-limit-parameters">
|
||
<h3 class="title">参数</h3>
|
||
<dl>
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">ann</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">Neural network <span class="type"><a href="language.types.resource.html" class="type resource">resource</a></span>.</p>
|
||
</dd>
|
||
|
||
|
||
</dl>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 returnvalues" id="refsect1-function.fann-get-bit-fail-limit-returnvalues">
|
||
<h3 class="title">返回值</h3>
|
||
<p class="para">
|
||
成功,返回误差限度,错误则返回 <strong><code>FALSE</code></strong> .
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 seealso" id="refsect1-function.fann-get-bit-fail-limit-seealso">
|
||
<h3 class="title">参见</h3>
|
||
<p class="para">
|
||
<ul class="simplelist">
|
||
<li class="member"><span class="function"><a href="fann_set_bit_fail_limit.html" class="function" rel="rdfs-seeAlso">fann_set_bit_fail_limit()</a> - 设置训练期间使用的误差</span></li>
|
||
</ul>
|
||
</p>
|
||
</div>
|
||
|
||
|
||
|
||
</div></div></div></body></html> |