GoLang fann_run

request it (281)
GoLang replacement for PHP's fann_run [edit | history]



Do you know a GoLang replacement for PHP's fann_run? Write it!

PHP fann_run

PHP original manual for fann_run [ show | php.net ]

fann_run

(PECL fann >= 1.0.0)

fann_runWill run input through the neural network

Description

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

Return Values

Array of output values, or FALSE on error