I am convolving 32 grey scale images of size 28 x28 with 16 filters of size 5x5.
Which of the following is the correct way to add biases to the convolution operation output?
add 1 scalar value bias for each of the 16 filters. (Each of the 32 images share the same weights and 16 biases)
For each of the 32 images, add 1 scalar value bias for each of the 16 filters. Each image has its own weights and 16 biases?
something else- Please explain