How to handle extremely long LSTM sequence length?

前端 未结 3 529
死守一世寂寞
死守一世寂寞 2021-02-09 05:11

I have some data that is sampled at at a very high rate (on the order of hundreds of times per second). This results in a sequence length that is huge (~90,000 samples) on avera

3条回答
  •  难免孤独
    2021-02-09 05:50

    This post is from some time ago, but I thought I would chime in here. For this specific problem that you are working on (one-dimensional continuous-valued signal with locality, composition-ality, and stationarity), I would highly recommend a CNN convolutional neural network approach, as opposed to using an LSTM.

提交回复
热议问题