MATLAB: Which is the best neural network for classification problem

Deep Learning Toolboxneural networkocrtrn/val/tst tutorial

for 2-class classification problem, which is the best neural network, what transfer function to use and the number of desired number of neurons?

Best Answer

It depends.
However, in general, the default should be the standard classification version of the universal approximator. The MATLAB version is PATTERNNET.
help patternnet
doc patternnet
For practice data
help nndatasets
doc nndatasets
For nontrivial examples search the NEWSGROUP and ANSWERS using
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg