MATLAB: Newff

2010amatlab version

how to use newff matlab scaled conjugate gradient to design a neural network data classification. please give me a clear example how we train, testing and classified it.thanx

Best Answer

There are many examples in ANSWERS and the NEWSGROUP. The pattern-recognition/classification function newpr calls newff. However they have been replaced by patternnet and feedforwardnet, respectfully.
In addition to the documentation examples in help and doc, there are several test data sets obtained from
help nndatssets
doc nndatasets
Related Question