- 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 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'm wondering whether it is possible to create a expert system( Not fuzzy logic ) based on matlab?. Thanks in advance
6 Commenti
Star Strider
il 2 Lug 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!
.
Risposte (1)
Sam Chak
il 2 Lug 2022
Hi @Sarah
Since you now have the idea how to create the rules, then you can build the Expert system.
2 Commenti
Sam Chak
il 2 Lug 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
.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!