Bongard problem
The Bongard data generator program generates random synthetic data akin to a simplified version of Bongard problems used as benchmarks in ILP. For the ILP version of the Bongard problem,
- Training examples. Each example is a "picture" composed of simple geometrical objects (elements). An object can be one of the three shapes: circle, square and triangle. A triangle may be pointing up or down.
- Background knowledge. The background knowledge provides the shape of each object and their positions relative to one another for each picture.
- Task. The problem is to find a set of clauses that are consistent with a set of positive and negative pictures.
Download
The source code of the generator program is available for download from the public Github repository.
git clone git://github.com/qiangzeng/BongardGenerator.git
Licence
This program is free software distributed under the terms of the Apache License, Version 2.0.
Contact
Email: q...@cs.wisc.edu (click to show the address)