Query: fann_train_epoch
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_TRAIN_EPOCH(3) 1 FANN_TRAIN_EPOCH(3) fann_train_epoch - Train one epoch with a set of training dataSYNOPSISfloat fann_train_epoch (resource $ann, resource $data)DESCRIPTIONTrain 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.PARAMETERSo $ann -Neural network resource. o $data -Neural network training data resource.RETURN VALUESThe MSE, or FALSE on error.SEE ALSOfann_train_on_data(3), fann_test_data(3), fann_get_MSE(3), fann_set_training_algorithm(3). PHP Documentation Group FANN_TRAIN_EPOCH(3)
Similar Topics in the Unix Linux Community |
---|
My Solaris training/TOI |
Making a KSH exit if path is not correct |
Solaris for a training: PC vs Sparc |
C: lenght of array |
Implementing PowerVM without spending a single dollar |