MATLAB: What is the difference between nftool & nntool ?

nntool & nftool

Hello, All
what is the difference between nftool & nntool ?? i'm building a network that will be used for prediction….which tool is more accurate nftool or nntool???

Best Answer

nftool specifically uses a 2 layer LM for fitting.
nntool allows the creation of more general neural networks.
As the networks created by nftool are a subset of the networks that can be created with nntool, nntool properly applied will never be less accurate. But nftool might be as accurate as you need.