From: tuvok78 pezone on
Hi, I need help with Neural Network Toolbox.
I have to train a network, a large network.
No problem to create the network, to pass it the data...
At the end of training, in the performance (plotperform) graph, I can see the "best validation performance" as a value. I also can see the line-plot of train and test mse, but not the values.
How can I obtain the 3 mse valuse, for Validation, Train and Test?
I have to create a graph of these tre mse in function of the numbers of hidden layers.
Thanks, tuvok78