GithubHelp home page GithubHelp logo

频率的选择 about time-series-library HOT 1 CLOSED

thuml avatar thuml commented on May 18, 2024
频率的选择

from time-series-library.

Comments (1)

wuhaixu2016 avatar wuhaixu2016 commented on May 18, 2024

您好,这个问题很关键,我是这么理解的
(1)目前多变量预测是首先使用一层embeding网络将变量维度C映射为深度特征的通道维度d_{model},这个过程会使得不同变量之间的信息相互融合,因此在TimesNet中使用fft计算的已经是「融合后特征」的周期性的,这个周期性已经隐式包含了不同变量的信息。同时TimesNet中还使用了多周期性的设计,用于覆盖不同长度的周期。因此,我觉得目前的设计是可以比较好的覆盖多元时间序列不同频率的。不过,目前这种平均的设计也是trade-off performance and efficiency之后的结果,如果做更加细粒度的建模是会得到更好的结果的。
(2)最近也有很多文章探索了variate-independent的设计,例如Dlinear、PatchTST,不过他们也都是将模型在不同变量间share。总体来看,目前多元时间序列预测上,不同变量的差异性目前探索还比较初步。

from time-series-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.