Implementation of nn.Modules for N-Beats model.
nn.Modules
Functions
linear(input_size, output_size[, bias, dropout])
linear
linspace(backcast_length, forecast_length[, …])
linspace
Classes
NBEATSBlock(units, thetas_dim[, …])
NBEATSBlock
Initializes internal Module state, shared by both nn.Module and ScriptModule.
NBEATSGenericBlock(units, thetas_dim[, …])
NBEATSGenericBlock
NBEATSSeasonalBlock(units[, thetas_dim, …])
NBEATSSeasonalBlock
NBEATSTrendBlock(units, thetas_dim[, …])
NBEATSTrendBlock