dannyneil / public_plstm

Phased LSTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use PLSTM for a prediction task on given unevenly spaced time-series data?

abis330 opened this issue · comments

commented

I am trying to understand the intuition behind your paper and I might be wrong since I am not so much experienced in the area. Am I wrong to conclude that I can DIRECTLY use PLSTM for a prediction task on unevenly spaced time-series data where the event doesn't happen at regular intervals of time but happens at irregular time steps.

If yes, as shown in your example of N-MNIST, I can use these irregular time steps to be fed to this PLSTM right?