Skip to content

Commit 6a1b2e5

Browse files
Update README.md
1 parent 6454c9b commit 6a1b2e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Popper
22

3-
Popper is an [inductive logic programming](https://arxiv.org/pdf/2008.07912.pdf) system. If you use Popper, please cite the paper [Learning programs by learning from failures](https://arxiv.org/abs/2005.02259) (MLJ 2021).
3+
Popper is an [inductive logic programming](https://arxiv.org/pdf/2008.07912.pdf) system. Popper combines logical reasoning with machine learning to induce rules from examples and background knowledge.
44

5-
If you have any questions about Popper, ask us on [Discord](https://discord.gg/Rv5mQCayAp) or email [Andrew Cropper](mailto:andrew.cropper@cs.ox.ac.uk).
5+
If you use Popper, please cite the paper [Learning programs by learning from failures](https://arxiv.org/abs/2005.02259) (MLJ 2021).
6+
7+
If you have any questions, ask us on [Discord](https://discord.gg/Rv5mQCayAp) or email [Andrew Cropper](mailto:andrew.cropper@helsinki.fi).
68

79
#### Requirements
810
- [SWI-Prolog](https://www.swi-prolog.org) (9.2.0 or above)
@@ -167,3 +169,6 @@ prog, score, stats = learn_solution(settings)
167169
if prog != None:
168170
print_prog_score(prog, score)
169171
```
172+
173+
#### Contributing
174+
If you want to make Popper better, look at the [discussion page](https://github.com/logic-and-learning-lab/Popper/discussions) for open problems or email [Andrew Cropper](mailto:andrew.cropper@helsinki.fi).

0 commit comments

Comments
 (0)