-
Book Overview & Buying
-
Table Of Contents
Time Series with PyTorch
By :
In the previous chapters, we have seen a variety of models and time series tasks. In this chapter, we will guide you through the topic of time series embeddings.
As we have seen time and again in the book, time series data is never just a series of numbers. There is always a context, a meaning, and a story behind the numbers. It is essential to perceive the data in a way that captures the context and digs deeper into the underlying data generating process. Embedding the time series data into a different space is a powerful way to achieve this. As you will see, embeddings are capable of capturing the dynamical system nature of the time series data, thus approximating the data generating process. Embeddings for time series are a very powerful tool for many time series tasks, including forecasting, classification, and anomaly detection. In fact, we have been using time series embeddings in the preceding chapters. In this chapter, we will explore different...