can anyone send me coding for training nftool?

4 visualizzazioni (ultimi 30 giorni)
preethi
preethi il 31 Gen 2014
Commentato: Walter Roberson il 31 Gen 2014
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 Commenti
Walter Roberson
Walter Roberson il 31 Gen 2014
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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by