Name

ann_FF_Mom_batch — batch backpropagation with momentum.

CALLING SEQUENCE

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

PARAMETERS

This function have same parameters as ann_FF_Mom_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 backpropagation with momentum.

See Also

ann_FF_Mom_online