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
Mahm00d
source
to share
1 answer
Use the same variable to store each iteration result. He will automatically accept the final answer.
-1
Stalin samuel
source
to share