How to get the weight matrix after each iteration in Matlab neural network?

Using train () / sim (), after each iteration, the data in the LW and IW matrices are overwritten and only the latter are available. Is there a way to get them during training (or testing)?

+3


source to share


1 answer


Use the same variable to store each iteration result. He will automatically accept the final answer.



-1


source







All Articles