Time Seires Analysis

Practical Time Series Analysis

Practical Time Series Analysis(Master Time Series Data Processing, Visualization, and Modeling using Python)の日本語訳とそのExciseについて勉強していきます。 原本は、 Practical Time Series Analysisです。

  1. Chapter 1: Introduction to Time Series
    1. Different types of data
      1. Cross-sectional data
      2. Time series data
      3. Panel data
    2. Internal structures of time series
      1. General trend
      2. Seasonality
        1. Run sequence plot
        2. Seasonal sub series plot
        3. Multiple box plots
      3. Cyclical changes
      4. Unexpected variations
    3. Models for time series analysis
      1. Zero mean models
      2. Random walk
      3. Trend models
      4. Seasonality models
    4. Autocorrelation and Partial autocorrelation
    5. Summary
  2. Chapter 2: Understanding Time Series Data
    1. Advanced processing and visualization of time series data
    2. Resampling time series data
      1. Group wise aggregation
      2. Moving statistics
    3. Stationary processes
      1. Differencing
        1. First-order differencing
        2. Second-order differencing
        3. Seasonal differencing
      2. Augmented Dickey-Fuller test
    4. Time series decomposition
      1. Moving averages
        1. Moving averages and their smoothing effect
        2. Seasonal adjustment using moving average
        3. Weighted moving average
      2. Time series decomposition using moving averages
      3. Time series decomposition using statsmodels.tsa
    5. Summary
  3. Chapter 3: Exponential Smoothing based Methods
    1. Introduction to time series smoothing
    2. First order exponential smoothing
    3. Second order exponential smoothing
    4. Modeling higher-order exponential smoothing
    5. Summary
  4. Chapter 4: Auto-Regressive Models
    1. Auto-regressive models
    2. Moving average models
      1. Building datasets with ARMA
      2. ARIMA
      3. Confidence interval
    3. Summary
  5. Chapter 5: Deep Learning for Time Series Forecasting
    1. Multi-layer perceptrons
      1. Training MLPs
      2. MLPs for time series forecasting
    2. Recurrent neural networks
      1. Bi-directional recurrent neural networks
      2. Deep recurrent neural networks
      3. Training recurrent neural networks
      4. Solving the long-range dependency problem
        1. Long Short Term Memory
        2. Gated Recurrent Units
        3. Which one to use – LSTM or GRU?
      5. Recurrent neural networks for time series forecasting
    3. Convolutional neural networks
      1. 2D convolutions
      2. 1D convolution
      3. 1D convolution for time series forecasting
    4. Summary

Posted by tys-yokohama