MATLAB: Making a neural network

neural network

I am a novice to matlab I have 4 X 500 integer input data and a 1 X 500 target data (boolean) what is the most suitable neural Network to use and how to build and use is my question What I did uptil now is to install matlab with neural Network

Best Answer

Regression and Curvefitting
help fitnet
doc fitnet
Classification and Pattern Recognition
help patternnet
doc patternnet
Hope this helps.
Greg