Sponsored Content
Full Discussion: Unix online training
Top Forums Shell Programming and Scripting Unix online training Post 302595032 by prabhu_kumar on Thursday 2nd of February 2012 12:38:43 AM
Old 02-02-2012
Java Unix online training

Hi,

I am very new to unix shell scripting.I want to learn shell scripting to a moderate level.
could any one of you suggest me who can give an online training on unix shell scripting .
I am opting for online training as I am working in day hours .
If any experts here are giving any online training /class room traing ,please give me some sessions for some time daily and I can learn .

please help me.

regards,
P.
 
FANN_INIT_WEIGHTS(3)							 1						      FANN_INIT_WEIGHTS(3)

fann_init_weights - Initialize the weights using Widrow + Nguyen's algorithm

SYNOPSIS
bool fann_init_weights (resource $ann, resource $train_data) DESCRIPTION
Initialize the weights using Widrow + Nguyen's algorithm. This function behaves similarly to fann_randomize_weights(3). It will use the algorithm developed by Derrick Nguyen and Bernard Widrow to set the weights in such a way as to speed up training. This technique is not always successful, and in some cases can be less efficient than a purely random initialization. The algorithm requires access to the range of the input data (for example largest and smallest input), and therefore accepts a second argument, data, which is the training data that will be used to train the network. PARAMETERS
o $ann -Neural network resource. o $train_data -Neural network training data resource. RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_randomize_weights(3), fann_read_train_from_file(3). PHP Documentation Group FANN_INIT_WEIGHTS(3)
All times are GMT -4. The time now is 08:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy