I am using Keras for a project. I would like to know if it makes any sense to add any kind of regularization components such as kernel, bias or activity regularization in convolutional layers i.e Conv2D in Keras.
If yes, then which regularization is most useful for conv2d layers
- Kernel
- Bias
- Activity
As explained here the regularization techniques are useful for the fully connected(dense) layers. Any such intuition/logic for conv2D?