How to deal with Time Sequence Inputs for 1D Convolutional-LSTM networks.

조회 수: 4 (최근 30일)
Mirko Job
Mirko Job 2020년 3월 27일
편집: Mirko Job 2020년 7월 21일
I am trying to combine two approach for Time Sequence Classification using deep learning.
The first one implement LSTM networks and it is described here:
The seccond apply convolutional networks and it is described here:
Following previous advices on ANSWERS I used the Deep Network builder object to recreate the main convolutional block of 2) as
Now my doubt is how should i format the accelerometry data for the input of this network?
My data are 42 features signals from accelerometry represented as 42xN°observations.
I tried to format the data as a sequence of images as 1x1x42xN°observations, and it seemed work but still my doubt remains.
Is this data format correct ? and if so:
It is correct to define 1x3 as dimension of the filter?
Thank in advance,
  댓글 수: 3
krishna Chauhan
krishna Chauhan 2020년 7월 6일
@Mirko Job
did you find your answers sir?
I am dealing with sequence classification using TCN.
Mirko Job
Mirko Job 2020년 7월 7일
편집: Mirko Job 2020년 7월 21일
@krishna Chauhan Yes, the problem is that you have to write your own custom training loop routine using dlarrays. So first you train TCN using the approach described in the link. Then you extract the Features dlarrays from the net manually before the Fully Connected part. Then you train a lstm net (see lstm function) from the elaborated temporale features obtained through TCN.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by