I am working on the binary classification. I have created my network like: Conv1, Relu1, Pool1 - Conv2, Relu2, Pool2 - Conv3, Relu3, Pool3 - Conv4, Relu4 - Conv5 Relu5 Dropot 0.5, FC, Dropout 0.5 - SoftmaxlossLayer
All conv layer is 3x3.
The default Weightdecay is 0.0005. And I am getting this result. Training accuracy: 98% Testing Accuracy: 88%
The same network is then used with Weightdecay 0.005
Anyone, Please help me to share why it is showing like that by changing the weight decay value?