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_TRAIN_EPOCH(3)							 1						       FANN_TRAIN_EPOCH(3)

fann_train_epoch - Train one epoch with a set of training data

SYNOPSIS
float fann_train_epoch (resource $ann, resource $data) DESCRIPTION
Train one epoch with the training data stored in data. One epoch is where all of the training data is considered exactly once. This function returns the MSE error as it is calculated either before or during the actual training. This is not the actual MSE after the training epoch, but since calculating this will require to go through the entire training set once more. It is more than adequate to use this value during training. The training algorithm used by this function is chosen by fann_set_training_algorithm(3) function. PARAMETERS
o $ann -Neural network resource. o $data -Neural network training data resource. RETURN VALUES
The MSE, or FALSE on error. SEE ALSO
fann_train_on_data(3), fann_test_data(3), fann_get_MSE(3), fann_set_training_algorithm(3). PHP Documentation Group FANN_TRAIN_EPOCH(3)
All times are GMT -4. The time now is 06:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy