MATLAB: How to evaluate neural network tool (such as, BP and MLP) in matlab.

evaluate

I have project to evaluate the neural network tool for Thalassemia disease by using matlab software. Please help me how can I do it.

Best Answer

If this is a classification problem, search words are
patternet (Current function for classification and pattern recognition)
newpr ( Obsolete function if you do not have patternnet)
Try the classification examples at
help nndatasets
If you have problems with any of the examples post comments and error messages
Hope this helps.
Thank you for formally accepting my answer
Greg