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_GET_ACTIVATION_STEEPNESS(3)					 1					  FANN_GET_ACTIVATION_STEEPNESS(3)

fann_get_activation_steepness - Returns the activation steepness for supplied neuron and layer number

SYNOPSIS
float fann_get_activation_steepness (resource $ann, int $layer, int $neuron) DESCRIPTION
Get the activation steepness for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to get activation steepness for the neurons in the input layer. The steepness of an activation function says something about how fast the activation function goes from the minimum to the maximum. A high value for the activation function will also give a more agressive training. When training neural networks where the output values should be at the extremes (usually 0 and 1, depending on the activation function), a steep activation function can be used (e.g. 1.0). The default activation steepness is 0.5. PARAMETERS
o $ann -Neural network resource. o $layer - Layer number o $neuron - Neuron number RETURN VALUES
The activation steepness for the neuron or -1 if the neuron is not defined in the neural network, or FALSE on error. SEE ALSO
fann_set_activation_function(3), fann_set_activation_steepness_layer(3), fann_set_activation_steepness_hidden(3), fann_set_activa- tion_steepness_output(3), fann_set_activation_steepness(3). PHP Documentation Group FANN_GET_ACTIVATION_STEEPNESS(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