Sponsored Content
Full Discussion: SUSE 12 - OS Error
Operating Systems Linux SuSE SUSE 12 - OS Error Post 302937535 by gmdiwakar on Friday 6th of March 2015 04:26:24 AM
Old 03-06-2015
Hi,


while installation, intranet is connected. internet is not connected.

Regards,
Diwakar.
 
FANN_CREATE_SPARSE_ARRAY(3)						 1					       FANN_CREATE_SPARSE_ARRAY(3)

fann_create_sparse_array - Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes

SYNOPSIS
ReturnType fann_create_sparse_array (float $connection_rate, int $num_layers, array $layers) DESCRIPTION
Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes. PARAMETERS
o $connection_rate - The connection rate controls how many connections there will be in the network. If the connection rate is set to 1, the network will be fully connected, but if it is set to 0.5 only half of the connections will be set. A connection rate of 1 will yield the same result as fann_create_standard(3). o $num_layers - The total number of layers including the input and the output layer. o $layers - An array of layer sizes. RETURN VALUES
Returns a neural network resource on success, or FALSE on error. SEE ALSO
fann_create_sparse(3), fann_create_standard(3), fann_create_shortcut(3). PHP Documentation Group FANN_CREATE_SPARSE_ARRAY(3)
All times are GMT -4. The time now is 05:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy