-
Book Overview & Buying
-
Table Of Contents
Time Series with PyTorch
By :
This was a bit of a whirlwind tour for time series, and there is far more to learn than we can cover in a single chapter.
We have covered the basic structure of the time series and how we can infer a stochastic process from it, which enables us to make forecasts. We also looked at the fundamental components of time series, and learned how and why we break down our data, and how that can help us to understand it. Finally, we looked at the data structures that time series come in. We covered the definition and components of time series data, including trend, seasonality, and residuals, along with a discussion on handling missing data and irregularities in time series. We explored different time series structures, such as univariate, multivariate, and panel data, and introduced decomposition techniques for understanding underlying patterns in time series. We also looked at stationarity in time series analysis and methods for achieving it, or not, followed by an overview of...