Build expert system in Matlab

22 Ansichten (letzte 30 Tage)
Sarah
Sarah am 1 Jul. 2022
Kommentiert: Sam Chak am 2 Jul. 2022
I'm wondering whether it is possible to create a expert system( Not fuzzy logic ) based on matlab?. Thanks in advance
  5 Kommentare
Sarah
Sarah am 1 Jul. 2022
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 am 2 Jul. 2022
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!
.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sam Chak
Sam Chak am 2 Jul. 2022
Since you now have the idea how to create the rules, then you can build the Expert system.
  2 Kommentare
Sarah
Sarah am 2 Jul. 2022
Yes I got the idea but just confused. You mean we could implement it in Matlab ?
Sam Chak
Sam Chak am 2 Jul. 2022
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Food Sciences finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by