train features in nntool

1 view (last 30 days)
Tulips
Tulips on 23 Jun 2012
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.
  2 Comments
Greg Heath
Greg Heath on 23 Jun 2012
What, exactly, do you want to do?
Greg
Tulips
Tulips on 27 Jun 2012
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?

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!