【数据分析】粒子群模糊专家系统附matlab代码

✅作者简介:热爱科研的Matlab仿真开发者,修心和技术同步精进,matlab项目合作可私信。

🍎个人主页:Matlab科研工作室

🍊个人信条:格物致知。

The intelligent decision making systems are useful tools for the assistance of human expert, and or as a perfect alternative for expert in a variety of auto-decision making fields. The use of such systems in education, agriculture, industry, fishery, animal husbandry etc., can decrease  manpower errors or need of it; In the other hand, it can increase the quality and the pace of service giving. The interview at the PH.D level or even Master's degree, due to the high sensitivity in scoring to the candidates, is of high importance. Therefore, creating a system for storing these scores,

and inferring the results can be beneficial when there is a large number of candidates. In this paper, the expert system has an educational use, and classifies the probability of acceptance or unacceptance of PH.D candidates in the exam and interview, based on the (National Organization of Educational Testing) NOET measures, also estimates scientific level of candidates. The proposed fuzzy-expert system takes advantage of the particle swarm optimization (PSO) evolutionary algorithm to specifying

the score of each variable, and eventually the final condition of the

candidate. The acquired results of evaluating the fuzzy-expert system proves its functionality. This system is also able to function well in scoring similar educational cases to specify acceptance.

⛄ 部分代码

%Plot the whole view

plotfis(pso);

%Plot each mf(input/output)

figure

[x,mf] = plotmf(pso,'input',1);

subplot(5,1,1), plot(x,mf);

xlabel('Membership Functions for  Ex-uni Length');

[x,mf] = plotmf(pso,'input',2);

subplot(5,1,2), plot(x,mf);

xlabel('Membership Functions for  Ex-uni Average');

[x,mf] = plotmf(pso,'input',3);

subplot(5,1,3), plot(x,mf);

xlabel('Membership Functions for  Olympiad Chosen');

[x,mf] = plotmf(pso,'input',4);

subplot(5,1,4), plot(x,mf);

xlabel('Membership Functions for  Ex-Uni Quality');

[x,mf] = plotmf(pso,'input',5);

subplot(5,1,5), plot(x,mf);

xlabel('Membership Functions for IELTS');

figure

[x,mf] = plotmf(pso,'input',6);

subplot(5,1,1), plot(x,mf);

xlabel('Membership Functions for Papers');

[x,mf] = plotmf(pso,'input',7);

subplot(5,1,2), plot(x,mf);

xlabel('Membership Functions for  Festival Chosen');

[x,mf] = plotmf(pso,'input',8);

subplot(5,1,3), plot(x,mf);

xlabel('Membership Functions for Compilation,Translation,Invention');

[x,mf] = plotmf(pso,'input',9);

subplot(5,1,4), plot(x,mf);

xlabel('Membership Functions for Msc Thesis Quality');

[x,mf] = plotmf(pso,'input',10);

subplot(5,1,5), plot(x,mf);

xlabel('Membership Functions for Interviews Test');

figure

[x,mf] = plotmf(pso,'output',1);

subplot(2,1,1), plot(x,mf);

xlabel('Membership Functions for Qualification(output)');

⛄ 运行结果

⛄ 参考文献

Mousavi, Seyed Muhammad Hossein, et al. "A PSO fuzzy-expert system: As an assistant for specifying the acceptance by NOET measures, at PH. D level." 2017 Artificial Intelligence and Signal Processing Conference (AISP). IEEE, 2017.

⛄ 完整代码

❤️部分理论引用网络文献,若有侵权联系博主删除

❤️ 关注我领取海量matlab电子书和数学建模资料

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

matlab科研助手

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值