I am trying to figure out if I am creating an artificial neural network using the sigmoid activation function and using bias correctly. I want one bias node to input to all hidden nodes with static output -1 combined with its weight, and then one going to the output also static output -1 combined with its weight. I can then train these bias exactly like I would train the other neurons, correct?!
