Matlab Anfis 不止一个输出?
Matlab 中的 Anfis(自适应神经模糊推理系统)可以有多个输出吗?
顺便问一下,使用 Anfis 来决定打开/关闭风扇和灯是个好主意吗?
根据 matlab website 中的示例,我可以看到有一个输出仅有的。但它没有提到这一点。有人知道相关情况吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我对此一无所知,但是你不能为每个输出都有一个唯一的网络吗?
可以说,每个输出都可以独立于其他输出来确定,不是吗?
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?
正如这里提到的
(http://www.researchgate.net/post/How_to_generate_multiple_output_for_ANFIS2) anfis 仅支持一种输出,是列车数据的最后一列
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
你有没有这样尝试过。 anfis_input =
*[输入1 输入2 [输出1 输出2]?*
Did you try like this. anfis_input =
*[input1 input2 [output1 output2]?*