以PyTorch 为例,以下是 N-Beats 模型的一段简化的代码实现: ```python import torch import torch.nn as nn class NBeatsModel(nn.Module): def __init__(self, n_nodes, n_features, n_layers, device): super(NBeatsModel, self).__init__() self.n_nodes = n_nodes self.n_features = n_fe...
machine-learningdeep-neural-networksdeep-learningtime-seriesneural-networkpytorchtransformerforecastingtfthintbaselinesprobabilistic-forecastingrobust-regressionhierarchical-forecastingdeeparbaselines-zoonbeatsesrnnnbeatsxnhits UpdatedJan 27, 2025 Python Add a description, image, and links to thenbeatsxtopic page s...