-
Notifications
You must be signed in to change notification settings - Fork 22
Basic Modes Guide
boost-starai edited this page Dec 26, 2016
·
14 revisions
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).
BoostSRL Wiki
Home
BoostSRL Basics
- Getting Started
- File Structure
- Basic Usage Parameters
- Advanced Usage Parameters
- Basic Modes Guide
- Advanced Modes Guide
Deep dive into BoostSRL
- Default (RDN-Boost)
- MLN-Boost
- Regression
- Cost-sensitive SRL
- Learning with Advice
- Approximate Counting
- One-class Classification (coming soon)
- Discretization of Continuous Valued Attributes
- Lifted Relational Random Walks
- Grounded Relational Random Walks
Datasets
Applications of BoostSRL