PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

fann_get_bit_fail_limit - Returns the bit fail limit used during training | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

fann_get_bit_fail_limit

(PECL fann >= 1.0.0)

fann_get_bit_fail_limitReturns the bit fail limit used during training

説明

float fann_get_bit_fail_limit ( resource $ann )

Returns the bit fail limit used during training.

The bit fail limit is used during training where the stop function is set to FANN_STOPFUNC_BIT.

The limit is the maximum accepted difference between the desired output and the actual output during training. Each output that diverges more than this limit is counted as an error bit. This difference is divided by two when dealing with symmetric activation functions, so that symmetric and not symmetric activation functions can use the same limit.

The default bit fail limit is 0.35.

パラメータ

ann

ニューラルネットワークリソース。

返り値

The bit fail limit, or FALSE on error.

参考


忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「fann_get_bit_fail_limit - Returns the bit fail limit used during training」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | fann_get_bit_fail_limit - Returns the bit fail limit used during training」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: