fitnet regression plot shows no relation between output and target values
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!