When building a ANN, do i really have to use a bias a.k.a. threshold-value?
i mean, the activator (sum of inputs multiplied by the weights) can also be negative…
Im programming an ANN for controlling minesweepers in a game.
So, is a bias aka threshold-value really a needed part of my ANN?