0 votes
by
Can we have the same bias for all neurons of a hidden layer?

1 Answer

0 votes
by
edited by
Essentially, you can have a different bias value at each layer or at each neuron as well. However, it is best if we have a bias matrix for all the neurons in the hidden layers as well.

A point to note is that both these strategies would give you very different results.
...