Name

ann_FF_SSAB_batch — batch SuperSAB algorithm.

CALLING SEQUENCE

[W,Delta_W_old,Delta_W_oldold,mu]= ann_FF_SSAB_batch(x,t,N,W,lp,Delta_W_old,Delta_W_oldold,T[,mu,af,ex,err_deriv_y])

PARAMETERS

This function have same parameters as ann_FF_SSAB_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 batch SuperSAB.

See Also

ann_FF_SSAB_online