Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p03 v0.1.3 update to the other ts model //RNNBlockRegressor #8

Open
IvanaXu opened this issue Oct 2, 2022 · 0 comments
Open

p03 v0.1.3 update to the other ts model //RNNBlockRegressor #8

IvanaXu opened this issue Oct 2, 2022 · 0 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@IvanaXu
Copy link
Owner

IvanaXu commented Oct 2, 2022

https://paddlets.readthedocs.io/zh_CN/latest/source/modules/models/overview.html#a-minimal-example

从一个较高的视角来看,PaddleTS 提供了以下三个时序建模相关的特性:

标准化的接口。 这些在 PaddleBaseModel 中声明的 fit、predict 标准化接口接收、返回统一的 TSDataset 数据集,作为其输入输出,以便将一些数据集处理和样本构建的复杂细节封装起来,简化API的使用,降低学习成本。

PaddleTS 设计了 PaddleBaseModelImpl 类,该类包含一组覆盖整个建模生命周期的通用函数与组件(如 准备样本,初始化模型性能指标, 计算损失等)。这使得用户可以更关注深度网络架构本身,同时也为广大开发者基于PaddleTS构建新的时序模型提供了最大程度的便利。

开箱即用的模型。PaddleTS提供一组预定义的,开箱即用的时序深度学习模型:

Long Short-term Time-series Network

Multilayer Perceptron

DeepARModel

NBEATSModel

NHiTSModel

RnnBlockRegressor

Temporal Convolution Net Regressor

Transformer

Informer

TS2Vec

https://paddlets.readthedocs.io/zh_CN/latest/source/api/paddlets.models.forecasting.dl.rnn.html

https://paddlets.readthedocs.io/zh_CN/latest/_modules/paddlets/models/forecasting/dl/rnn.html#RNNBlockRegressor

@IvanaXu IvanaXu added the invalid This doesn't seem right label Oct 2, 2022
@IvanaXu IvanaXu changed the title p03 v0.1.3 update to the other ts model p03 v0.1.3 update to the other ts model //RNNBlockRegressor Oct 2, 2022
@IvanaXu IvanaXu closed this as completed in 92a94d3 Oct 2, 2022
IvanaXu added a commit that referenced this issue Oct 3, 2022
@IvanaXu IvanaXu added the bug Something isn't working label Oct 3, 2022
IvanaXu added a commit that referenced this issue Oct 3, 2022
@IvanaXu IvanaXu reopened this Oct 3, 2022
IvanaXu added a commit that referenced this issue Oct 3, 2022
IvanaXu added a commit that referenced this issue Oct 7, 2022
IvanaXu added a commit that referenced this issue Oct 8, 2022
IvanaXu added a commit that referenced this issue Oct 8, 2022
IvanaXu added a commit that referenced this issue Oct 8, 2022
IvanaXu added a commit that referenced this issue Oct 8, 2022
IvanaXu added a commit that referenced this issue Oct 8, 2022
IvanaXu added a commit that referenced this issue Oct 9, 2022
IvanaXu added a commit that referenced this issue Oct 9, 2022
IvanaXu added a commit that referenced this issue Oct 9, 2022
IvanaXu added a commit that referenced this issue Oct 9, 2022
IvanaXu added a commit that referenced this issue Oct 9, 2022
IvanaXu added a commit that referenced this issue Oct 9, 2022
IvanaXu added a commit that referenced this issue Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
Status: In Progress
Development

No branches or pull requests

1 participant