From: Qadi on
im training an ANFIS but i always get this error:

>> Start training ANFIS ...

??? Total of firing strength is zero!

Error in ==> anfis at 231
[t_fismat, t_error, stepsize, c_fismat, c_error] = ...

Error in ==> Sys_ANFIS at 52
[fismat1 ,error1 ,ss, fismat2, error2] =
anfis(TrnData,fismat,10,1,ChkData,1);

How can solve this problem ???????

Thanks alot
From: Mnor on
Qadi wrote:
>
>
> im training an ANFIS but i always get this error:
>
>>> Start training ANFIS ...
>
> ??? Total of firing strength is zero!
>
> Error in ==> anfis at 231
> [t_fismat, t_error, stepsize, c_fismat, c_error] = ...
>
> Error in ==> Sys_ANFIS at 52
> [fismat1 ,error1 ,ss, fismat2, error2] =
> anfis(TrnData,fismat,10,1,ChkData,1);
>
> How can solve this problem ???????
>
> Thanks alot

I always facing the same problem ..
From: Qadi on
I just wonder if the error related to the MATLAB version or it is a
logical error .
Please, give me any hint and THANKSSSSS alot

Mnor wrote:
>
>
> Qadi wrote:
>>
>>
>> im training an ANFIS but i always get this error:
>>
>>>> Start training ANFIS ...
>>
>> ??? Total of firing strength is zero!
>>
>> Error in ==> anfis at 231
>> [t_fismat, t_error, stepsize, c_fismat, c_error] = ...
>>
>> Error in ==> Sys_ANFIS at 52
>> [fismat1 ,error1 ,ss, fismat2, error2] =
>> anfis(TrnData,fismat,10,1,ChkData,1);
>>
>> How can solve this problem ???????
>>
>> Thanks alot
>
> I always facing the same problem ..
From: bhamadicharef on
Hi,

Do check that your data is normalised

and try an example with small scale (i.e. number of inputs, training
set, etc.)

You could email some scripts if it would help...

Brahim