fitnet regression plot shows no relation between output and target values
Show older comments
I am training an ANN using the fitting tool. I have 24 inputs, 4 outputs, 1 hidden layer with 15 neurons. Some of my target data is negative some is positive. When I use only positive training data I get regression values ~.99 and a perfectly linear relationship between output and target. All of the positive data values are between .97 and .99 and negative values are between -.97 and -.99. When I use positive and negative target data the plot shows two vertical lines perpendicular to the x-axis at -1 and 1 and the values on the y axis vary between -.5 and 1.5. I can add my code if it would help but it's the code produced by the fitting tool wizard. The 24 inputs are x and y coordinates and the target data are quaternions, but I'm only interested in the scalar part for this query. I can upload a snap of the plots too if it would help.
Accepted Answer
More Answers (1)
padraic moriarty
on 5 Feb 2015
0 votes
Categories
Find more on Linear Predictive Coding in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!