update : 2015.11.03
php.shukuma.com

검색:
 
 
Get the number of neurons in each layer in the network

fann_get_layer_array

(PECL fann >= 1.0.0)

fann_get_layer_arrayGet the number of neurons in each layer in the network

설명

array fann_get_layer_array ( resource $ann )

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

Neural network resource.

반환값

An array of numbers of neurons in each leayer