PHP Conference Japan 2024

fann_get_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_candidate_stagnation_epochs傳回級聯候選停滯時期數

說明

fann_get_cascade_candidate_stagnation_epochs(資源 $ann): int

級聯候選停滯時期數決定在平均平方誤差(MSE)沒有以 fann_get_cascade_candidate_change_fraction() 的比例改變的情況下,訓練允許繼續進行的時期數。

關於此參數的更多資訊,請參閱 fann_get_cascade_candidate_change_fraction()

級聯候選停滯時期數的預設值為 12。

參數

ann

神經網路 資源

傳回值

級聯候選停滯時期數,若發生錯誤則傳回 false

參見

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top