Feeds
提问
How to get repeating pattern frequency information from fft
I have an image filled with repeating patterns(imagine exact the same squares with the same spacing). If I do fft2 on this image...
9 years 前 | 2 个回答 | 0
2
个回答提问
CNN convolution fast implementation
Below is my implementation of the CNN convolution. "in" is a 3D matrix, there are also a 4D matrix "weights" and a 1D matrix "bi...
9 years 前 | 0 个回答 | 0
0
个回答提问
3D matrix time 2D matrix
I need to do the following and I am wondering if they can be done in a much simple and efficient way. s = size(relu); M...
9 years 前 | 1 个回答 | 0
