Neural Network Regression Plot for Non-linear Multivariate Regression
1 view (last 30 days)
Show older comments
Craig
on 22 May 2014
Commented: April Gem Beltran Panghulan
on 23 Apr 2024
What does the Regression Plot in the Matlab Neural Network Toolbox show? I thought I understood it when I looked at a univariate regression plot, but I've just plotted one for multivariate regression, and it makes no sense to me.
My Neural Network takes in 24 inputs, and gives 3 outputs. The 24 inputs are 24 different angles, and the 3 outputs are the (x,y,z) positions in 3d space. I expect that the function mapping the two is highly nonlinear, but I'm not sure. Here is the regression plot, and here is the performance plot if that helps.
What does the regression plot show? I do not understand this graph at all. Surely it cant plot the function because that would require a plot in 27 dimensions (24 inputs + 3 outputs). What do the 4 graphs represent? To me it looks like it is saying that the function is linear, could this be true?
0 Comments
Accepted Answer
Greg Heath
on 24 May 2014
The plots are 1st output dimension vs 1st target dimension for all, trn, val and tst.
Hope this helps
Thank you for formally accepting my answer
Greg
1 Comment
April Gem Beltran Panghulan
on 23 Apr 2024
How do I get the rest of the outputs vs target for all, train, validation and test?
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!