- Learn the techiques commonly employed to build expert systems.
- Choose from among the common schemes (sometimes using fuzzy logic tools, which you could write yourself, since someone wrote that code in the first place using MATLAB.)
- Learn MATLAB sufficiently to buiild the necessary tools.
- Write the necessary MATLAB code.
- Done.
Build expert system in Matlab
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm wondering whether it is possible to create a expert system( Not fuzzy logic ) based on matlab?. Thanks in advance
6 commentaires
Star Strider
le 2 Juil 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’).
Good luck!
.
Réponses (1)
Sam Chak
le 2 Juil 2022
Hi @Sarah
Since you now have the idea how to create the rules, then you can build the Expert system.
2 commentaires
Sam Chak
le 2 Juil 2022
Hi @Sarah
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
.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!