can anyone send me coding for training nftool?

조회 수: 4 (최근 30일)
preethi
preethi 2014년 1월 31일
댓글: Walter Roberson 2014년 1월 31일
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
preethi
preethi 2014년 1월 31일
I just need an idea
Walter Roberson
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개)

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by