My little research from a number of ANN-related articles reveal that authors are able to extract training, validation, testing and all data. I believe these are what MATLAB uses to generate the performance and R-squared values for the data sets respectively. Some authors calculate AAPE values for the mentioned sets of data.
These are my questions:
1. How can I extract these sets of data from my network? How are the AAPE values obtained? Are they calculated after the various values of the data set , say the testing data set are extracted?
2. I calculated the R-squared of the predicted values from my model. However, I find that it is different from what is displayed in the figure generated in the MATLAB graphs. Any reasons for the differences? How can i solve this?
Thanks.