Build expert system in Matlab

19 次查看(过去 30 天)
Sarah
Sarah 2022-7-1
评论: Sam Chak 2022-7-2
I'm wondering whether it is possible to create a expert system( Not fuzzy logic ) based on matlab?. Thanks in advance
  5 个评论
Sarah
Sarah 2022-7-1
Yes, it’s an iron rules. I would like to choose Matlab to build rule based system because another part of my project will be a fuzzy logic. So, I preferred to implement the whole system in Matlab.
Star Strider
Star Strider 2022-7-2
My expert system will be designed to diagnose specific disease.
Wow!
It will not only be necessary to identify the characteristics of that specific disease, it will also have to distinguish it from other diseases with similar presentations (this is called ‘differential diagnosis’).
Start with a PubMed search.
Good luck!
.

请先登录,再进行评论。

回答(1 个)

Sam Chak
Sam Chak 2022-7-2
Since you now have the idea how to create the rules, then you can build the Expert system.
  2 个评论
Sarah
Sarah 2022-7-2
Yes I got the idea but just confused. You mean we could implement it in Matlab ?
Sam Chak
Sam Chak 2022-7-2
As mentioned previously, you need to translate the Math of your Rule-based Expert System into MATLAB Code. I don't know what you rule is. But you can probably try something like this:
If Symptom A > 0.5 + Symptom B > 0.5 + Symptom C > 0.5 + Blood Test D > 0.5, then you have Disease E when .
If you are pursuing M.D, please consult @Star Strider.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Food Sciences 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by