can anyone send me coding for training nftool?
显示 更早的评论
how to train nftool by using matlab coding instead of using toolbox
(R2008)
(tell me the coding to train inputs and targets in nftool)
7 个评论
Walter Roberson
2014-1-31
Why do you want this code instead of using the toolbox?
Walter Roberson
2014-1-31
In a comment in a duplicate post, preethi wrote,
Instead of using the toolbox if anyone helps us to write coding then we will be able to understand better
Walter Roberson
2014-1-31
It is not clear to me why code that someone else provides should be more clear than the code implementing the toolbox itself ?
Note: it is currently about midnight in North America. Not many of the volunteers are paying attention to the Forum right now. Asking multiple times within a few hours is not going to solve the difficulty that most people are asleep or partying or the like.
preethi
2014-1-31
Walter Roberson
2014-1-31
How would the coding written by someone else help you do your project?
preethi
2014-1-31
Walter Roberson
2014-1-31
If you just need an idea, why not look at the code in the toolbox?
You know that nftool is a graphical interface to lead you step by step through the training and targets? That is where most of the complexity is. If what you need is just the ability to call appropriate training routines, then you should have a look at the "Algorithms" section of the nftool documentation, which indicates
nftool leads you through solving a data fitting problem, solving it with a two-layer feed-forward network trained with Levenberg-Marquardt.
Armed with that information you could start asking questions about training feed-forward networks rather than asking for complete code for the graphical tool.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!