Neural Network Always Produces Same/Similar Outputs for Any Input

前端 未结 11 1944
猫巷女王i
猫巷女王i 2020-12-13 04:24

I have a problem where I am trying to create a neural network for Tic-Tac-Toe. However, for some reason, training the neural network causes it to produce nearly the same out

11条回答
  •  醉酒成梦
    2020-12-13 04:40

    It's hard to tell without seeing a code sample, but a bias bug can have that effect (e.g. forgetting to add the bias to the input), so I would take a closer look at that part of the code.

提交回复
热议问题