zoukankan      html  css  js  c++  java
  • PP: Think globally, act locally: A deep neural network approach to high-dimensional time series forecasting

    Problem: high-dimensional time series forecasting

    ?? what is "high-dimensional" time series forecasting?

    one dimension for each individual time-series. n个time series为n维。 

    A need for exploiting global pattern and coupling them with local calibration校准 for better prediction. 

    However, most are one-dimensional forecasting.

    one-dimensional forecasting VS high-dimensional forecasting:

    1. a single dimension forecast mainly depends on past values from the same dimension. 

    DeepGLO: a deep forecasting model which thinks globally and acts locally.

    A hybrid model: a global matrix factorization model regularized by a temporal convolution network + a temporal network that capture local properties of each time-series and associated covariates相关协变量.

    Environment: different time series can have vastly different scales without a priori normalization or rescaling.  

    Introduction:

    需求:比如零售商,one may be interested in the future daily demands for all items in a category. This leads to a problem of forecasting n time-series.

    Traditional methods: focus on one time-series or a small number of time-series at a time. 

    AR, ARIMA, exponential smoothing and so on. 

    ?? how to share temporal patterns in the whole data-set while training and prediction?

    RNN - sequential modeling; and suffer from the gradient vanishing/ exploding problems. 

    LSTM 解决了上述问题。

    Wavenet model: temporal convolutions/ causal convolutions. 

    Temporal convolution has been recently used, however, they still have two important shortcomings:

    1. hard to train on data-sets that have wide variation in scales.  

    2. even though these deep models are trained on the entire data-set, during prediction the models only focus on local past data. i.e only the past data of a time-series is used for predicting the future of that time-series.

    global properties. take in multiple time-series in the input layer thus capturing global properties. 

  • 相关阅读:
    随便说说辞职后
    用Excel的VBA实现文本匹配与替换
    [转]为什么你做不到呢?
    [转]女生,你为什么不沉住气奋斗?
    写在互联网分析的前面
    回归白领的生活
    NSSortDescriptor:对NSDictionary的NSArray进行排序
    本团队推荐:大神开发的仿原神风格ue5开发MMOARPG核心战斗系统
    UE4外包团队:UE4开发元宇宙项目 UE5开发元宇宙或最佳?
    元宇宙外包团队:Unity开发元宇宙应用,在元宇宙里里Unity扮演什么角色?
  • 原文地址:https://www.cnblogs.com/dulun/p/12271730.html
Copyright © 2011-2022 走看看