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

fann_init_weights - Initialize the weights using Widrow + Nguyen’s algorithm | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

fann_init_weights

(PECL fann >= 1.0.0)

fann_init_weightsInitialize the weights using Widrow + Nguyen’s algorithm

説明

bool fann_init_weights ( resource $ann , resource $train_data )

Initialize the weights using Widrow + Nguyen’s algorithm.

This function behaves similarly to fann_randomize_weights(). It will use the algorithm developed by Derrick Nguyen and Bernard Widrow to set the weights in such a way as to speed up training. This technique is not always successful, and in some cases can be less efficient than a purely random initialization.

The algorithm requires access to the range of the input data (for example largest and smallest input), and therefore accepts a second argument, data, which is the training data that will be used to train the network.

パラメータ

ann

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

train_data

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

返り値

成功した場合に TRUE、それ以外の場合に FALSE を返します。

参考


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

フォーラムで「fann_init_weights - Initialize the weights using Widrow + Nguyen’s algorithm」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | fann_init_weights - Initialize the weights using Widrow + Nguyen’s algorithm」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: