How to evaluate the neural network by adjusted r-squared?

13 views (last 30 days)
Hi,everyone. I am using a back-propagation neural networks(BPNNs) to fit a economic nonlinear curve. The structure of the BPNNs is 7 nodes in input layer, 10 nodes in hidden layer and 1 node in output layer. Moreover, the dataset holds 36 samples. After training, I want to use the adjusted R-squared to evaluating the performance on the regressed curve of BPNNs. How can I define the n and p in the adjusted R-squared formula in here? And, is it right to use the adjusted R-squared to evaluating the neural networks? Thank you!!

Accepted Answer

Greg Heath
Greg Heath on 23 Nov 2015
Search the NEWSGROUP and ANSWERS using
greg R2a
Hope this helps.
Thank you for formally accepting my answer
Greg
  1 Comment
Greg Heath
Greg Heath on 25 Nov 2015
Edited: Greg Heath on 25 Nov 2015
The only reason to evaluate a net using R2a is because you do not have enough data to use a sufficiently large nontraining test set.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!