Clear Filters
Clear Filters

what is the difference between nftool & nntool ??

25 views (last 30 days)
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???

Accepted Answer

Walter Roberson
Walter Roberson on 26 Aug 2012
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.
  3 Comments
Ain Zulkurnain
Ain Zulkurnain on 5 May 2017
can you elaborate it, please.thank you.
Walter Roberson
Walter Roberson on 5 May 2017
nntool can create the networks used by nftool, and can create other networks as well. Because nntool is more general, it has more settings, and describes things a bit differently. Anything you can do with nftool can also be done with nntool, but there are things that can be done with nntool that cannot be done with nftool.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!