Name

ann_FF_Mom_batch_nb — batch backpropagation with momentum (without bias).

CALLING SEQUENCE

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

PARAMETERS

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. This function is to be used on networks without biases.

See Also

ann_FF_Mom_online_nb