From: Ragonz RR on 17 Apr 2010 00:01 I'm doing my research with raw code of ANFIS. I didn't use anfis toolbox in matlab. N now im in the way of testing my ANFIS network. Ok, Proccess of ANFIS consist of 2 passes. Forward pass n backward pass. Where the forward pass uses least-square method, while the back pass uses gradient descent. In the learning phase, both forward n backward are implemented in every epoch. What i'm askin is, how about in the testing phase? I think, there'll be one pass which is forward pass. But the problem is, do we still use least-square method? And if it's not, how do i get the value of consequent parameters? Regards Ragonz
|
Pages: 1 Prev: how to find gradient image... Next: saving images within for loop |