rob_xx17 0 Newbie Poster

hello,

does anybody know how do display the connection weights in an artificial neural network trained in MatLab as the network is training? once the network is trained I can get the weights using the net.IW, net.LW, or net.b functions but I don't know how to get weights during the training.

I need to do some calculations on the weights as the network is training, meaning I need to monitor the performance of the network during the training using the training. thanks.

r.