Why are two Conv1D layers with different parameters used? #2
Answered
by
geniuszly
eldar4ikyt
asked this question in
Q&A
-
Please tell me why this happens, why 2 layers are needed |
Beta Was this translation helpful? Give feedback.
Answered by
geniuszly
Oct 9, 2024
Replies: 1 comment
-
Hello! Using multiple convolutional layers with different filters and kernel sizes helps the model extract more complex and multi-level dependencies in time series data. The first layer processes simpler patterns, while the second layer focuses on more complex connections. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eldar4ikyt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Using multiple convolutional layers with different filters and kernel sizes helps the model extract more complex and multi-level dependencies in time series data. The first layer processes simpler patterns, while the second layer focuses on more complex connections.