Making Predictions with Sequences
Last Updated on August 14, 2019
Sequence prediction is different from other types of supervised learning problems.
The sequence imposes an order on the observations that must be preserved when training models and making predictions.
Generally, prediction problems that involve sequence data are referred to as sequence prediction problems, although there are a suite of problems that differ based on the input and output sequences.
In this tutorial, you will discover the different types of sequence prediction problems.
After completing this tutorial, you will know:
- The 4 types of sequence prediction problems.
- Definitions for each type of sequence prediction problem by the experts.
- Real-world examples of each type of sequence prediction problem.
Kick-start your project with my new book Long Short-Term Memory Networks With Python, including step-by-step tutorials and the Python source code files for all examples.
Let’s get started.
Tutorial Overview
This tutorial is divided into 5 parts; they are:
- Sequence
- Sequence Prediction
- Sequence Classification