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

fann_train_epoch - Train one epoch with a set of training data | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

fann_train_epoch

(PECL fann >= 1.0.0)

fann_train_epochTrain one epoch with a set of training data

説明

float fann_train_epoch ( resource $ann , resource $data )

Train one epoch with the training data stored in data. One epoch is where all of the training data is considered exactly once.

This function returns the MSE error as it is calculated either before or during the actual training. This is not the actual MSE after the training epoch, but since calculating this will require to go through the entire training set once more. It is more than adequate to use this value during training.

The training algorithm used by this function is chosen by fann_set_training_algorithm() function.

パラメータ

ann

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

data

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

返り値

The MSE, or FALSE on error.

参考


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

フォーラムで「fann_train_epoch - Train one epoch with a set of training data」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | fann_train_epoch - Train one epoch with a set of training data」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: