10 October 2019 3 1K Report

I am trying to solve the problem of sequence completion. Let's suppose we have ground truth sequence (1,2,4,7,6,8,10,12,18,20)

The input to our model is an incomplete sequence. i.e (1,2,4, _ , _ ,_,10,12,18,20). From this incomplete sequence, we want to predict the original sequence (Ground Truth sequence). Which deep learning models can be used to solve this problem?

Is this the problem of encoder-decoder LSTM architecture?

Any help is appreciated.

More Asif Nawaz's questions See All
Similar questions and discussions