
Sequential data are information organized in a specific order, where this order is essential for understanding and analyzing the data. This applies, among other things, to natural language in the form of written or spoken text, but particularly also to time series, which are generated, for example, by sensors.
Time series play a particularly important role in technical contexts. They consist of measured values that are captured, for example, by sensors. Each measured value is assigned a unique timestamp. This not only gives the data an order, but also implicitly provides information about the time intervals between measured values. An example of a simple time series, where a measured quantity is recorded over the duration of a manufacturing process, might look like this:

The measured values could reflect, for example, the process force of a machine tool, the pressure of a press stamp, or the electrical power consumption of a system. From the figure, we can identify several characteristic observations:
The identified characteristics are typical examples of challenges that arise in the analysis of time series, particularly when AI is used for this purpose. It is not a trivial task, but rather a field where new methods are still being intensively researched. In doing so, the following questions and objectives are typically addressed:
Suitable AI models for time series can help, for example, reduce scrap, plan necessary maintenance in advance, or optimize energy supply coverage from local generation facilities. By contributing to fast and precise decision-making, they have the potential to increase operational efficiency in many areas.
In the next posts in this series, we will take a closer look at various analytical and AI models for sequential data.