train features in nntool
1 次查看(过去 30 天)
显示 更早的评论
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.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!