My datasets is MNIST, and ML library is MXNet
I used the CNN algorithm to practice ML. Then I found the reference tutorial, page 6 and 7.
I guess the default kernel is all '1' instances in a matrix (kernel in MXNet). How to make the smoothly kernel like above slide.
This is the MXNet code with R.
mx.symbol.Convolution(data=data, kernel=c(5,5), num_filter=20)