Single and Multi-Step Forecasting with Univariate and Multivariate Inputs Using TCN-GRU Based on MATLAB
Single and multi-step forecasting with univariate and multivariate inputs using TCN-GRU based on MATLAB. TCN (Temporal Convolutional Network) is a time series model based on convolutional neural networks. GRU (Gated Recurrent Unit) is a type of recurrent neural network unit, and the TCN-GRU prediction model combines TCN and GRU. The TCN layer is used for … Read more