Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fann_create_standard(3) [php man page]

FANN_CREATE_STANDARD(3) 						 1						   FANN_CREATE_STANDARD(3)

fann_create_standard - Creates a standard fully connected backpropagation neural network

SYNOPSIS
resource fann_create_standard (int $num_layers, int $num_neurons1, int $num_neurons2, [int $...]) DESCRIPTION
Creates a standard fully connected backpropagation neural network. There will be a bias neuron in each layer (except the output layer), and this bias neuron will be connected to all neurons in the next layer. When running the network, the bias nodes always emits 1. To destroy a neural network use the fann_destroy(3) function. PARAMETERS
o $num_layers - The total number of layers including the input and the output layer. o $num_neurons1 - Number of neurons in the first layer. o $num_neurons2 - Number of neurons in the second layer. o $... - Number of neurons in other layers. RETURN VALUES
Returns a neural network resource on success, or FALSE on error. SEE ALSO
fann_create_standard_array(3), fann_create_sparse(3), fann_create_shortcut(3). PHP Documentation Group FANN_CREATE_STANDARD(3)

Check Out this Related Man Page

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)
Man Page

7 More Discussions You Might Find Interesting

1. IP Networking

TCP over serial

Here's my config: One quadra 840av working under netBSD and successfully connected to my network. One PM 6100 connected but not booting fully into netBSD (i realize this is faulty but I figured it was worth a shot to try and install netBSD/mac68k on it due to the fact it is unsupported under the... (1 Reply)
Discussion started by: Yummator
1 Replies

2. IP Networking

measuring traffic with iptables

i have a wireless network that is connected to internet over nat.there is ap that is connected to another ap in bridge mode, on ap is used for clients, and the other is connected to the machine that is doing masquerading. so i want to measure traffic of my clients and i thought about doing it with... (0 Replies)
Discussion started by: mdfk
0 Replies

3. UNIX for Advanced & Expert Users

Networking troubleshooting

How can i tell how long my network cards have been connected to the network for. (1 Reply)
Discussion started by: manwithaphone
1 Replies

4. IP Networking

check whether connected to network

hi... can anyone pls suggest a few methods to check whether a computer is connected to any network, using the terminal, not GUI. thanks eskay (1 Reply)
Discussion started by: eskay_karthik
1 Replies

5. AIX

Port/ IP Forwarding AIX5.3

Hi friends i have the following setup machine1 two network adapters one connected to lan the other connected directly to machine2 machine2 is not connected to lan i need to access machine2 directly from the LAN how to force machine1 to forward all traffic received on a specific port the... (1 Reply)
Discussion started by: Husam
1 Replies

6. UNIX for Advanced & Expert Users

How does a NIC driver activate with upper layer mutually?

Hi, all: How can I know whether the packets recieved from network by my own NIC driver are transmitted to upper layer(IP layer) or not? How can I know if the packets come from upper layer are passed to my own NIC driver and go out further? Is there any shell command or utility show... (9 Replies)
Discussion started by: liklstar
9 Replies

7. UNIX for Advanced & Expert Users

Ways to quickly check if you are connected to the internet while on an internal network

I need some help thinking of ways to quickly check if I am connected to the internet while on an internal network. I never lose connection to the internal network but for some annoying reason I lose the internet quite often. I don't get any errors or warnings. I usually find out that I have lost my... (2 Replies)
Discussion started by: cokedude
2 Replies