fann_get_layer_array
PHP Manual
PHP Manual»Функції Fann»fann_get_layer_array

fann_get_layer_array

(PECL fann >= 1.0.0)

fann_get_layer_arrayGet the number of neurons in each layer in the network

Опис

function fann_get_layer_array(resource $ann): array

Get the number of neurons in each layer in the neural network.

Bias is not included so the layers match the fann_create functions.

Параметри

ann

Ресурс (resource) нейронної мережі.

Значення, що повертаються

An array of numbers of neurons in each layer

To Top