Neural Network Regression Plot for Non-linear Multivariate Regression
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Craig
el 22 de Mayo de 2014
Comentada: April Gem Beltran Panghulan
el 23 de Abr. de 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 comentarios
Respuesta aceptada
Greg Heath
el 24 de Mayo de 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 comentario
April Gem Beltran Panghulan
el 23 de Abr. de 2024
How do I get the rest of the outputs vs target for all, train, validation and test?
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!