Skip to content
boost-starai edited this page Dec 26, 2016 · 14 revisions

Part 5 in a Series on BoostSRL

Previous Page - Wiki - Next Page


The modes of our system follow the Aleph modes definitions. Please refer to http://www.cs.ox.ac.uk/activities/machinelearning/Aleph/aleph for Aleph definitions.

The key difference is that for our case, we use the mode definitions of the form:

mode: predicateName(ModeTypeArg1,...).

For example consider the famous 'trains' testbed of Michalski:

mode: eastbound(+train). mode: short( +car). mode: closed( +car). mode: long( +car). ... mode: has_car(+train, -car).