Name
ann_FF_Std_batch — standard batch backpropagation.
CALLING SEQUENCE
W = ann_BP_Std_batch(x,t,N,W,lp,T[,af,ex])
PARAMETERS
This function have same parameters as ann_FF_Std_online except for:
ex string representing a valid Scilab program sequence, executed after
each epoch trough execstr.
Description
Returns the updated weight hypermatrix of a feedforward ANN, after
training with a given set of patterns, T times. The algorithm used is
standard batch backpropagation.