fann_run

(PECL fann >= 1.0.0)
Will run input through the neural network
array fann_run ( resource $ann, array $input )

Will run input through the neural network, returning an array of outputs, the number of which being equal to the number of neurons in the output layer.

Parameters:
ann

Neural network resource.

input

Array of input values

Returns:

Array of output values, or FALSE on error

doc_php
2016-02-24 16:05:53
Comments
Leave a Comment

Please login to continue.