MATLAB: How to train a neural network

neural network

Hi, I m working with a object detection and recognition project. For recognition i wanna use NN. The concept i have is, that using nprtool, i have a feature vector for sample data, a 1 row feature vector for input but what will be the target data in network? and after training how to verify that my network can find the object of interest in a given image?

Best Answer

Command Line:
help patternnet
doc patternnet
NEWSGROUP and ANSWERS search:
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg