XOR problem solvable with 2x2x1 neural network without bias?

后端 未结 4 1782
情话喂你
情话喂你 2021-01-12 17:45

Is a Neural network with 2 input nodes, 2 hidden nodes and an output supposed to be able to solve the XOR problem provided there is no bias? Or can it get stuck?

4条回答
  •  时光取名叫无心
    2021-01-12 18:38

    Leave the bias in. It doesn't see the values of your inputs.

    In terms of a one-to-one analogy, I like to think of the bias as the offsetting c-value in the straight line equation: y = mx + c; it adds an independent degree of freedom to your system that is not influenced by the inputs to your network.

提交回复
热议问题