Sequential Data Item-Related Prediction Task

From GM-RKB
Jump to navigation Jump to search

A Sequential Data Item-Related Prediction Task is a sequence learning task that predicts an element of a sequential data (a sequence dataset) based on preceding elements.



References

2019

  • (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Sequence_learning#Sequence_learning_problems Retrieved:2019-2-24.
    • Sequence learning problems are used to better understand the different types of sequence learning. There are four basic sequence learning problems: sequence prediction, sequence generation, sequence recognition, and sequential decision making. These “problems” show how sequences are formulated. They show the patterns sequences follow and how these different sequence learning problems are related to each other.

      Sequence prediction attempts to predict the next immediate element of a sequence based on all the preceding elements...

2001