Prev Up Next
Go backward to Solution to part (a)
Go up to 3 Neural Network
Go forward to Solution to part (c)

Solution to part (b)

Give an example that is classified differently by the neural network and the decision tree
if(b=1,if(a=1,true,false),if(c=1,false,true)).

An example with b=1,a=0,c=1 is classified as false by the decision tree, yet true by the neural network.


Computational Intelligence online material, ©David Poole, Alan Mackworth and Randy Goebel, 1998

Prev Up Next