Pergunta

Can Anfis (Adaptive Neuro-Fuzzy Inference Systems) in Matlab can have more than one output?

By the way , is it a good idea to use Anfis to decide to ON/OFF fan and lights ?

acording to the example in matlab website , I can see there is one output only. But it didn't mention it. Anyone know anything about it?

Foi útil?

Solução

I don't know anything about it, but couldn't you just have a unique network for each output?

Arguably, each output could be determined independently of the others, couldn't it?

Outras dicas

Did you try like this. anfis_input = *[input1 input2 [output1 output2]?*

as mentioned here (http://www.researchgate.net/post/How_to_generate_multiple_output_for_ANFIS2) anfis just supports one output which is the last column of train data

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top