Neural network input -output problem
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Greg Heath
am 25 Nov. 2014
2 Stimmen
Try transposing your matrices
Hope this helps
Greg
1 Kommentar
Farhana Razak
am 8 Mär. 2022
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?
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!