fann_set_activation_function_output

(PECL fann >= 1.0.0)

fann_set_activation_function_output為輸出層設(shè)置激活函數(shù)

說明

fann_set_activation_function_output(resource $ann, int $activation_function): bool

為輸出層設(shè)置激活函數(shù)。

參數(shù)

ann

神經(jīng)網(wǎng)絡(luò) 資源。

activation_function

激活函數(shù) 常量。

返回值

成功時返回 true,其它情況下返回 false

參見