Skip to main content

Questions tagged [convolution]

For use when discussing the commutative and linear, but not associative operator interpreted on functions and distributions.

2 votes
0 answers
39 views

I have a fairly good understanding of the basic convolution operation and how padding & stride affect its output, but dilation is something new to me. So I am going to make some broad statements ...
Yazad Pardiwala's user avatar
3 votes
1 answer
55 views

I have implemented a simple version of the kernel-based convolution operation as shown below. However, for faster code operation, I think the nested for loop is slowing up the operation. Is there any ...
Aleph's user avatar
  • 205
0 votes
0 answers
38 views

I was reading following paper: Deconvolution and Checkerboard Artifacts. The text says that Both deconvolution and the different resize-convolution approaches are linear operations, and can be ...
juan19.99's user avatar
0 votes
0 answers
31 views

Group convolutions theoretically should reduce the number of parameters and hence improve the speed of inference, without significantly affecting the performance of the model. However, I don't notice ...
Daniyar's user avatar
0 votes
1 answer
154 views

I have a question about how a CONV2D layer handles time series data. How with filters that scroll through time, our model can extract features and capture and model our target value? Thank you in ...
Zakaria Faouzi's user avatar
1 vote
1 answer
86 views

Is the calculated output correct?
PeterBe's user avatar
  • 83
1 vote
1 answer
53 views

Is there a set of rules or guidelines for designing filters for convolutional neural networks? For example, a 3 x 3 layer with ones in the first column, zeroes in the second, and negative ones in the ...
Joachim Rives's user avatar
0 votes
1 answer
393 views

If I have a convolutional layer with dimension (5,5,4), (i.e, 4 no. of 5x5x1 feature maps), what will be the dimension of the flattened layer, if I apply flattening ...
mainak mukherjee's user avatar
0 votes
1 answer
165 views

I'm really a novice working with these technologies and I'm struggling to design a neural network that is powerful enough to model a spectrogram. For a personal project, I'm working on a spectrogram ...
BOBONA's user avatar
  • 3
1 vote
1 answer
98 views

I was going through the introductory guide to convolutional neural networks in tensor flow here And I was trying to logically map some of the code I saw to my actual understanding of how convolutional ...
Sidharth Ghoshal's user avatar
1 vote
1 answer
229 views

Suppose I have a sequence data of size $B \times N \times d$ where $B$ is the batch size, $N$ is the sequence length, and $d$ is the dimension or the number of features. Suppose I want to do 1D ...
poglhar's user avatar
  • 25
1 vote
1 answer
2k views

I have been learning GAN (Generative Adversarial Networks) lately and having a hard time understanding the output size for transpose convolution. Let's say I am using a Tensor of [1, 64, 1, 1] as an ...
pwnkit's user avatar
  • 57
0 votes
1 answer
1k views

I have a problem. I have a CNN model which is used for an NLP problem. This is written in Python. I have questions about this, which I can't find an answer to. Why is ReLu used inside the Conv1D ...
Test's user avatar
  • 89
1 vote
1 answer
81 views

Convolution extracts high-level features, but what about Transpose Convolution (or De/Up-Convolution)? Does it behave exactly the opposite? Does it generate lower-level features?
canP's user avatar
  • 121
2 votes
0 answers
32 views

I am studying a model where landmarks from an image are calculated. The work comes from Convolutional Experts Constrained Local Model for 3D Facial Landmark Detection. I need to confirm why the ...
Asad's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
19