Artificial Intelligence/Expert system
Expert: Joe Halliwell - 1/4/2005
Questioni want to know can i make an expert system in language other than LISP Or Prolog
can i build in asp.net/vb.net
if yes can u send me sample codes
also i would like to how to implement knowledge base, intepreter scheduler and most important
INFERENCE ENGINE
I'LL BE VERY THANKFUL TO U IF U SEND ME THE ANSWERS AS SOON AS POSSIBLE
SHUBHAM
AnswerThere are many different types of expert system. But I'll assume you mean a simple rule-based (propositional) system.
Naturally you can build any of these in any programming language, however LISP and (expecially) Prolog are extremely well suited to the task.
Implementing a robust and general expert system in VB, would essentially involve writing large chunks of a Prolog interpreter anyway...