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

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

✅作者简介:热爱科研的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 specifyingthe score of each variable, and eventually the final condition of thecandidate. 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电子书和数学建模资料


相关文章
|
7月前
|
机器学习/深度学习 算法 机器人
【水下图像增强融合算法】基于融合的水下图像与视频增强研究(Matlab代码实现)
【水下图像增强融合算法】基于融合的水下图像与视频增强研究(Matlab代码实现)
664 0
|
7月前
|
算法 定位技术 计算机视觉
【水下图像增强】基于波长补偿与去雾的水下图像增强研究(Matlab代码实现)
【水下图像增强】基于波长补偿与去雾的水下图像增强研究(Matlab代码实现)
847 0
|
7月前
|
算法 机器人 计算机视觉
【图像处理】水下图像增强的颜色平衡与融合技术研究(Matlab代码实现)
【图像处理】水下图像增强的颜色平衡与融合技术研究(Matlab代码实现)
225 0
|
7月前
|
新能源 Java Go
【EI复现】参与调峰的储能系统配置方案及经济性分析(Matlab代码实现)
【EI复现】参与调峰的储能系统配置方案及经济性分析(Matlab代码实现)
245 0
|
7月前
|
机器学习/深度学习 算法 机器人
使用哈里斯角Harris和SIFT算法来实现局部特征匹配(Matlab代码实现)
使用哈里斯角Harris和SIFT算法来实现局部特征匹配(Matlab代码实现)
324 8
|
7月前
|
机器学习/深度学习 编解码 算法
基于OFDM技术的水下声学通信多径信道图像传输研究(Matlab代码实现)
基于OFDM技术的水下声学通信多径信道图像传输研究(Matlab代码实现)
324 8
|
7月前
|
机器学习/深度学习 数据采集 测试技术
基于CEEMDAN-VMD-BiLSTM的多变量输入单步时序预测研究(Matlab代码实现)
基于CEEMDAN-VMD-BiLSTM的多变量输入单步时序预测研究(Matlab代码实现)
286 8
|
7月前
|
机器学习/深度学习 算法 自动驾驶
基于导向滤波的暗通道去雾算法在灰度与彩色图像可见度复原中的研究(Matlab代码实现)
基于导向滤波的暗通道去雾算法在灰度与彩色图像可见度复原中的研究(Matlab代码实现)
375 8
|
7月前
|
机器学习/深度学习 供应链 算法
【电动车】基于削峰填谷的电动汽车多目标优化调度策略研究(Matlab代码实现)
【电动车】基于削峰填谷的电动汽车多目标优化调度策略研究(Matlab代码实现)
265 0
|
7月前
|
传感器 机器学习/深度学习 算法
【无人机协同】动态环境下多无人机系统的协同路径规划与防撞研究(Matlab代码实现)
【无人机协同】动态环境下多无人机系统的协同路径规划与防撞研究(Matlab代码实现)
389 0