For example, consider a learning problem where a boolean concept over 6
boolean variables is to be learned. The value might be used as a target
ID to represent the label True, and the value 0 the label False. The values
through
could then be features representing the variables
through
respectively. Let's say that, unbeknownst to SNoW, we have
training data that represents the concept
. A partial truth
table for this concept and the corresponding SNoW examples are given in
table 6.1. Look in the booleanexample/ subdirectory of
the software distribution to see scripts that show how SNoW might be used to
train a network over these examples.