Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fann_create_sparse(3) [php man page]

FANN_CREATE_SPARSE(3)							 1						     FANN_CREATE_SPARSE(3)

fann_create_sparse - Creates a standard backpropagation neural network, which is not fully connected

SYNOPSIS
ReturnType fann_create_sparse (float $connection_rate, int $num_layers, int $num_neurons1, int $num_neurons2, [int $...]) DESCRIPTION
Creates a standard backpropagation neural network, which is not fully connected. 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 $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_sparse_array(3), fann_create_standard(3), fann_create_shortcut(3). PHP Documentation Group FANN_CREATE_SPARSE(3)

Check Out this Related Man Page

FANN_SET_ACTIVATION_STEEPNESS_LAYER(3)					 1				    FANN_SET_ACTIVATION_STEEPNESS_LAYER(3)

fann_set_activation_steepness_layer - Sets the activation steepness for all of the neurons in the supplied layer number

SYNOPSIS
bool fann_set_activation_steepness_layer (resource $ann, float $activation_steepness, int $layer) DESCRIPTION
Set the activation steepness for all of the neurons in layer number layer, counting the input layer as layer 0. It is not possible to set activation steepness for the neurons in the input layer. PARAMETERS
o $ann -Neural network resource. o $activation_steepness - The activation steepness. o $layer - Layer number. RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_set_activation_steepness(3), fann_set_activation_steepness_hidden(3), fann_set_activation_steepness_output(3), fann_get_activa- tion_steepness(3), fann_set_activation_function(3). PHP Documentation Group FANN_SET_ACTIVATION_STEEPNESS_LAYER(3)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Routing between two LAN

Here's the problem. I got one network with a internett connection (2mbit). In this network there's 5 computers connected together with a hub. The other network is also with 5 computers. I'm just wondering if I could connect these networks together. But the one network should not get access to the... (1 Reply)
Discussion started by: Dark_Duck
1 Replies

2. 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

3. 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

4. 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

5. Linux

active network connections

how can i see active network connections (1 Reply)
Discussion started by: youmna
1 Replies

6. 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

7. IP Networking

Multiple wan connection on single PC

Hi All Is it possible to be connected to a corporate lan/wan through the on-baord nic, and also be connected to mobile wan through a tethered smartphone? Ideally I'd like to be able to use my own smartphone using a browser like chrome (private browsing) while still being able to use the... (3 Replies)
Discussion started by: huskie69
3 Replies

8. 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