Build expert system in Matlab

16 visualizaciones (últimos 30 días)
Sarah
Sarah el 1 de Jul. de 2022
Comentada: Sam Chak el 2 de Jul. de 2022
I'm wondering whether it is possible to create a expert system( Not fuzzy logic ) based on matlab?. Thanks in advance
  5 comentarios
Sarah
Sarah el 1 de Jul. de 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 el 2 de Jul. de 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!
.

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Food Sciences en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by