Is there any way to combine artificial intelligence/expert system with vb.net pr

Started by soujanyanaganuri, Sep 25, 2018, 06:12 AM

Previous topic - Next topic

soujanyanaganuri

I have recently learnt SWI-Prolog, an expert system designer that uses declarative programming. I wish to combine it with existing vb .net 2010 console and Artificial Intelligence windows forms programs to make a basic user friendly expert system.

How do I go about linking the two of them to get this functionality?

Or is there a way to do logic processing in vb. net ?

dderry

As long as you know how and where the data structures are stored for each program, you can pretty much always write something up to get them to real-time update each other as much or often as you wish.