XOR problem

A logical operation with the following values:

x y XOR
false false false
false true true
true false true
true true false

Due to its contradiction, this function can only be learned by neural nets with at least one hidden layer.

 

Refers to: General term

See also: Multi-Layer-Perceptron, Hidden layer

Neural Net Components in an Object Oriented Class Structure