php8.5
Home/ Manual/ fann / functions/ fann_get_layer_array

fann_get_layer_array

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Get the number of neurons in each layer in the network

Description

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.

Parameters

ann

Description

Return Values

An array of numbers of neurons in each layer

Source: reference/fann/functions/fann-get-layer-array.xml · from the official PHP manual (php/doc-en)