hello can I know how to train features using nntool neural network matlab.I'd extract the feature using principal component analysis as I get the eigenvalue of ROI image.I used this coding in matlab
[pc, score,lat,tsq] = princomp(x)
I'd save the lat value in a directory.Now, can you show me how to train this value to nntool in matlab?if you have any tutorial that I can learn is good.I want to use backpropagation nn.Can I know how to set the target value.Kindly respond to this question.
No products are associated with this question.
2 Comments
Direct link to this comment:
http://www.mathworks.ch/matlabcentral/answers/41894#comment_85843
What, exactly, do you want to do?
Greg
Direct link to this comment:
http://www.mathworks.ch/matlabcentral/answers/41894#comment_86392
hi sir,can i know how to use the nntool in matlab.becoz I have 5 input to be trained.can i know how to set the input using .txt and also the target.Is the target value is same to the input?