Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fann_create_sparse_array(3) [php 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)

Check Out this Related Man Page

FANN_CREATE_SHORTCUT(3) 						 1						   FANN_CREATE_SHORTCUT(3)

fann_create_shortcut - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections

SYNOPSIS
reference fann_create_shortcut (int $num_layers, int $num_neurons1, int $num_neurons2, [int $...]) DESCRIPTION
Creates a standard backpropagation neural network, which is not fully connected and which also has shortcut connections. Shortcut connections are connections that skip layers. A fully connected network with shortcut connections, is a network where all neurons are connected to all neurons in later layers. Including direct connections from the input layer to the output layer. 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_shortcut_array(3), fann_create_sparse(3), fann_create_standard(3). PHP Documentation Group FANN_CREATE_SHORTCUT(3)
Man Page

12 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. Solaris

How to find network cards available ...

Hi all, I have a server running with Solaris and I have 2 Pci cards installed on this server (since a while), 1 with 4 coppers connections output and one with a Fiber network connection output. Today, this server is using the on board network connection (Ce0). How can I find the other... (7 Replies)
Discussion started by: unclefab
7 Replies

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

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

9. BSD

Network unavailable after start up

There is a FreeBSD machine which normally has a network connection, but after a recent start up no longer has such a connection. All other computers on the same router do have an active network. Where do I start looking to troubleshoot this? Thanks in advance (2 Replies)
Discussion started by: figaro
2 Replies

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

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

12. Solaris

[Solved] Issues connecting to storage array

I have two T2000 servers connected to sun storage array StorEdge 3310 as follows: CH0 connected to SNGL BUS CONF CH1 connected to HOST1 CH2 open CH3 connected to HOST2 DUAL BUS CONF open I have created some luns which I can mount and use on HOST1 but from HOST2 I cant see them ... (3 Replies)
Discussion started by: aliyesami
3 Replies