مقایسهٔ روشها
روشهای انتخابی خود را کنار هم مرور کنید؛ ردیفهای متفاوت برجسته شدهاند.
| TiDE: انکودر متراکم سری زمانی× | پِرسِپترون چندلایهای (MLP)× | |
|---|---|---|
| حوزه | یادگیری عمیق | یادگیری عمیق |
| خانواده | Machine learning | Machine learning |
| سال پیدایش≠ | 2023 | 1986 |
| پدیدآور≠ | Abhimanyu Das et al. | Rumelhart, D. E.; Hinton, G. E.; Williams, R. J. |
| نوع≠ | MLP-based encoder-decoder for long-term time-series forecasting | Supervised feedforward neural network |
| منبع بنیادین≠ | Das, A., Kong, W., Leach, A., Mathur, S., Sen, R., & Yu, R. (2023). Long-term forecasting with TiDE: Time-series dense encoder. Transactions on Machine Learning Research. link ↗ | Rumelhart, D. E., Hinton, G. E. & Williams, R. J. (1986). Learning representations by back-propagating errors. Nature, 323, 533–536. DOI ↗ |
| نامهای دیگر≠ | Time-series Dense Encoder, TiDE model, Dense Encoder for Long-term Forecasting, Yoğun Kodlayıcı Zaman Serisi Modeli | MLP, feedforward neural network, fully connected neural network, vanilla neural network |
| مرتبط≠ | 3 | 4 |
| خلاصه≠ | TiDE (Time-series Dense Encoder) is an MLP-based encoder-decoder architecture for long-term multivariate time-series forecasting, introduced by Abhimanyu Das and colleagues at Google Research in 2023. The model encodes past time-series observations together with static and dynamic covariates through stacked dense (MLP) layers, then decodes a latent representation into future forecasts. TiDE demonstrates that simple linear and dense architectures can match or outperform Transformer-based models on standard long-term forecasting benchmarks while being significantly faster. | A Multilayer Perceptron is a classic fully connected feedforward neural network trained with the backpropagation algorithm, as formalised by Rumelhart, Hinton & Williams in their landmark 1986 Nature paper. Composed of an input layer, one or more hidden layers of neurons, and an output layer, the MLP learns nonlinear mappings from input features to target outputs and serves as the foundational building block of modern deep learning. |
| ScholarGateمجموعهداده ↗ |
|
|