All Questions
Tagged with expert-system swi-prolog
5 questions
0
votes
0
answers
80
views
prolog rule_based expert system
am a beginner in prolong, i want to develop a rule_based expert system that suggests best fit and next fit job for user based on his scores in some tests and skills . here is the knowledge base :
% ...
0
votes
0
answers
182
views
Is there any way to combine artificial intelligence/expert system with vb.net programs?
I have recently learnt SWI-Prolog, an expert system/artificial intelligence designer that uses declarative programming.
I wish to combine it with existing vb.net 2010 console and windows forms ...
1
vote
1
answer
1k
views
Using Prolog to make a prediction based on the data in a Relational Database
I have recently come across Prolog and I am amazed by it's powers and capability. I was wondering whether it is possible for prolog to make a prediction based on data which is in SQL Server.
Database
...
1
vote
1
answer
1k
views
Prolog connect to Java
I have an expert system similar to animal identification mold. This program can be run independently in prolog, now I want to build a GUI for it based on java using netbeans. I know how to do the ...
1
vote
0
answers
2k
views
How to connect a prolog based Expert System to Java
I'm building an Expert System of Major Decision, it is similar to animal detection Expert System so the logic is simple. Actually in prolog, after "consult" I can type in "?- go." To start the ...