Neural network input -output problem
显示 更早的评论
I am new to the Neural network toolbox. I want to do a simple experiment with the neural network fitting tool.
I have a file called datain which contains a single column matrix of 9 elements. I have a target which is a file called dataout that is a single column matrix of 9 elements with similar values to datain. I can load datain and dataout using the fitting tool GUI. However after training I get the message
"the input data has more than one element The fitting tool can only plot single input problems"
My guess is that I have got muddled somewhere here. Can anyone explain what is going wrong?
采纳的回答
更多回答(1 个)
Greg Heath
2014-11-25
2 个投票
Try transposing your matrices
Hope this helps
Greg
1 个评论
Farhana Razak
2022-3-8
Hi there. I'm having the same problem here and I already transposed my data but the problem still occured. Do you have any idea why is this happens?
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!