Hi Mentors and friends,
Suppose your input is a 300 by 300 color (RGB) image, and you use a convolutional layer with 100 filters that are each 5x5. How many parameters does this hidden layer have (including the bias parameters)?
The answer is (5x5+1)x100 = 2600 Is this correct ? I do already pass the hw, but this is one I didn’t get right. THanks.