XOR problem solvable with 2x2x1 neural network without bias?

后端 未结 4 1792
情话喂你
情话喂你 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:40

    I have built a neural network without bias and a 2x2x1 architecture solves XOR in 280 epochs. Am new to this, so didn't know either way, but it works, so it is possible.

    Regards,

提交回复
热议问题