yscacaca / DeepSense

Deepsense: a unified deep learning framework for time-series mobile sensing data processing.
196 stars 71 forks source link

questions about the neural network architecture #27

Open sim-san opened 6 years ago

sim-san commented 6 years ago

In your paper you write that you first apply a 2d convolution to X^(k) and then two 1d convolution. Finally you write that you flatten the matrix to stack the vectors of each sensor. When I look at your code on Github, I see that you don't flatten the matrix after the individual convolution and use a 3d convolution layer .

Question: Is there an important reason why you didn't flatten the matrix and use a 3d convolution for the matrix X^(3)?