Neural Network Regression Plot for Non-linear Multivariate Regression
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Craig
il 22 Mag 2014
Commentato: April Gem Beltran Panghulan
il 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 Commenti
Risposta accettata
Greg Heath
il 24 Mag 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 Commento
April Gem Beltran Panghulan
il 23 Apr 2024
How do I get the rest of the outputs vs target for all, train, validation and test?
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!