PROGOL is an ILP (Inductive Logic Programming) system using Prolog programs as background knowledge.
Questions tagged [progol]
2 questions
2
votes
1 answer
How to generate negative examples in inductive logic programming?
I am trying to learn rules of puzzles and board games by observing a human using inductive logic programming. I use PROGOL which is a program for ILP written in Prolog. While for some games it is able to correctly give me the rules, for some others…

web_ninja
- 2,351
- 3
- 22
- 43
1
vote
0 answers
Good inductive logic programming system
Can you recommend a inductive logic programming system? Preferably one that uses Prolog syntax. Are there systems that do predicate invention and learning recursive rules? I am somewhat familiar with Aleph and Prolog. What is the state of the…
user3170496