Up Next
Go up to 3 Neural Network
Go forward to Solution to part (b)

Solution to part (a)

How is example e1 classified, where e1 is defined by:
prop(e_1,a,1).
prop(e_1,b,1).
prop(e_1,c,0).
The output to the neural network is
f(-3+2*1+2*1+4*0)
Which is f(1). Thus it classifies e1 as true.
Computational Intelligence online material, ©David Poole, Alan Mackworth and Randy Goebel, 1998

Up Next