Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 : % ...
basma osman's user avatar
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 ...
NightHowler's user avatar
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 ...
user3402248's user avatar
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 ...
user3317945's user avatar
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 ...
user3317945's user avatar